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.23.0 - autoclosed #867

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

nats-io/nats.go

v1.23.0

Compare Source

Changelog

Overview

This release focuses on improvements in micro package, most notably adding a possibility to create a service with multiple endpoints.

Added
  • Service API (micro):
    • Support for multi-endpoint services (#​1180)
    • type field in monitoring handlers responses (#​1173)
Changed
  • JetStream:
    • Optimize AddConsumer() performance by not sending JS request if consumer config has not changed (#​1185)
  • Service API (micro):
    • Use interface instead of struct for micro.Request (#​1174)
    • Use time.Time instead of string for Started field in STATS response (#​1175)
    • Service schemas are now defined per-endpoint.
Improved
  • Check whether credentials in nats.Connect() are missing before using them (#​1181)
  • Reduce the size of the bufio.Reader for message header parsing. Thanks to @​thomas-long-f3 for the contribution (#​1187)
  • Update go version in go.mod to 1.18 and update go version used by Travis (#​1182)
  • Start adopting error wrapping syntax (%w) in various errors (#​1182)
  • Added note on disabling reconnect buffer on nats.ReconnectBufSize() (#​1169)
  • Fix typos in comments in micro package. Thanks to @​chenjpu for the contribution (#​1171)
Fixed
  • JetStream
    • Pass opts to ConsumerInfo call in AddConsumer() (#​1176)
    • Use custom inbox prefix in async reply. Thanks to @​guyguy333 for the contribution (#​1190)
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.

@sonarcloud
Copy link

sonarcloud bot commented Feb 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 force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 3b79df6 to 6c07680 Compare February 2, 2023 07:54
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 6c07680 to c8de306 Compare February 2, 2023 15:06
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.23.0 fix(deps): update module github.com/nats-io/nats.go to v1.23.0 - autoclosed Feb 3, 2023
@renovate renovate bot closed this Feb 3, 2023
@renovate renovate bot deleted the renovate/github.com-nats-io-nats.go-1.x branch February 3, 2023 09:28
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