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

feat: update module github.com/nats-io/nats.go to v1.36.0 - autoclosed #54

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.36.0

Compare Source

Changelog

Fixed
  • JetStream:
    • Set OptStartSeq correctly in OrderedConsumerConfig and simplify ordered consumer creation (#​1644, #​1645)
    • Fix invalid handling of mismatched sequence when using Messages() for ordered consumer (#​1646)
Changed
  • JetStream:
    • Remove ConsumerInfo() calls in Consume() and Messages() after reconnect (#​1643)
Improved
Complete Changes

v1.35.0

Compare Source

Changelog

Added
  • Service API:
    • Added API to read reply subject from micro.Request. Thanks @​mcosta74 for the contribution (#​1589)
  • Core NATS:
    • Added ForceReconnect method on connection for manually triggering reconnect (#​1624)
Fixed
  • KeyValue:
    • Fixed invalid DiscardPolicy being set when creating a new KeyValue store using the jetstream package. Previously created KV instances will be auto-repaired when calling CreateKeyValue (#​1616, #​1617)
  • JetStream:
    • Fixed validation for streams, consumers and KV buckets to avoid protocol errors (#​1613)
  • Core NATS:
    • Fixed ConnectedCB not being invoked when using RetryOnFailedConnect: true and the initial nats.Connect fails (#​1619)
Improved
  • Core NATS:
    • Remove unnecessary allocations from readMIMEHeader (#​1609)
  • KeyValue:
  • Legacy JetStream:
Complete Changes

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

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 force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from e5fc99f to f48d9dd Compare March 20, 2024 22:38
@renovate renovate bot changed the title feat: update module github.com/nats-io/nats.go to v1.33.1 feat: update module github.com/nats-io/nats.go to v1.34.0 Mar 20, 2024
@renovate renovate bot changed the title feat: update module github.com/nats-io/nats.go to v1.34.0 feat: update module github.com/nats-io/nats.go to v1.34.1 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from f48d9dd to 3ed832f Compare April 3, 2024 16:42
@renovate renovate bot changed the title feat: update module github.com/nats-io/nats.go to v1.34.1 feat: update module github.com/nats-io/nats.go to v1.35.0 May 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 3ed832f to 063425c Compare May 17, 2024 15:34
@renovate renovate bot changed the title feat: update module github.com/nats-io/nats.go to v1.35.0 feat: update module github.com/nats-io/nats.go to v1.36.0 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 063425c to dc7989c Compare June 14, 2024 13:11
@renovate renovate bot changed the title feat: update module github.com/nats-io/nats.go to v1.36.0 feat: update module github.com/nats-io/nats.go to v1.36.0 - autoclosed Jun 28, 2024
@renovate renovate bot closed this Jun 28, 2024
@renovate renovate bot deleted the renovate/github.com-nats-io-nats.go-1.x branch June 28, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants