modernice / goes

goes is an event-sourcing framework for Go.
https://goes.modernice.dev
Apache License 2.0
134 stars 12 forks source link

chore(deps): bump github.com/nats-io/nats.go from 1.14.0 to 1.15.0 #48

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/nats-io/nats.go from 1.14.0 to 1.15.0.

Release notes

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

Release v1.15.0

Changelog

Experimental

The ObjectStore is still experimental and subject to change.

Added

  • ObjectStore:
    • MaxBytes in the ObjectStoreConfig structure (#955)

Improved

  • JetStream:
    • Ability pass 0 to nats.ExpectLastSequence(0) and nats.ExpectLastSequencePerSubject(0) to the js.Publish() call. Previously, the value 0 would be ignored and the header would not be set. Note that currently, the server only accepts 0 as a valid value for nats.ExpectLastSequencePerSubject(). Thanks to @​bruth for the contribution (#958)

Fixed

  • JetStream:
    • A PullConsumer's Fetch() method with a batch greater than 1 and with other pull consumers running, may timeout although messages would have been available (#967)

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.14.0...v1.15.0

Commits
  • f52eb7b Merge pull request #971 from nats-io/release_1_15_0
  • eae1479 Release v1.15.0
  • 96c1445 Merge pull request #967 from nats-io/fetch-req-pending
  • 5be4ec5 js: handle 408 fetch requests pending status
  • 9c077d0 Merge pull request #960 from nats-io/update_server_dep
  • e3f6eb0 Updated server version and adjusted tests
  • 68c2aa3 Merge pull request #958 from bruth/fix-exp-seq-headers
  • dc7e667 Add test to assert headers are set with zero value
  • 7ce02bf Change expected last sequence pub options to pointers
  • c75dfd5 Merge pull request #955 from nats-io/obj-maxbytes
  • 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)