Skip to content

Commit

Permalink
Start 2.17.6 (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Apr 10, 2024
1 parent e39f4e9 commit cda5212
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## 2.17.5

#### Core
* Log connect trace server uri when reconnecting #1106 @photizzo
* Ensure NatsConnection inboxDispatcher is started prior to publishing messages #1109 @nathanschile

#### JetStream
* Add support for Consumer Create Action #1108 @scottf

#### KV
* KV Watch Multiple Filters #1113 @scottf
* KV Watch Multiple Filters Additional Test #1114 @scottf

### Simplification

#### Test
* Testing Cleanup Only - No Functionality Changes #1110 @scottf
* Don't run testAddStreamInvalids with server older than 2.10 #1111 @scottf

#### Doc
* Added graalvm setup example #1112 @YunaBraska
* Graalvm readme touch-up #1115 @scottf

#### Misc

## 2.17.4

#### Core
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

**Current Release**: 2.17.4   **Current Snapshot**: 2.17.5-SNAPSHOT
**Current Release**: 2.17.5   **Current Snapshot**: 2.17.6-SNAPSHOT

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'signing'
}

def jarVersion = "2.17.5"
def jarVersion = "2.17.6"

def isRelease = System.getenv("BUILD_EVENT") == "release"
def bs = System.getenv("BRANCH_SNAPSHOT")
Expand Down

0 comments on commit cda5212

Please sign in to comment.