File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
1818def isRelease = System . getenv(" BUILD_EVENT" ) == " release"
1919def bs = System . getenv(" BRANCH_SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments