Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.35.0 #109

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps github.com/nats-io/nats.go from 1.34.1 to 1.35.0.

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.35.0

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:
    • Added documentation for StreamConfig in jsm.go. Thanks @​kazmerdome for the contribution (#1625)

Complete Changes

nats-io/nats.go@v1.34.1...v1.35.0

Commits
  • 1ffb3ac Release v1.35.0 (#1632)
  • 364bbef [ADDED] Force reconnect (#1624)
  • 833574b [IMPROVED] Added documentation for StreamConfig in jsm.go (#1625)
  • ff188f2 [UPDATED] Added json tags to KeyValueConfig struct to behave consistently wit...
  • 8894a27 [FIXED] Call ConnectedCB with RetryOnFailedConnect when initial conn failed (...
  • 74ba523 [IMPROVED] Example code in jetstream/README.md (#1595)
  • 7bdb629 [FIXED] Validation in jetstream and KV (#1613)
  • 9d4b227 [FIXED] Add discard policy repair logic in CreateKeyValue (#1617)
  • fa996fc [FIXED] KV discard policy in jetstream pkg (#1616)
  • cdc50de Remove unnecessary allocations from readMIMEHeader (#1609)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.34.1 to 1.35.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.34.1...v1.35.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 20, 2024
@1995parham 1995parham merged commit cb6e7fb into main May 20, 2024
7 of 8 checks passed
@1995parham 1995parham deleted the dependabot/go_modules/github.com/nats-io/nats.go-1.35.0 branch May 20, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant