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

Update module github.com/nats-io/nats.go to v1.34.1 #64

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nats-io/nats.go v1.31.0 -> v1.34.1 age adoption passing confidence

Release Notes

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

v1.34.1

Compare Source

Changelog

Fixed
  • JetStream:
    • Fixed async publish error handling on disconnect (#​1592)
    • Fixed race condition in Fetch and FetchBatch when using heartbeats (#​1601)
Complete Changes

v1.34.0

Compare Source

Changelog

Added
  • Core NATS:
    • StatusChanged method for subscription event notifications (#​1570)
    • ClientTLSConfig option for setting TLS config with callbacks in Connect (#​1413)
Fixed
  • Object Store:
    • Add missing Compression struct tag (#​1559)
  • Legacy JetStream:
    • Fetch and FetchBatch will no longer publish a pull request if the subscription is closed or draining (#​1582)
  • Service API:
Improved
Complete Changes

v1.33.1

Compare Source

Changelog

Overview

This release fixes v1.33.0 release which was re-released with different tag, causing checksum mismatch when running go get github.com/nats-io/[email protected].

Complete Changes

v1.33.0

Compare Source

Changelog

Overview

This release introduces significant documentation improvements across jetstream package components (JetStream, Object Store, and KeyValue).

Added
  • JetStream:
    • TermWithReason method on JetStream message (#​1539)
    • Timestamp fields on stream and consumer infos (#​1540)
    • FetchHeartbeat option for Fetch and FetchBytes (#​1548)
  • Object Store:
    • Compression option for object store. Thanks to @​johbar for the contribution (#​1544)
    • UpdateObjectStore and CreateOrUpdateObjectStore methods (#​1550)
  • KeyValue:
    • UpdateKeyValue and CreateOrUpdateKeyValue methods (#​1549)
Fixed
  • JetStream:
    • Fixed Drain() infinite loop and add test for concurrent Next() calls. Thanks to @​mdawar for the contribution (#​1525)
    • Fixed race condition when resetting ordered consumer (#​1526)
  • Object Store:
    • Fixed hardcoded read deadline when reading an object (#​1531)
Improved
Complete Changes

v1.32.0

Compare Source

Changelog

Added
  • JetStream:
    • ObjectStore is now available as part of jetstream package (#​1450)
    • Drain method for ConsumeContext and MessagesContext. Unlike Stop(), in addition to unsubscribing and canceling the existing pull requests it will ensure that all messages already stored in client buffer will be available for processing (#​1515)
    • Return account reservations on AccountInfo. NOTE: This is only available since [email protected] (#​1511)
    • Paging Subjects on Stream.Info() response when WithSubjectFilter() option is used (#​1517)
  • KeyValue:
    • Compression option on KeyValueConfig (#​1451)
    • ListKeys method for efficiently iterating over all keys in KV bucket (#​1490)
    • ResumeFromRevision option for KV watcher. Thanks to @​shadow3x3x3 for the contribution (#​1489)
Fixed
  • Legacy JetStream:
    • Fixed and issue where ordered consumer was recreated with different name format than the original (#​1449)
  • JetStream:
    • Fixed an issue where WithRetryAttempts() and WithRetryWait() options were ignored in PublishAsync() (#​1464)
    • Fixed invalid PullExpiry validation in Consumer.Messages() options (#​1468)
    • Fixed race condition on Stop() method for ConsumeContext and MessagesContext . Thanks to
      @​evanofslack for the contribution (#​1454)
    • Fixed issues with Next() method for ordered consumers (#​1471, #​1472)
    • Fixed ignoring a private inbox prefix in JetStream.Publish(). Thanks to @​oderwat for the contribution (#​1474)
    • Fixed invalid PAF id for PublishAsync() (#​1476)
    • Fixed race condition when getting pull subscriptions in ordered consumer (#​1497)
    • Fixed several issues in checkPending logic (#​1516)
  • KeyValue:
    • Removed KV_ prefix when listing KeyValue store names (#​1487)
  • Service API:
    • Fixed race condition when adding endpoints concurrently. Thanks to @​actatum for the contribution (#​1484)
Improved
  • Bumped nkeys and compress dependencies to latest versions (#​1458, #​1514)
  • Fixed broken link in jetstream/README.md. Thanks to @​sebbbastien for the contribution (#​1448)
  • Improvements for code quality across the library. Thanks to @​sashamelentyev for the contribution (#​1498, #​1500)
  • Legacy JetStream:
    • Library now attempts to delete ordered consumer before creating new one to avoid piling up consumers on reset (#​1449)
  • Service API:
    • Added compatibility tests for Service API (#​1443)
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 requested a review from a team as a code owner September 20, 2023 11:00
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.30.0 Update module github.com/nats-io/nats.go to v1.30.1 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 8f0da34 to e93ab4a Compare September 25, 2023 16:32
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.30.1 Update module github.com/nats-io/nats.go to v1.30.2 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 5 times, most recently from f35ef76 to cde6066 Compare October 1, 2023 19:22
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 2 times, most recently from 8d6e196 to 3f2eb6e Compare October 5, 2023 16:04
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 2 times, most recently from 78ef6ec to 29f5806 Compare October 13, 2023 16:13
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.30.2 Update module github.com/nats-io/nats.go to v1.31.0 Oct 15, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 7 times, most recently from 9d34546 to a2c2ece Compare October 20, 2023 18:54
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 4 times, most recently from ac2bc85 to f8ea176 Compare November 3, 2023 21:03
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from f8ea176 to 8687c93 Compare November 20, 2023 20:14
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 8687c93 to e485e01 Compare December 12, 2023 21:10
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from e485e01 to 6598d6a Compare January 5, 2024 18:49
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.31.0 Update module github.com/nats-io/nats.go to v1.32.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 6598d6a to 744d10f Compare January 12, 2024 16:18
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 744d10f to a169e3f Compare January 19, 2024 17:09
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 5 times, most recently from 892609b to 409939d Compare February 3, 2024 00:22
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 2 times, most recently from 21092e4 to c4554c6 Compare February 12, 2024 22:59
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.32.0 Update module github.com/nats-io/nats.go to v1.33.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from c4554c6 to 7570c4c Compare February 16, 2024 19:05
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 7570c4c to 718d81f Compare March 20, 2024 22:47
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.33.1 Update module github.com/nats-io/nats.go to v1.34.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch 3 times, most recently from 069b732 to 140f6a6 Compare March 26, 2024 17:27
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch from 140f6a6 to 68936fd Compare April 3, 2024 17:20
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.34.0 Update module github.com/nats-io/nats.go to v1.34.1 Apr 3, 2024
@fishnix fishnix merged commit 59db5d9 into main Apr 16, 2024
6 checks passed
@fishnix fishnix deleted the renovate/github.aaakk.us.kg-nats-io-nats.go-1.x branch April 16, 2024 11: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