Update module github.com/nats-io/nats.go to v1.31.0 #41

Merged
kjuulh merged 1 commits from renovate/all into main 2023-10-15 22:04:00 +02:00
Owner

This PR contains the following updates:

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

Release Notes

nats-io/nats.go

v1.31.0

Compare Source

Changelog

Added
  • Core NATS:
    • TLSHandshakeFirst option to perform TLS handshake before receiving the INFO protocol message. Note: This option is not yet available in nats-server (#​1433)
  • JetStream:
    • CreateOrUpdateStream helper function to create a stream if it does not exist or update an existing stream. Thanks to @​samanebi for the contribution (#​1395)
Fixed
  • Test (dev) dependencies are no longer added to go.mod when using nats.go. Thanks to @​masumomo for the contribution (#​1441)
  • JetStream:
    • Panic on Consumer.Info() when empty response and errors are returned (#​1426)
    • Invalid handling of heartbeats in Consume and Messages (#​1428)
  • Legacy JetStream:
    • Panic on ConsumerInfo() when empty response and errors are returned (#​1426)
Improved
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.30.2` -> `v1.31.0` | --- ### Release Notes <details> <summary>nats-io/nats.go</summary> ### [`v1.31.0`](https://github.com/nats-io/nats.go/releases/tag/v1.31.0) [Compare Source](https://github.com/nats-io/nats.go/compare/v1.30.2...v1.31.0) #### Changelog ##### Added - Core NATS: - `TLSHandshakeFirst` option to perform TLS handshake before receiving the `INFO` protocol message. **Note**: This option is not yet available in `nats-server` ([#&#8203;1433](https://github.com/nats-io/nats.go/issues/1433)) - JetStream: - `CreateOrUpdateStream` helper function to create a stream if it does not exist or update an existing stream. Thanks to [@&#8203;samanebi](https://github.com/samanebi) for the contribution ([#&#8203;1395](https://github.com/nats-io/nats.go/issues/1395)) ##### Fixed - Test (dev) dependencies are no longer added to `go.mod` when using `nats.go`. Thanks to [@&#8203;masumomo](https://github.com/masumomo) for the contribution ([#&#8203;1441](https://github.com/nats-io/nats.go/issues/1441)) - JetStream: - Panic on `Consumer.Info()` when empty response and errors are returned ([#&#8203;1426](https://github.com/nats-io/nats.go/issues/1426)) - Invalid handling of heartbeats in `Consume` and `Messages` ([#&#8203;1428](https://github.com/nats-io/nats.go/issues/1428)) - Legacy JetStream: - Panic on `ConsumerInfo()` when empty response and errors are returned ([#&#8203;1426](https://github.com/nats-io/nats.go/issues/1426)) ##### Improved - Fixed typos in `jetstream/README.md`. Thanks [@&#8203;cbrake](https://github.com/cbrake) for the contribution ([#&#8203;1436](https://github.com/nats-io/nats.go/issues/1436)) - Updated client dependencies list ([#&#8203;1439](https://github.com/nats-io/nats.go/issues/1439), [#&#8203;1440](https://github.com/nats-io/nats.go/issues/1440)) ##### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-10-15 21:41:57 +02:00
Update module github.com/nats-io/nats.go to v1.31.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fd2df97f80
kjuulh merged commit fd2df97f80 into main 2023-10-15 22:04:00 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/ceen#41
No description provided.