Update module github.com/nats-io/nats.go to v1.24.0 #24

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-25 00:34:21 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/nats-io/nats.go require minor v1.23.0 -> v1.24.0

Release Notes

nats-io/nats.go

v1.24.0

Compare Source

Changelog

Added
  • Core:
  • JetStream
    • FetchChan method to utilize non-blocking pull subscription requests (#​1211)
  • Service API (micro):
    • ContextHandler helper function which implements micro.Handler and allows passing context.Context to request handler (#​1215)
Improved
  • Use go 1.19 in go.mod and skip using deprecated rand.Seed for go version +1.20 (#​1209)
Fixed
  • JetStream:
    • Retry recreating ordered consumer on insufficient resources error (#​1217)
    • Stream and consumer name validation now checks for space in name, preventing timeouts and returning valid error (#​1219)
  • Service API (micro):
    • Avoid panic on schema request when no schemas were given (#​1195)
  • KV:
    • Fix CreateKeyValue idempotency check on AllowDirect when upgrading server version to > 2.9.0 Thanks to @​dbason for the contribution (#​1213)
Complete Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | require | minor | `v1.23.0` -> `v1.24.0` | --- ### Release Notes <details> <summary>nats-io/nats.go</summary> ### [`v1.24.0`](https://github.com/nats-io/nats.go/releases/tag/v1.24.0) [Compare Source](https://github.com/nats-io/nats.go/compare/v1.23.0...v1.24.0) #### Changelog ##### Added - Core: - Option to skip host lookup. Thanks to [@&#8203;chen-shmilovich-sysdig](https://github.com/chen-shmilovich-sysdig) for the contribution ([#&#8203;1204](https://github.com/nats-io/nats.go/issues/1204)) - JetStream - `FetchChan` method to utilize non-blocking pull subscription requests ([#&#8203;1211](https://github.com/nats-io/nats.go/issues/1211)) - Service API (`micro`): - `ContextHandler` helper function which implements `micro.Handler` and allows passing `context.Context` to request handler ([#&#8203;1215](https://github.com/nats-io/nats.go/issues/1215)) ##### Improved - Use go 1.19 in `go.mod` and skip using deprecated `rand.Seed` for go version +1.20 ([#&#8203;1209](https://github.com/nats-io/nats.go/issues/1209)) ##### Fixed - JetStream: - Retry recreating ordered consumer on insufficient resources error ([#&#8203;1217](https://github.com/nats-io/nats.go/issues/1217)) - Stream and consumer name validation now checks for space in name, preventing timeouts and returning valid error ([#&#8203;1219](https://github.com/nats-io/nats.go/issues/1219)) - Service API (`micro`): - Avoid panic on schema request when no schemas were given ([#&#8203;1195](https://github.com/nats-io/nats.go/issues/1195)) - KV: - Fix `CreateKeyValue` idempotency check on `AllowDirect` when upgrading server version to > 2.9.0 Thanks to [@&#8203;dbason](https://github.com/dbason) for the contribution ([#&#8203;1213](https://github.com/nats-io/nats.go/issues/1213)) ##### Complete Changes </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4yIn0=-->
kjuulh added 1 commit 2023-02-25 00:07:46 +01:00
Update module github.com/nats-io/nats.go to v1.24.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
1305e41993
kjuulh merged commit 1305e41993 into main 2023-02-25 00:34:21 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/ceen#24
No description provided.