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): update module github.com/nats-io/nats.go to v1.26.0 #220

Merged
merged 1 commit into from
May 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nats-io/nats.go

v1.26.0

Compare Source

Changelog

Overview

This release adds beta functionality of JetStream simplified API. The goal of this API is to simplify and streamline stream and consumer management, as well as leverage pull consumers for continuous message retrieval. We encourage you to give it a try and post your feedback!

You can find more details on the new API here

Added
  • JetStream Simplified API:
  • JetStream:
    • ConsumerName() subscribe option to set Name in ConsumerConfig when creating a consumer (#​1263)
    • SkipConsumerLookup() subscribe option to bypass verifying if the consumer exists before consumer creation (#​1265)
Improved
Changed
  • JetStream:
    • Generate consumer name in Subscribe() when name is not provided to leverage 2.9.0 consumer create server API (#​1261, #​1263)
  • Service API (micro):
    • Removed api_urland SCHEMA endpoint (#​1270)
    • Avoid producing nil metadata (#​1242)
  • Changed compression library for websockets (#​1259)
  • Reload client TLS certificates and Root CAs on reconnect (#​1264)
Fixed
  • Object Store
    • Fixed Put purging partial object before acks for all sent chunks were received. This caused leftover chunks to be processed after purge (#​1260)
    • Fixed issue in Read where nil was returned instead of context error (#​1260)
  • JetStream:
    • Fixed flaky TestJetStreamConcurrentQueueDurablePushConsumers test (#​1267)
  • Fixed leaking goroutines in tests (#​1268)
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/git.luolix.top-nats-io-nats.go-1.x branch from d76f186 to 303ea13 Compare May 27, 2023 18:59
@renovate renovate bot force-pushed the renovate/git.luolix.top-nats-io-nats.go-1.x branch from 303ea13 to dfadb7e Compare May 27, 2023 19:07
@linxside linxside merged commit b9cd47f into main May 27, 2023
@linxside linxside deleted the renovate/git.luolix.top-nats-io-nats.go-1.x branch May 27, 2023 19:15
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