From 721dbe389648c077aa4d0dca0ffbf8f68ca0b261 Mon Sep 17 00:00:00 2001 From: ainsley Date: Mon, 6 Jan 2020 10:30:34 -0600 Subject: [PATCH] added queue permissions --- whats_new.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/whats_new.md b/whats_new.md index 3811e9b..72f90d6 100644 --- a/whats_new.md +++ b/whats_new.md @@ -2,6 +2,12 @@ The NATS.io team is always working to bring you features to improve your NATS experience. Below you will find feature summaries for new implementations to NATS. Check back often for release highlights and updates. +## Server release v2.1.2 +### Queue Permissions + +Queue Permissions allow you to express authorization for queue groups. As queue groups are integral to implementing horizontally scalable microservices, control of who is allowed to join a specific queue group is important to the overall security model. Original PR - +More information on Queue Permissions can be found in the [Developing with NATS](developing-with-nats/receiving/queues#queue-permissions) section. + ## Server release v2.1.0 ### Service Latency Tracking