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.27.1 - autoclosed #981

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.27.1

Compare Source

Changelog

Improved
  • JetStream Simplified API:
    • Fixed unit from kB to B for FetchBytes() in jetstream/README.md. Thanks @​fabiant7t for the contribution! (#​1329)
    • Add param names in API interfaces to better document the code (#​1316)
Fixed
  • JetStream Simplified API:
    • Use custom inbox prefix set on nats.Conn for pull requests. Thanks @​oderwat for the contribution! (#​1322)
  • Object Store:
  • JetStream:
    • Fixed creating a consumer with Durable not set on server versions prior to 2.9.0 (#​1325)
Complete Changes

v1.27.0

Compare Source

Changelog

Overview

This release focuses on improvements to new JetStream API and Service API (micro) preview functionalities.

Added
  • JetStream Simplified API:
    • StreamNameBySubject() method for stream discovery based on provided subject (#​1292)
Improved
  • JetStream Simplified API:
    • Simplified lock handling for Consume() and Messages() (#​1303)
Changed
  • JetStream Simplified API:
    • [BREAKING CHANGE] Renamed AddConsumer to CreateOrUpdateConsumer. This change is introduced in anticipation for separation of create and update operations in nats-server (#​1300)
    • [BREAKING CHANGE] Change default AckPolicy to AckPolicyExplicit (#​1278)
    • [BREAKING CHANGE] Fixed typo in PullThresholdBytes type name (#​1300)
    • [BREAKING CHANGE] Removed push consumer only fields from ConsumerConfig (#​1300)
    • [BREAKING CHANGE] Removed context.Context from PublishAsync and PublishMsgAsync (#​1300)
  • Service API (micro):
    • [BREAKING CHANGE] More verbose endpoint INFO schema (#​1277)
      • Endpoint metadata was moved from STATS response to INFO response
      • INFO now returns endpoints object, containing subject, name and metatada. This replaces subject field.
Fixed
  • JetStream Simplified API:
  • Object Store:
    • Fixed leaking goroutines after calling Put() and PutBytes() (#​1282)
  • Flaky tests picking the used port for cluster connections (#​1284, #​1298)
  • Division by zero fixes in bechmark tests. Thanks @​Zamony fot the contribution! (#​1293)
Complete Changes

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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 review from Danielius1922 and jkralik July 1, 2023 12:07
@sonarcloud
Copy link

sonarcloud bot commented Jul 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.27.1 fix(deps): update module github.com/nats-io/nats.go to v1.27.1 - autoclosed Jul 4, 2023
@renovate renovate bot closed this Jul 4, 2023
@renovate renovate bot deleted the renovate/github.com-nats-io-nats.go-1.x branch July 4, 2023 19:49
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.

0 participants