File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 2.17.6
3
4
## 2.17.5
4
5
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
+
5
10
#### Core
6
11
* Log connect trace server uri when reconnecting #1106 @photizzo
7
12
* Ensure NatsConnection inboxDispatcher is started prior to publishing messages #1109 @nathanschile
12
17
#### KV
13
18
* KV Watch Multiple Filters #1113 @scottf
14
19
* KV Watch Multiple Filters Additional Test #1114 @scottf
20
+ * KV Watch Multiple Filters remove comma delimited support #1117
15
21
16
22
### Simplification
17
23
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.5   ; ** Current Snapshot** : 2.17.6 -SNAPSHOT
7
+ ** Current Release** : 2.17.6   ; ** Current Snapshot** : 2.17.7 -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.6 "
16
+ def jarVersion = " 2.17.7 "
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