From 40b93d605a012761dce8d9db52a5fe6c3a2de589 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 19 Nov 2021 13:01:26 -0700 Subject: [PATCH 1/2] [nats-streaming] Release v0.23.2 Details can be found [here](https://github.com/nats-io/nats-streaming-server/releases/tag/v0.23.2) Signed-off-by: Ivan Kozlovic --- nats-streaming/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nats-streaming/content.md b/nats-streaming/content.md index bb680bd2d660..cc513f5452ab 100644 --- a/nats-streaming/content.md +++ b/nats-streaming/content.md @@ -1,5 +1,9 @@ # [NATS Streaming](https://nats.io): A high-performance cloud native messaging streaming system. +# **WARNING:** Deprecation Notice + +The NATS Streaming Server is being deprecated. Critical bug fixes and security fixes will be applied until June of 2023. NATS enabled applications requiring persistence should use [JetStream](https://docs.nats.io/jetstream/jetstream). + %%LOGO%% `nats-streaming` is a high performance streaming server for the NATS Messaging System. From 1d7088af2dc67e3729cc3cd57b0d51188a8a3e55 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 19 Nov 2021 17:01:59 -0700 Subject: [PATCH 2/2] Updates based on review Signed-off-by: Ivan Kozlovic --- nats-streaming/README-short.txt | 2 +- nats-streaming/content.md | 4 ---- nats-streaming/deprecated.md | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 nats-streaming/deprecated.md diff --git a/nats-streaming/README-short.txt b/nats-streaming/README-short.txt index 3568f89f2c81..caea83c13a35 100644 --- a/nats-streaming/README-short.txt +++ b/nats-streaming/README-short.txt @@ -1 +1 @@ -NATS Streaming is an open-source, high-performance, cloud native messaging streaming system. +DEPRECATED; An open-source, high-performance, cloud native messaging streaming system. diff --git a/nats-streaming/content.md b/nats-streaming/content.md index cc513f5452ab..bb680bd2d660 100644 --- a/nats-streaming/content.md +++ b/nats-streaming/content.md @@ -1,9 +1,5 @@ # [NATS Streaming](https://nats.io): A high-performance cloud native messaging streaming system. -# **WARNING:** Deprecation Notice - -The NATS Streaming Server is being deprecated. Critical bug fixes and security fixes will be applied until June of 2023. NATS enabled applications requiring persistence should use [JetStream](https://docs.nats.io/jetstream/jetstream). - %%LOGO%% `nats-streaming` is a high performance streaming server for the NATS Messaging System. diff --git a/nats-streaming/deprecated.md b/nats-streaming/deprecated.md new file mode 100644 index 000000000000..db266bd8ecad --- /dev/null +++ b/nats-streaming/deprecated.md @@ -0,0 +1 @@ +The NATS Streaming Server is being deprecated. Critical bug fixes and security fixes will be applied until June of 2023. NATS enabled applications requiring persistence should use [JetStream](https://docs.nats.io/jetstream/jetstream).