Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

fix(deps): update module github.com/nats-io/nats.go to v1.24.0 #87

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2023

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

nats-io/nats.go

v1.24.0

Compare Source

Changelog

Added
  • Core:
  • JetStream
    • FetchChan method to utilize non-blocking pull subscription requests (#​1211)
  • Service API (micro):
    • ContextHandler helper function which implements micro.Handler and allows passing context.Context to request handler (#​1215)
Improved
  • Use go 1.19 in go.mod and skip using deprecated rand.Seed for go version +1.20 (#​1209)
Fixed
  • JetStream:
    • Retry recreating ordered consumer on insufficient resources error (#​1217)
    • Stream and consumer name validation now checks for space in name, preventing timeouts and returning valid error (#​1219)
  • Service API (micro):
    • Avoid panic on schema request when no schemas were given (#​1195)
  • KV:
    • Fix CreateKeyValue idempotency check on AllowDirect when upgrading server version to > 2.9.0 Thanks to @​dbason for the contribution (#​1213)
Complete Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 February 24, 2023 22:29
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #87 (b9199b7) into main (29e61b7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   94.33%   94.33%           
=======================================
  Files           7        7           
  Lines        1006     1006           
=======================================
  Hits          949      949           
  Misses         44       44           
  Partials       13       13           
Flag Coverage Δ
unittests 94.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JAORMX JAORMX merged commit bd96ed8 into main Feb 25, 2023
@JAORMX JAORMX deleted the renovate/github.com-nats-io-nats.go-1.x branch February 25, 2023 09:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant