Skip to content

Commit 8a66a76

Browse files
committed
Start 2.21.2
1 parent e38e04e commit 8a66a76

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22

33
## 2.21.1
4+
### KV
5+
* KV TTL (stream max_age) versus stream duplicate_window #1301 @scottf
6+
7+
### JetStream
8+
* ConsumeOptions creation from json should use default, not minimum #1302
9+
10+
### Misc
11+
* Remove STAN references #1300 @scottf
12+
13+
## 2.21.0
414
### Core
515
* Handle Server 2.10.26 returns No Responders instead of timeouts. #1292 @scottf
616

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### A [Java](http://java.com) client for the [NATS messaging system](https://nats.io).
66

7-
**Current Release**: 2.21.0   **Current Snapshot**: 2.21.1-SNAPSHOT
7+
**Current Release**: 2.21.1   **Current Snapshot**: 2.21.2-SNAPSHOT
88

99
[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
1010
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
@@ -123,9 +123,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.
123123

124124
### Downloading the Jar
125125

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+
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.1/jnats-2.21.1.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.1/jnats-2.21.1.jar).
127127

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+
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.1/jnats-2.21.1-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.21.1/jnats-2.21.1-examples.jar).
129129

130130
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).
131131

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
def jarVersion = "2.21.1"
16+
def jarVersion = "2.21.2"
1717

1818
def isRelease = System.getenv("BUILD_EVENT") == "release"
1919
def brn = System.getenv("BRANCH_REF_NAME")

0 commit comments

Comments
 (0)