Skip to content

Commit 7861084

Browse files
authored
Start 2.17.7 (#1118)
1 parent 73364d2 commit 7861084

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 2.17.6
34
## 2.17.5
45

6+
2.17.6 was released immediately after 2.17.5. The allowing of a comma delimited list of keys was removed.
7+
This is noted since it was technically available for several hours even though it was never publicly announced,
8+
and will be considered a bug fix.
9+
510
#### Core
611
* Log connect trace server uri when reconnecting #1106 @photizzo
712
* Ensure NatsConnection inboxDispatcher is started prior to publishing messages #1109 @nathanschile
@@ -12,6 +17,7 @@
1217
#### KV
1318
* KV Watch Multiple Filters #1113 @scottf
1419
* KV Watch Multiple Filters Additional Test #1114 @scottf
20+
* KV Watch Multiple Filters remove comma delimited support #1117
1521

1622
### Simplification
1723

README.md

Lines changed: 1 addition & 1 deletion
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.17.5   **Current Snapshot**: 2.17.6-SNAPSHOT
7+
**Current Release**: 2.17.6   **Current Snapshot**: 2.17.7-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)

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.17.6"
16+
def jarVersion = "2.17.7"
1717

1818
def isRelease = System.getenv("BUILD_EVENT") == "release"
1919
def bs = System.getenv("BRANCH_SNAPSHOT")

0 commit comments

Comments
 (0)