From 404313353a270ccf1cfb6438d4a30ac2527f7692 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 29 Jun 2021 09:56:12 -0500 Subject: [PATCH 1/3] 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. From db251f65073764cdb94f2e631edd7ce0c01a8701 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 29 Jun 2021 12:46:13 -0500 Subject: [PATCH 2/3] Update whats_new.md --- whats_new.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/whats_new.md b/whats_new.md index 7f89e0b..5f35fd3 100644 --- a/whats_new.md +++ b/whats_new.md @@ -4,14 +4,13 @@ The NATS.io team is always working to bring you features to improve your NATS ex ## Server release v2.3.0 +* [OCSP support](nats-server/configuration/ocsp) + ### JetStream * Richer API errors. JetStream errors now contain an ErrCode that uniquely describes the error. -* Ability to send more advanced Stream purge requests +* Ability to send more advanced Stream purge requests that can purge all messages for a specific subject * 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) +* Encryption of JetStream data at rest For full release information, see links below; From 0441a315569d813e2405b74b588441d948cb7eed Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Tue, 29 Jun 2021 12:48:09 -0500 Subject: [PATCH 3/3] Update whats_new.md --- whats_new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whats_new.md b/whats_new.md index 5f35fd3..0764f3b 100644 --- a/whats_new.md +++ b/whats_new.md @@ -4,7 +4,7 @@ The NATS.io team is always working to bring you features to improve your NATS ex ## Server release v2.3.0 -* [OCSP support](nats-server/configuration/ocsp) +* [OCSP support](nats-server/configuration/ocsp.md) ### JetStream * Richer API errors. JetStream errors now contain an ErrCode that uniquely describes the error.