Skip to content

Commit cda5212

Browse files
authored
Start 2.17.6 (#1116)
1 parent e39f4e9 commit cda5212

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## 2.17.5
4+
5+
#### Core
6+
* Log connect trace server uri when reconnecting #1106 @photizzo
7+
* Ensure NatsConnection inboxDispatcher is started prior to publishing messages #1109 @nathanschile
8+
9+
#### JetStream
10+
* Add support for Consumer Create Action #1108 @scottf
11+
12+
#### KV
13+
* KV Watch Multiple Filters #1113 @scottf
14+
* KV Watch Multiple Filters Additional Test #1114 @scottf
15+
16+
### Simplification
17+
18+
#### Test
19+
* Testing Cleanup Only - No Functionality Changes #1110 @scottf
20+
* Don't run testAddStreamInvalids with server older than 2.10 #1111 @scottf
21+
22+
#### Doc
23+
* Added graalvm setup example #1112 @YunaBraska
24+
* Graalvm readme touch-up #1115 @scottf
25+
26+
#### Misc
27+
328
## 2.17.4
429

530
#### Core

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.4   **Current Snapshot**: 2.17.5-SNAPSHOT
7+
**Current Release**: 2.17.5   **Current Snapshot**: 2.17.6-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.5"
16+
def jarVersion = "2.17.6"
1717

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

0 commit comments

Comments
 (0)