From 404313353a270ccf1cfb6438d4a30ac2527f7692 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 29 Jun 2021 09:56:12 -0500 Subject: [PATCH] Updating What's New for 2.3.0 --- whats_new.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/whats_new.md b/whats_new.md index 4aa4af2..7f89e0b 100644 --- a/whats_new.md +++ b/whats_new.md @@ -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.