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.32.0 #203

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 changed the title fix(deps): update module connectrpc.com/otelconnect to v0.7.0 fix(deps): update minor go modules Jan 12, 2024
@renovate renovate bot force-pushed the renovate/minor-go-modules branch 2 times, most recently from dfbb552 to 3c79087 Compare January 13, 2024 00:33
@renovate renovate bot force-pushed the renovate/minor-go-modules branch from 3c79087 to 8158d67 Compare January 13, 2024 19:24
@renovate renovate bot changed the title fix(deps): update minor go modules fix(deps): update module github.com/nats-io/nats.go to v1.32.0 Jan 13, 2024
Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (78d9ceb) 88.74% compared to head (8158d67) 88.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #203   +/-   ##
=======================================
  Coverage   88.74%   88.74%           
=======================================
  Files          44       44           
  Lines        4886     4886           
=======================================
  Hits         4336     4336           
  Misses        434      434           
  Partials      116      116           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tochemey Tochemey merged commit 61f5d21 into main Jan 13, 2024
2 checks passed
@Tochemey Tochemey deleted the renovate/minor-go-modules branch January 13, 2024 19:33
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