1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update What's New for Server release 2.1.7

This commit is contained in:
ainsley 2020-05-15 10:06:01 -05:00
parent b62daa4331
commit 2b7bc33c1f

View File

@ -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.<id>.<endpoint-name>` \(request server monitoring endpoint corresponding to endpoint name.\)
* `$SYS.REQ.SERVER.PING.<endpoint-name>` \(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