Re: [PR] Bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 in /sdks [beam]

2024-08-14 Thread via GitHub


jrmccluskey merged PR #32174:
URL: https://github.com/apache/beam/pull/32174


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 in /sdks [beam]

2024-08-13 Thread via GitHub


github-actions[bot] commented on PR #32174:
URL: https://github.com/apache/beam/pull/32174#issuecomment-2287891765

   Assigning reviewers. If you would like to opt out of this review, comment 
`assign to next reviewer`:
   
   R: @jrmccluskey for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any 
comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review 
comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 in /sdks [beam]

2024-08-13 Thread via GitHub


dependabot[bot] opened a new pull request, #32174:
URL: https://github.com/apache/beam/pull/32174

   Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 
1.36.0 to 1.37.0.
   
   Release notes
   Sourced from https://github.com/nats-io/nats.go/releases";>github.com/nats-io/nats.go's 
releases.
   
   Release v1.37.0
   Changelog
   Added
   
   JetStream:
   
   CleanupPublisher method for removing internal JetStream 
subscription (https://redirect.github.com/nats-io/nats.go/issues/1690";>#1690)
   ConsumeContext.Closed() method for waiting for consume to 
be closed/drained (https://redirect.github.com/nats-io/nats.go/issues/1691";>#1691)
   
   
   
   Fixed
   
   JetStream:
   
   Fix deadlock when accessing subscriptions map on a consumer (https://redirect.github.com/nats-io/nats.go/issues/1671";>#1671)
   Fix panic in OrderedConsumer (https://redirect.github.com/nats-io/nats.go/issues/1686";>#1686)
   Fix setting deliver policy in Fetch() for 
OrderedConsumer (https://redirect.github.com/nats-io/nats.go/issues/1693";>#1693)
   
   
   Legacy JetStream:
   
   Change Fetch and FetchBatch client timeout to 
a higher value (https://redirect.github.com/nats-io/nats.go/issues/1689";>#1689)
   
   
   
   Improved
   
   Trim trailing slash if set on server address which can cause errors 
during lookup (https://redirect.github.com/nats-io/nats.go/issues/1654";>#1654)
   Fixed README.md formatting. Thanks https://github.com/patrick-othmer";>@​patrick-othmer for 
the contribution (https://redirect.github.com/nats-io/nats.go/issues/1692";>#1692)
   
   Deprecated
   
   Deprecate encoded connections (https://redirect.github.com/nats-io/nats.go/issues/1674";>#1674)
   
   Complete Changes
   https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.0";>https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.0
   
   
   
   Commits
   
   https://github.com/nats-io/nats.go/commit/278f9f188bca4d7bdee283a0e98ab66b82530c60";>278f9f1
 Release v1.37.0 (https://redirect.github.com/nats-io/nats.go/issues/1697";>#1697)
   https://github.com/nats-io/nats.go/commit/6a7246decfd339a30524f2b6baba5b0aa5f5b7de";>6a7246d
 [ADDED] ConsumeContext.Closed() method for waiting for consume to be 
closed/d...
   https://github.com/nats-io/nats.go/commit/c76a9a7a6383d9c2682fb51d11ddd2f5749419a7";>c76a9a7
 [ADDED] CleanupPublisher method for removing internal JetStream subscription 
...
   https://github.com/nats-io/nats.go/commit/af10233f2fe651d9360438be7ab0f1fc77cd4955";>af10233
 [FIXED] Change Fetch client timeout to a higher value (https://redirect.github.com/nats-io/nats.go/issues/1689";>#1689)
   https://github.com/nats-io/nats.go/commit/3498a06bee9b8fcdd837fd7fae69ef7e342e32e9";>3498a06
 [FIXED] Setting deliver policy in Fetch() for OrderedConsumer (https://redirect.github.com/nats-io/nats.go/issues/1693";>#1693)
   https://github.com/nats-io/nats.go/commit/e3df53d7fa82d1d60335c53b66b43d9be90a8881";>e3df53d
 Correct README.md formatting (https://redirect.github.com/nats-io/nats.go/issues/1692";>#1692)
   https://github.com/nats-io/nats.go/commit/5e0a59b27420175b84f8bfdcc79795a87a3b4ea1";>5e0a59b
 [FIXED] Panic in ordered consumer (https://redirect.github.com/nats-io/nats.go/issues/1686";>#1686)
   https://github.com/nats-io/nats.go/commit/a8a32d5adef6f9930f7e0578467acc637ee51835";>a8a32d5
 Update docker for compatibility tests (https://redirect.github.com/nats-io/nats.go/issues/1688";>#1688)
   https://github.com/nats-io/nats.go/commit/c693ec3784c00cf5f9ad9c0f4010b352482ab86d";>c693ec3
 [FIXED] Deadlock when accessing subscriptions map on consumer (https://redirect.github.com/nats-io/nats.go/issues/1671";>#1671)
   https://github.com/nats-io/nats.go/commit/94fa0cb99411c202a4c9c2ae84f444a10f2e5ad8";>94fa0cb
 Deprecate encoded connections (https://redirect.github.com/nats-io/nats.go/issues/1674";>#1674)
   Additional commits viewable in https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats.go&package-manager=go_modules&previous-version=1.36.0&new-version=1.37.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge`