micronaut-projects / micronaut-nats

Integration between Micronaut and Nats.io (https://nats.io/)
Apache License 2.0
15 stars 9 forks source link

fix(deps): update dependency io.nats:jnats to v2.20.1 #494

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.nats:jnats 2.18.1 -> 2.20.1 age adoption passing confidence

Release Notes

nats-io/nats.java (io.nats:jnats) ### [`v2.20.1`](https://togithub.com/nats-io/nats.java/releases/tag/2.20.1): Tuning [Compare Source](https://togithub.com/nats-io/nats.java/compare/2.20.0...2.20.1) ##### Core - Catch errors in Dispatchers and log [#​1200](https://togithub.com/nats-io/nats.java/issues/1200) [@​MauriceVanVeen](https://togithub.com/MauriceVanVeen) - During forceReconnect, ensure reader/writer is stopped before continuing [#​1203](https://togithub.com/nats-io/nats.java/issues/1203) [@​MauriceVanVeen](https://togithub.com/MauriceVanVeen) [@​scottf](https://togithub.com/scottf) - While handleCommunicationIssue, closeSocket should use reconnect impl otherwise tryingToConnect will guard [#​1206](https://togithub.com/nats-io/nats.java/issues/1206) [@​MauriceVanVeen](https://togithub.com/MauriceVanVeen) [@​scottf](https://togithub.com/scottf) - Remove redundant writer.flushBuffer() call [#​1207](https://togithub.com/nats-io/nats.java/issues/1207) [@​MauriceVanVeen](https://togithub.com/MauriceVanVeen) ##### Documentation - Jetstream Usage [#​1193](https://togithub.com/nats-io/nats.java/issues/1193) [@​roeschter](https://togithub.com/roeschter) - Recommended (new) APIs and more example code [#​1191](https://togithub.com/nats-io/nats.java/issues/1191) [@​roeschter](https://togithub.com/roeschter) ### [`v2.20.0`](https://togithub.com/nats-io/nats.java/releases/tag/2.20.0) [Compare Source](https://togithub.com/nats-io/nats.java/compare/2.19.1...2.20.0) ##### Core - CONNECT username and password need json encoding [#​1168](https://togithub.com/nats-io/nats.java/issues/1168) [@​scottf](https://togithub.com/scottf) - UTF subject support [#​1169](https://togithub.com/nats-io/nats.java/issues/1169) [@​scottf](https://togithub.com/scottf) - Handle InterruptedException when obtaining the lock to queue a message. [#​1170](https://togithub.com/nats-io/nats.java/issues/1170) [@​scottf](https://togithub.com/scottf) - Handle duration string when accepting duration properties [#​1183](https://togithub.com/nats-io/nats.java/issues/1183) [@​scottf](https://togithub.com/scottf) - Make NatsServerPool extendable [#​1185](https://togithub.com/nats-io/nats.java/issues/1185) [@​scottf](https://togithub.com/scottf) - Allow user to set socket read timeout option [#​1188](https://togithub.com/nats-io/nats.java/issues/1188) [@​scottf](https://togithub.com/scottf) ##### JetStream - Stream state subjects as a map [#​1177](https://togithub.com/nats-io/nats.java/issues/1177) [@​scottf](https://togithub.com/scottf) - Stream state more efficient loading of subjects [#​1179](https://togithub.com/nats-io/nats.java/issues/1179) [@​scottf](https://togithub.com/scottf) ##### Key Value - Add filtering to KV keys methods [#​1173](https://togithub.com/nats-io/nats.java/issues/1173) [@​scottf](https://togithub.com/scottf) - Add filtering to KV keys methods - Use greater than constant [#​1174](https://togithub.com/nats-io/nats.java/issues/1174) [@​scottf](https://togithub.com/scottf) - Add filtering to KV keys methods - remove unnecessary optimization [#​1175](https://togithub.com/nats-io/nats.java/issues/1175) [@​scottf](https://togithub.com/scottf) ##### Object Store - Object Store use over leaf-hub domain part 2 [#​1172](https://togithub.com/nats-io/nats.java/issues/1172) [@​scottf](https://togithub.com/scottf) ##### Unit Testing - Test implementation dependency update [#​1167](https://togithub.com/nats-io/nats.java/issues/1167) [@​scottf](https://togithub.com/scottf) - Improve cluster testing support [#​1171](https://togithub.com/nats-io/nats.java/issues/1171) [@​scottf](https://togithub.com/scottf) - Change test to run against 2.10 or later [#​1180](https://togithub.com/nats-io/nats.java/issues/1180) [#​1181](https://togithub.com/nats-io/nats.java/issues/1181) [@​scottf](https://togithub.com/scottf) - \[Flapper] Reconnect test fix [#​1189](https://togithub.com/nats-io/nats.java/issues/1189) [@​scottf](https://togithub.com/scottf) ##### Project Management - Switch to Eclipse Temurin and add SDKMan for local dev [#​1176](https://togithub.com/nats-io/nats.java/issues/1176) [@​artur-ciocanu](https://togithub.com/artur-ciocanu) - Allowing building main on workflow_dispatch [#​1186](https://togithub.com/nats-io/nats.java/issues/1186) [@​scottf](https://togithub.com/scottf) ### [`v2.19.1`](https://togithub.com/nats-io/nats.java/blob/HEAD/CHANGELOG.md#2191) [Compare Source](https://togithub.com/nats-io/nats.java/compare/2.19.0...2.19.1) ##### Core - \[Bug] Maximum Message Size accepted a long, but should accept an int [#​1161](https://togithub.com/nats-io/nats.java/issues/1161) [@​scottf](https://togithub.com/scottf) - \[Bug] Poison pill comparison was failing [#​1162](https://togithub.com/nats-io/nats.java/issues/1162) [@​scottf](https://togithub.com/scottf) - Augmented force reconnect [#​1165](https://togithub.com/nats-io/nats.java/issues/1165) [@​scottf](https://togithub.com/scottf) ##### Object Store - Object Store use over leaf-hub domain [#​1160](https://togithub.com/nats-io/nats.java/issues/1160) [@​scottf](https://togithub.com/scottf) ##### Misc - Serialization changed, fixed javadocs [#​1159](https://togithub.com/nats-io/nats.java/issues/1159) [@​scottf](https://togithub.com/scottf) ### [`v2.19.0`](https://togithub.com/nats-io/nats.java/blob/HEAD/CHANGELOG.md#2190) [Compare Source](https://togithub.com/nats-io/nats.java/compare/2.18.1...2.19.0) ##### Core Improve socket close behavior [#​1155](https://togithub.com/nats-io/nats.java/issues/1155) [@​scottf](https://togithub.com/scottf) ##### Tests Additional NKey Tests [#​1154](https://togithub.com/nats-io/nats.java/issues/1154) [@​scottf](https://togithub.com/scottf) ##### Misc Experimental Retrier utility removed to its own project/repo [#​1153](https://togithub.com/nats-io/nats.java/issues/1153) [@​scottf](https://togithub.com/scottf)

Configuration

πŸ“… Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.20.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.