Skip to content

Commit 60fae15

Browse files
authored
Merge pull request #2233 from nats-io/nats_2_9_8
[nats] Release v2.9.8
2 parents f186493 + 241dd74 commit 60fae15

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

nats/content.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
`nats` is a high performance server for the NATS Messaging System.
66

7-
# Backward Compatibility
8-
9-
The routing protocol has been dramatically improved and adds support for accounts and multi-tenancy. The new protocol is not backward compatible with servers pre v2.0.0.
10-
117
# Example usage
128

139
```bash
@@ -35,8 +31,8 @@ The routing protocol has been dramatically improved and adds support for account
3531

3632
$ docker run -d --name nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%%
3733
[INF] Starting nats-server
38-
[INF] Version: 2.9.3
39-
[INF] Git: [25e82d7d]
34+
[INF] Version: 2.9.8
35+
[INF] Git: [60e335a]
4036
[INF] Cluster: my_cluster
4137
[INF] Name: NB3YN6SPZF6MWTLPGYLRE2AD5VVWSW443RO43YR5GC62I463QPYGOL5C
4238
[INF] ID: NB3YN6SPZF6MWTLPGYLRE2AD5VVWSW443RO43YR5GC62I463QPYGOL5C
@@ -57,9 +53,9 @@ $ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222
5753
# If you want to verify the routes are connected, try this instead:
5854
$ docker run -d --name=nats-2 --link nats-main -p 4222:4222 -p 6222:6222 -p 8222:8222 %%IMAGE%% -c /etc/nats/nats-server.conf --routes=nats-route://ruser:T0pS3cr3t@nats-main:6222 -DV
5955
[INF] Starting nats-server
60-
[INF] Version: 2.9.3
61-
[INF] Git: [25e82d7d]
62-
[DBG] Go build: go1.19.2
56+
[INF] Version: 2.9.8
57+
[INF] Git: [60e335a]
58+
[DBG] Go build: go1.19.3
6359
[INF] Cluster: my_cluster
6460
[INF] Name: NDFNAUTD4RKS2O7CMKMDMTV3DW5NIKFCQDDMXW2A5YXLUZWWX7RYFCKB
6561
[INF] ID: NDFNAUTD4RKS2O7CMKMDMTV3DW5NIKFCQDDMXW2A5YXLUZWWX7RYFCKB

0 commit comments

Comments
 (0)