-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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/apache/pulsar-client-go to v0.14.0 #35506
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovatebot
labels
Oct 1, 2024
mx-psi
approved these changes
Oct 1, 2024
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this pull request
Oct 4, 2024
open-telemetry#35506) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/apache/pulsar-client-go](https://redirect.github.com/apache/pulsar-client-go) | `v0.13.1` -> `v0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2fpulsar-client-go/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fapache%2fpulsar-client-go/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fapache%2fpulsar-client-go/v0.13.1/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2fpulsar-client-go/v0.13.1/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>apache/pulsar-client-go (github.com/apache/pulsar-client-go)</summary> ### [`v0.14.0`](https://redirect.github.com/apache/pulsar-client-go/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/apache/pulsar-client-go/compare/v0.13.1...v0.14.0) #### Important notice - The client has dropped support for Go 1.20. The minimum supported version is now Go 1.21. ([Related PR](https://redirect.github.com/apache/pulsar-client-go/pull/1249)) - The `BackoffPolicy` interface and related methods has been moved to the `backoff` package from the `internal` package. The `BackoffPolicy` interface is renamed to `Policy`. ([Related PR](https://redirect.github.com/apache/pulsar-client-go/pull/1197)) #### What's Changed - \[improve] Install golang by image in the Dockerfile by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1246](https://redirect.github.com/apache/pulsar-client-go/pull/1246) - \[ci] Validate multiple version builds and use golangci-lint-action by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1250](https://redirect.github.com/apache/pulsar-client-go/pull/1250) - \[ci] Add merge limitation by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1248](https://redirect.github.com/apache/pulsar-client-go/pull/1248) - \[fix] Fix the key-based batch can't guarantee the ordering when flushing by [@&open-telemetry#8203;RobertIndie](https://redirect.github.com/RobertIndie) in [https://github.com/apache/pulsar-client-go/pull/1252](https://redirect.github.com/apache/pulsar-client-go/pull/1252) - \[fix] FailTimeoutMessages cannot delete outdated messages by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1247](https://redirect.github.com/apache/pulsar-client-go/pull/1247) - \[fix] Fix pulsar admin revoke subscription permission endpoint by [@&open-telemetry#8203;NoFacePeace](https://redirect.github.com/NoFacePeace) in [https://github.com/apache/pulsar-client-go/pull/1251](https://redirect.github.com/apache/pulsar-client-go/pull/1251) - \[fix] Producer close was blocked by [@&open-telemetry#8203;nodece](https://redirect.github.com/nodece) in [https://github.com/apache/pulsar-client-go/pull/1249](https://redirect.github.com/apache/pulsar-client-go/pull/1249) - \[fix] PulsarCtl 1266 Oauth2 Client credentials flow use scopes from the keyfile as well by [@&open-telemetry#8203;Nikolajls](https://redirect.github.com/Nikolajls) in [https://github.com/apache/pulsar-client-go/pull/1244](https://redirect.github.com/apache/pulsar-client-go/pull/1244) - \[feat] Add support for subscription expiration time namespace settings by [@&open-telemetry#8203;klevy-toast](https://redirect.github.com/klevy-toast) in [https://github.com/apache/pulsar-client-go/pull/1254](https://redirect.github.com/apache/pulsar-client-go/pull/1254) - \[fix] Prevent panic when calling Flush on closed producer by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1260](https://redirect.github.com/apache/pulsar-client-go/pull/1260) - \[fix] Avoid a data race when flushing with load by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1261](https://redirect.github.com/apache/pulsar-client-go/pull/1261) - \[improve] Add InitialSubscriptionName for DLQPolicy by [@&open-telemetry#8203;crossoverJie](https://redirect.github.com/crossoverJie) in [https://github.com/apache/pulsar-client-go/pull/1264](https://redirect.github.com/apache/pulsar-client-go/pull/1264) - \[fix] Peek message will return -1 for partitionIndex by [@&open-telemetry#8203;shibd](https://redirect.github.com/shibd) in [https://github.com/apache/pulsar-client-go/pull/1267](https://redirect.github.com/apache/pulsar-client-go/pull/1267) - \[chore] Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by [@&open-telemetry#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/apache/pulsar-client-go/pull/1269](https://redirect.github.com/apache/pulsar-client-go/pull/1269) - \[feat] Support the namespace offloadThresholdInSeconds API in pulsaradmin pkg by [@&open-telemetry#8203;ericsyh](https://redirect.github.com/ericsyh) in [https://github.com/apache/pulsar-client-go/pull/1271](https://redirect.github.com/apache/pulsar-client-go/pull/1271) - \[fix] Stop timer when close timedAckGroupingTracker by [@&open-telemetry#8203;geniusjoe](https://redirect.github.com/geniusjoe) in [https://github.com/apache/pulsar-client-go/pull/1279](https://redirect.github.com/apache/pulsar-client-go/pull/1279) - \[improve] Refactor connection concurrency model by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1275](https://redirect.github.com/apache/pulsar-client-go/pull/1275) - \[fix] Attempt to avoid deadlock during reconnection by [@&open-telemetry#8203;Gilthoniel](https://redirect.github.com/Gilthoniel) in [https://github.com/apache/pulsar-client-go/pull/1273](https://redirect.github.com/apache/pulsar-client-go/pull/1273) - \[fix] Fixed panic caused by memory not aligned in arm32 arch by [@&open-telemetry#8203;dream-kzx](https://redirect.github.com/dream-kzx) in [https://github.com/apache/pulsar-client-go/pull/1286](https://redirect.github.com/apache/pulsar-client-go/pull/1286) - \[fix] Reconnection logic and Backoff policy doesn't work correctly by [@&open-telemetry#8203;crossoverJie](https://redirect.github.com/crossoverJie) in [https://github.com/apache/pulsar-client-go/pull/1197](https://redirect.github.com/apache/pulsar-client-go/pull/1197) #### New Contributors - [@&open-telemetry#8203;NoFacePeace](https://redirect.github.com/NoFacePeace) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1251](https://redirect.github.com/apache/pulsar-client-go/pull/1251) - [@&open-telemetry#8203;Nikolajls](https://redirect.github.com/Nikolajls) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1244](https://redirect.github.com/apache/pulsar-client-go/pull/1244) - [@&open-telemetry#8203;klevy-toast](https://redirect.github.com/klevy-toast) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1254](https://redirect.github.com/apache/pulsar-client-go/pull/1254) - [@&open-telemetry#8203;ericsyh](https://redirect.github.com/ericsyh) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1271](https://redirect.github.com/apache/pulsar-client-go/pull/1271) - [@&open-telemetry#8203;dream-kzx](https://redirect.github.com/dream-kzx) made their first contribution in [https://github.com/apache/pulsar-client-go/pull/1286](https://redirect.github.com/apache/pulsar-client-go/pull/1286) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.1
->v0.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/pulsar-client-go (github.com/apache/pulsar-client-go)
v0.14.0
Compare Source
Important notice
1.21. (Related PR)
BackoffPolicy
interface and related methods has been moved to thebackoff
package from theinternal
package.The
BackoffPolicy
interface is renamed toPolicy
. (Related PR)What's Changed
New Contributors
Configuration
📅 Schedule: Branch creation - "on tuesday" (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.
This PR was generated by Mend Renovate. View the repository job log.