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

Updating What's New for 2.3.0

This commit is contained in:
Ginger Collison 2021-06-29 09:56:12 -05:00 committed by GitHub
parent e767366360
commit 404313353a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,22 @@
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.3.0
### JetStream
* Richer API errors. JetStream errors now contain an ErrCode that uniquely describes the error.
* Ability to send more advanced Stream purge requests
* Stream can now be configured with a per-subject message limit
* Encryption at rest
### Monitoring
* JetStream information into `statsz`
* [OCSP support](nats-server/configuration/ocsp)
For full release information, see links below;
* Release notes [2.3.0](https://github.com/nats-io/nats-server/releases/tag/v2.3.0)
* Full list of Changes [2.2.6...2.3.0](https://github.com/nats-io/nats-server/compare/v2.2.6...v2.3.0)
## Server release v2.2.0
See [NATS 2.2](whats_new_22.md) for new features.