You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[**Java API Docs**](https://javadoc.io/doc/io.nats/jnats/latest/index.html) - the latest Java API docs.
19
-
1.[**NATS by Example**](https://natsbyexample.com)- An evolving collection of runnable, cross-client reference examples for NATS.
19
+
1.[**NATS by Example**](https://natsbyexample.com)is an evolving collection of runnable, cross-client reference examples for NATS.
20
20
1. The [**examples directory**](https://github.com/nats-io/nats.java/tree/main/src/examples/java/io/nats/examples) covers basic api use.
21
21
1. The [**Java Nats Examples**](https://github.com/nats-io/java-nats-examples) github repo, a collection of simple use case examples.
22
+
1.[**Java Orbit**](https://github.com/synadia-io/orbit.java) is a set of independent utilities or extensions for this client.
22
23
23
24
## Table of Contents
24
25
*[Simplification](#simplification)
@@ -112,7 +113,7 @@ There may still be messages in the output queue and messages that were in transi
112
113
Handling disconnections and output queue is left for another discussion.
113
114
114
115
### Version Notes for older releases
115
-
See [Version Notes](#version_notes)
116
+
See [Version Notes](#version-notes)
116
117
117
118
## Installation
118
119
@@ -122,9 +123,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.
122
123
123
124
### Downloading the Jar
124
125
125
-
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.6/jnats-2.20.6.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.6/jnats-2.20.6.jar).
126
+
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.0/jnats-2.21.0.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.0/jnats-2.21.0.jar).
126
127
127
-
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.6/jnats-2.20.6-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.6/jnats-2.20.6-examples.jar).
128
+
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.0/jnats-2.21.0-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.0/jnats-2.21.0-examples.jar).
128
129
129
130
To use NKeys, you will need the ed25519 library, which can be downloaded at [https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar).
130
131
@@ -1162,7 +1163,7 @@ that rely on the protocol size, so it must not change once created.
1162
1163
### Version 2.17.1 Support for TLS Handshake First
1163
1164
1164
1165
There is a new connection Option, `tlsFirst` for "TLS Handshake First"
1165
-
See the [TLS Handshake First](#tls_handshake_first) for more details.
1166
+
See the [TLS Handshake First](#tls-handshake-first) for more details.
1166
1167
1167
1168
#### Version 2.17.0: Server 2.10 support.
1168
1169
The release has support for Server 2.10 features and client validation improvements including:
@@ -1173,9 +1174,9 @@ The release has support for Server 2.10 features and client validation improveme
0 commit comments