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

fix(deps): update module github.com/nats-io/nats.go to v1.30.2 #124

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.30.2

Compare Source

Changelog

Fixed
  • JetStream:
    • Fixed backwards compatibility issue when creating streams with sources on nats-server 2.9.x (#​1420)
Complete Changes

v1.30.1

Compare Source

Changelog

Fixed
  • JetStream:
    • Fixed validation on nats.PullHeartbeat() causing pull heartbeat not being validated against deadline from nats.Context() (#​1414)
Complete Changes

v1.30.0

Compare Source

Changelog

Overview

This release focuses on adding features introduced in nats-server@v2.10.0. Among other things, this includes setting multiple filter subjects for a consumer, configuring stream subject transform, as well as setting stream and consumer metadata.

Added
  • JetStream:
    • SubjectTransform support on streams (#​1200)
    • SubjectTransforms on mirrors and sources (#​1359, #​1404)
    • Multiple subject filters on consumers (#​1214)
    • Setting Compression type on StreamConfig (#​1405)
    • Setting FirstSeq on StreamConfig (#​1405)
    • Setting ConsumerLimits on StreamConfig (#​1405)
    • CreateConsumer and UpdateConsumer methods (#​1379)
    • Support for stream and consumer metadata (#​1384)
  • ObjectStore:
    • Support for object store and object metadata (#​1385)
  • Service API (micro):
    • Customizing queue groups per service, group and endpoint (#​1401)
  • Legacy JetStream:
    • SubjectTransform support on streams (#​1200)
    • SubjectTransforms on mirrors and sources (#​1359)
    • Multiple subject filters on consumers (#​1214)
    • Setting Compression type on StreamConfig (#​1405)
    • Setting FirstSeq on StreamConfig (#​1405)
    • Setting ConsumerLimits on StreamConfig (#​1405)
    • Setting heartbeats in Fetch and FetchBatch in legacy API (#​1402)
Complete Changes

v1.29.0

Compare Source

Changelog

Overview

With this release, Object Store is out of experimental preview. Additionally, jetstream package now supports KeyValue stores. Object store will be added to jetstream in future release.

Added
  • JetStream:
    • KeyValue is now available as part of jetstream (#​1362)
  • KeyValue:
    • UpdatesOnly option for KV watchers (#​1378)
  • ObjectStore:
    • UpdatesOnly option for object store watchers (#​1377)
  • Core NATS:
    • Invoke ErrorHandler() on preparing connection string when reconnecting (#​1397)
Improved
Changed
  • ObjectStore:
    • Remove experimental notice from object store (#​1399)
  • Core NATS:
    • Use default value for FlusherTimeout instead of 0 (#​1398)
Fixed
  • JetStream:
    • Fixed deadlock when acknowledging a message which was previously acknowledged. Thanks @​Zamony for the contribution (#​1317)
  • Service API (micro):
    • Fixed possible panic in custom error handlers (#​1371)
  • Legacy JetStream:
    • Fixed ordered consumer not being recreated after context timeout (#​1360)
Complete Changes

v1.28.0

Compare Source

Changelog

Overview

This release focuses on a set of changes and improvements in new JetStream API. With this release, JetStream API is out of preview.
Additionally, with this release support for go version < 1.18.0 is dropped, due to usage of any type in codebase.

Added
  • JetStream:
    • HeadersOnly field on OrderedConsumerConfig (#​1327)
    • WithStreamListSubject() option to filter results of ListStreams() and StreamNames() by stream name (#​1312)
Improved
  • Added dev and main branches of nats-server to tests in CI (#​1336)
  • Core NATS:
  • JetStream:
    • Fix typos and doc comments in new JetStream API. Thanks @​mdawar for the contribution (#​1339)
    • Fixed and slightly enhanced the basic example in jetstream package. Thanks to @​pwntr for the contribution (#​1340)
    • Improvements in in jetstream/README.md (#​1347, #​1350)
Changed
  • Replace interface{} with any across the codebase (#​1332)
  • JetStream:
    • [BREAKING CHANGE] Move NakWithDelay to separate method, instead of it being an option on Nak() (#​1337)
    • [BREAKING CHANGE] Simplified API for listing streams and stream names (#​1312)
    • Add default timeout when context.Background() or context.TODO() is used (#​1348)
Fixed
  • JetStream:
    • Create consumer when calling OrderedConsumer() (#​1317)
    • Unset start time for ordered consumer on reset (#​1341)
    • Fixed Next() blocking indefinitely after calling Stop(). Thanks @​mdawar for the contribution (#​1344)
    • Invalid missing heartbeat errors in Consume() (#​1345)
    • Fixed PublishAsync() blocking published due to PublishAsyncMaxPending not being reset on reconnect (#​1346)
  • Legacy JetStream:
    • Fixed PublishAsync() blocking published due to PublishAsyncMaxPending not being reset on reconnect (#​1346)
Complete Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from d2b8f45 to 185a462 Compare August 21, 2023 16:20
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.28.0 fix(deps): update module github.com/nats-io/nats.go to v1.29.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 185a462 to 47fff50 Compare September 13, 2023 11:20
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.29.0 fix(deps): update module github.com/nats-io/nats.go to v1.30.0 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 47fff50 to 0a5f910 Compare September 20, 2023 10:37
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.30.0 fix(deps): update module github.com/nats-io/nats.go to v1.30.1 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 0a5f910 to 3c7ab91 Compare September 25, 2023 17:30
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.30.1 fix(deps): update module github.com/nats-io/nats.go to v1.30.2 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 3c7ab91 to 6e9e5d9 Compare September 27, 2023 10:29
@nicolerenee nicolerenee added this pull request to the merge queue Sep 28, 2023
Merged via the queue into main with commit 1fcc779 Sep 28, 2023
8 checks passed
@nicolerenee nicolerenee deleted the renovate/github.com-nats-io-nats.go-1.x branch September 28, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant