File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
28
## 2.17.4
4
29
5
30
#### Core
Original file line number Diff line number Diff line change 4
4
5
5
### A [ Java] ( http://java.com ) client for the [ NATS messaging system] ( https://nats.io ) .
6
6
7
- ** Current Release** : 2.17.4   ; ** Current Snapshot** : 2.17.5 -SNAPSHOT
7
+ ** Current Release** : 2.17.5   ; ** Current Snapshot** : 2.17.6 -SNAPSHOT
8
8
9
9
[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
10
10
[ ![ 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 {
13
13
id ' signing'
14
14
}
15
15
16
- def jarVersion = " 2.17.5 "
16
+ def jarVersion = " 2.17.6 "
17
17
18
18
def isRelease = System . getenv(" BUILD_EVENT" ) == " release"
19
19
def bs = System . getenv(" BRANCH_SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments