Update module github.com/nats-io/nats.go to v1.35.0 #51

Merged
kjuulh merged 1 commits from renovate/all into main 2024-05-17 14:11:04 +02:00
Owner

This PR contains the following updates:

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

Release Notes

nats-io/nats.go

v1.35.0

Compare Source

Changelog

Added
  • Service API:
    • Added API to read reply subject from micro.Request. Thanks @​mcosta74 for the contribution (#​1589)
  • Core NATS:
    • Added ForceReconnect method on connection for manually triggering reconnect (#​1624)
Fixed
  • KeyValue:
    • Fixed invalid DiscardPolicy being set when creating a new KeyValue store using the jetstream package. Previously created KV instances will be auto-repaired when calling CreateKeyValue (#​1616, #​1617)
  • JetStream:
    • Fixed validation for streams, consumers and KV buckets to avoid protocol errors (#​1613)
  • Core NATS:
    • Fixed ConnectedCB not being invoked when using RetryOnFailedConnect: true and the initial nats.Connect fails (#​1619)
Improved
  • Core NATS:
    • Remove unnecessary allocations from readMIMEHeader (#​1609)
  • KeyValue:
  • Legacy JetStream:
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.34.1` -> `v1.35.0` | --- ### Release Notes <details> <summary>nats-io/nats.go</summary> ### [`v1.35.0`](https://github.com/nats-io/nats.go/releases/tag/v1.35.0) [Compare Source](https://github.com/nats-io/nats.go/compare/v1.34.1...v1.35.0) #### Changelog ##### Added - Service API: - Added API to read reply subject from `micro.Request`. Thanks [@&#8203;mcosta74](https://github.com/mcosta74) for the contribution ([#&#8203;1589](https://github.com/nats-io/nats.go/issues/1589)) - Core NATS: - Added `ForceReconnect` method on connection for manually triggering reconnect ([#&#8203;1624](https://github.com/nats-io/nats.go/issues/1624)) ##### Fixed - KeyValue: - Fixed invalid `DiscardPolicy` being set when creating a new KeyValue store using the `jetstream` package. Previously created KV instances will be auto-repaired when calling `CreateKeyValue` ([#&#8203;1616](https://github.com/nats-io/nats.go/issues/1616), [#&#8203;1617](https://github.com/nats-io/nats.go/issues/1617)) - JetStream: - Fixed validation for streams, consumers and KV buckets to avoid protocol errors ([#&#8203;1613](https://github.com/nats-io/nats.go/issues/1613)) - Core NATS: - Fixed `ConnectedCB` not being invoked when using `RetryOnFailedConnect: true` and the initial `nats.Connect` fails ([#&#8203;1619](https://github.com/nats-io/nats.go/issues/1619)) ##### Improved - Core NATS: - Remove unnecessary allocations from `readMIMEHeader` ([#&#8203;1609](https://github.com/nats-io/nats.go/issues/1609)) - KeyValue: - Added json tags to KeyValueConfig struct. Thanks [@&#8203;pricelessrabbit](https://github.com/pricelessrabbit) for the contribution ([#&#8203;1630](https://github.com/nats-io/nats.go/issues/1630)) - Legacy JetStream: - Added documentation for `StreamConfig` in jsm.go. Thanks [@&#8203;kazmerdome](https://github.com/kazmerdome) for the contribution ([#&#8203;1625](https://github.com/nats-io/nats.go/issues/1625)) ##### 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 2024-05-17 13:41:44 +02:00
Update module github.com/nats-io/nats.go to v1.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
0c45b869b1
kjuulh merged commit 0c45b869b1 into main 2024-05-17 14:11:04 +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#51
No description provided.