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.15.0 to 1.16.0 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

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

Release v1.16.0

Changelog

Added

  • JetStream:
    • Experimental: StreamConfig.RePublish configuration, which is a SubjectMapping (source/destination) which allows the republish of a message after being sequenced and stored (#980)
    • Experimental: Two new ConsumerConfig fields: Replicas and MemoryStorage which are generally inherited by parent stream, but can be configured directly (#980)
  • Websocket:
    • ProxyPath() option to add a path to websocket connection URLs. Thanks to @​ido-gold-apolicy for the contribution (#974)

Complete Changes

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

Commits
  • b795e86 Merge pull request #982 from nats-io/release_1_16_0
  • a5a1e89 Release v1.16.0
  • 4e4f318 Merge pull request #980 from nats-io/js_stream_republish_and_cons_config_updates
  • 9aaf72b [ADDED] Stream RePublish and some ConsumerConfig new fields
  • 144a3b2 Merge pull request #974 from draios/ws-proxy-path-option
  • 4f94f48 Refactored test
  • 4b259ed Merge branch 'spelling' (typo fix & .words/gospel updates)
  • 9b8bfef spelling fix & dictionary updates
  • c00acdc Random port on test
  • ded0e18 Fix test
  • 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)