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

build(deps): bump github.com/nats-io/nats.go from 1.11.0 to 1.12.2 #112

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 21, 2021

Bumps github.com/nats-io/nats.go from 1.11.0 to 1.12.2.

Release notes

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

Release v1.12.2

Changelog

JetStream users

Please review release notes from v1.12.0 regarding important changes if upgrading from an earlier release.

Updated

  • JetStream:
    • Go doc for subscription calls in the interface (#818)

Improved

  • Reduce memory allocation for inbound messages. Thanks to @​moredure for the contribution (#824)

Fixed

  • JetStream:
    • Unblock Pull Subscribe requests on a 408 with at least a message already fetched (#823)
  • Websocket:
    • Possible panic when decoding CLOSE frame. Thanks to @​byazrail for the report (#821)

Complete Changes

nats-io/nats.go@v1.12.1...v1.12.2

Release v1.12.1

Changelog

JetStream users

Please review release notes from v1.12.0 regarding important changes if upgrading from an earlier release.

Added

Fixed

  • JetStream:
    • Fetch() could return immediately with a timeout error. Thanks to @​izarraga for the report (#813)
  • Inboxes suffix would contain many zeros (#808)

Complete Changes

nats-io/nats.go@v1.12.0...v1.12.1

Release v1.12.0

Changelog

Breaking Changes

This release has some important and breaking changes for the JetStream module. Previously, it was possible to create multiple instances of non queue subscriptions to the same JetStream consumer, which was wrong since each instance would get a copy of the same message and one instance acknowledging a message would mean that the other instance's message acknowledgement (or lack thereof) would be ignored. It was also possible to create queue groups against a JetStream consumer that was used by a non queue subscription.

... (truncated)

Commits
  • 10daedc Merge pull request #826 from nats-io/release_1_12_2
  • c9543e0 Release v1.12.2
  • 3dc8947 Merge pull request #824 from domaincrawler/main
  • 986d073 Merge pull request #825 from nats-io/travis_and_coveralls
  • 7524084 Run coverage, but push to coverall only after_success
  • 9292154 Merge pull request #823 from nats-io/js-fetch-batch-408
  • 7669068 js: unblock batch requests on 408 with at least a message
  • 12db3f2 Added message subject string interning
  • 1714547 Merge pull request #821 from nats-io/ws_fix_close_partial
  • 949abff Updates based on code review
  • 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 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.11.0 to 1.12.2.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.11.0...v1.12.2)

---
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 Sep 21, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2021

Superseded by #113.

@dependabot dependabot bot closed this Sep 22, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/development/github.com/nats-io/nats.go-1.12.2 branch September 22, 2021 00:07
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.

0 participants