Update module github.com/nats-io/nats.go to v1.39.0 #64

Merged
kjuulh merged 1 commits from renovate/all into main 2025-02-06 02:11:24 +01:00
Owner

This PR contains the following updates:

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

Release Notes

nats-io/nats.go (github.com/nats-io/nats.go)

v1.39.0

Compare Source

Changelog

Overview

This release bumps the minimal go version in go.mod to 1.22.

Added
  • JetStream:
    • Added PullMaxMessagesWithBytesLimit option for Consume and Messages (#​1789)
    • Added Metadata to OrderedConsumerConfig. Thanks @​mwain for the contribution (#​1737)
    • Added JetStream.Options() and JetStream.Conn() methods to JetStream interface (#​1792)
  • KeyValue:
    • Added ListKeysFiltered for listing keys with multiple filters. Thanks @​somratdutta for the contribution (#​1711)
Fixed
  • JetStream:
    • Fixed invalid heartbeat timer for Consumer.Messages() (#​1786)
  • ObjectStore:
    • Fixed invalid error being returned from DeleteObjectStore (#​1762)
  • WebSockets:
    • Fixed protocol parsing errors with websocket compression and PONGs. Thanks @​rsafonseca for the contribution (#​1790)
  • Core NATS:
    • Protect against possible nil pointer panic (#​1771)
Changed
Improved
  • Fixed typo in JetStream docs. Thanks @​davydog187 for the contribution (#​1758)
  • Improved documentation of JetStream Consume and Messages options (#​1770)
  • Removed obsolete build tags (#​1787)
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.38.0` -> `v1.39.0` | --- ### Release Notes <details> <summary>nats-io/nats.go (github.com/nats-io/nats.go)</summary> ### [`v1.39.0`](https://github.com/nats-io/nats.go/releases/tag/v1.39.0) [Compare Source](https://github.com/nats-io/nats.go/compare/v1.38.0...v1.39.0) #### Changelog ##### Overview This release bumps the minimal go version in `go.mod` to `1.22`. ##### Added - JetStream: - Added `PullMaxMessagesWithBytesLimit` option for Consume and Messages ([#&#8203;1789](https://github.com/nats-io/nats.go/issues/1789)) - Added `Metadata` to `OrderedConsumerConfig`. Thanks [@&#8203;mwain](https://github.com/mwain) for the contribution ([#&#8203;1737](https://github.com/nats-io/nats.go/issues/1737)) - Added `JetStream.Options()` and `JetStream.Conn()` methods to `JetStream` interface ([#&#8203;1792](https://github.com/nats-io/nats.go/issues/1792)) - KeyValue: - Added `ListKeysFiltered` for listing keys with multiple filters. Thanks [@&#8203;somratdutta](https://github.com/somratdutta) for the contribution ([#&#8203;1711](https://github.com/nats-io/nats.go/issues/1711)) ##### Fixed - JetStream: - Fixed invalid heartbeat timer for `Consumer.Messages()` ([#&#8203;1786](https://github.com/nats-io/nats.go/issues/1786)) - ObjectStore: - Fixed invalid error being returned from `DeleteObjectStore` ([#&#8203;1762](https://github.com/nats-io/nats.go/issues/1762)) - WebSockets: - Fixed protocol parsing errors with websocket compression and PONGs. Thanks [@&#8203;rsafonseca](https://github.com/rsafonseca) for the contribution ([#&#8203;1790](https://github.com/nats-io/nats.go/issues/1790)) - Core NATS: - Protect against possible nil pointer panic ([#&#8203;1771](https://github.com/nats-io/nats.go/issues/1771)) ##### Changed - Bump go version to v1.22 ([#&#8203;1773](https://github.com/nats-io/nats.go/issues/1773)) ##### Improved - Fixed typo in JetStream docs. Thanks [@&#8203;davydog187](https://github.com/davydog187) for the contribution ([#&#8203;1758](https://github.com/nats-io/nats.go/issues/1758)) - Improved documentation of JetStream `Consume` and `Messages` options ([#&#8203;1770](https://github.com/nats-io/nats.go/issues/1770)) - Removed obsolete build tags ([#&#8203;1787](https://github.com/nats-io/nats.go/issues/1787)) ##### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-02-06 02:11:19 +01:00
Update module github.com/nats-io/nats.go to v1.39.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
a92b99aa9d
kjuulh scheduled this pull request to auto merge when all checks succeed 2025-02-06 02:11:19 +01:00
Author
Owner

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.22.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :---------- | :----------------- | | `go` | `1.22` -> `1.22.0` |
kjuulh merged commit a92b99aa9d into main 2025-02-06 02:11:24 +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#64
No description provided.