From 2b7bc33c1f8383e56ca104dbf9268ea2e3099b4b Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 15 May 2020 10:06:01 -0500 Subject: [PATCH] Update What's New for Server release 2.1.7 --- whats_new.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/whats_new.md b/whats_new.md index 1cd2de8..a8cb0b0 100644 --- a/whats_new.md +++ b/whats_new.md @@ -2,6 +2,28 @@ 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.7 + +### Monitoring Endpoints Available via System Services + +Monitoring endpoints as listed in the table below are accessible as system services using the following subject pattern: + +* `$SYS.REQ.SERVER..` \(request server monitoring endpoint corresponding to endpoint name.\) +* `$SYS.REQ.SERVER.PING.` \(from all server request server monitoring endpoint corresponding to endpoint name - will return multiple messages\) + +For more information on monitoring endpoints see [NATS Server Configurations System Events](nats-server/configuration/sys_accounts#available-events-and-services). + +## Addition of `no_auth_user` Configuration + +Configuration of `no_auth_user` allows you to refer to a configured user/account when no credentials are provided. + +For more information and example, see [Securing NATS](nats-server/configuration/securing_nats/accounts#no-auth-user) + +For full release information, see links below; +* Release notes [2.1.7](https://github.com/nats-io/nats-server/releases/tag/v2.1.7) +* Full list of Changes [2.1.6...2.1.7](https://github.com/nats-io/nats-server/compare/v2.1.6...v2.1.7) + + ## Server release v2.1.6 ### TLS Configuration for Account Resolver