Skip to content

Bump org.apache.pulsar:pulsar-broker from 2.11.0 to 2.11.4 in /seatunnel-connectors-v2/connector-pulsar #6503

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps org.apache.pulsar:pulsar-broker from 2.11.0 to 2.11.4.

Release notes

Sourced from org.apache.pulsar:pulsar-broker's releases.

v2.11.4

What's Changed

Broker

  • [fix][broker] Fix break change: could not subscribe partitioned topic with a suffix-matched regexp due to a mistake of PIP-145 (#21885)
  • [fix][broker] Fix String wrong format (#21829)
  • [fix][broker] Enabling batch causes negative unackedMessages due to ack and delivery concurrency (#22090)
  • [fix][broker] Fix can not subscribe partitioned topic with a suffix-matched regexp (#22025)
  • [fix][broker] Fix lookupRequestSemaphore leak when topic not found (#21646)
  • [fix][broker] Fix the issue of topics possibly being deleted. (#21704)
  • [fix][broker] Fix write all compacted out entry into compacted topic (#21917)
  • [fix][broker] Replication stopped due to unload topic failed (#21947)
  • [fix][broker] Sanitize values before logging in apply-config-from-env.py script (#22044)
  • [fix][broker] Support running docker container with gid != 0 (#22081)
  • [fix][broker] Update topic policies as much as possible when some ex was thrown (#21810)
  • [fix][broker] fix the wrong value of BrokerSrevice.maxUnackedMsgsPerDispatcher (#21765)
  • [fix][broker]Delete compacted ledger when topic is deleted (#21745) (#21850)
  • [fix][broker]Fix NonPersistentDispatcherMultipleConsumers ArrayIndexOutOfBoundsException (#21856)
  • [fix][broker][branch-3.1] Avoid PublishRateLimiter use an already closed RateLimiter (#22011)
  • [fix][ml] Fix retry mechanism of deleting ledgers to invalidate (#21869)
  • [improve][admin] internalGetMessageById shouldn't be allowed on partitioned topic (#19013)
  • [improve][broker] Add fine-grain authorization to retention admin API (#22163)
  • [improve][broker] Avoid print redirect exception log when get list from bundle (#20846)
  • [improve][broker] Consistently add fine-grain authorization to REST API (#22202)
  • [improve][broker] Do not print an Error log when responding to HTTP-404 when calling Admin API and the topic does not exist. (#21995)
  • [improve][broker] Make get list from bundle Admin API async (#20652)
  • [refactor][broker] Suppress error logging when message expiration fails (#19778)

Misc

  • [improve][build] Upgrade Apache ZooKeeper to 3.9.1 (#20933)
  • [fix][misc] Bump GRPC version to 1.55.3 to fix CVE (#21057)
  • [fix][sec] Bump avro version to 1.11.3 for CVE-2023-39410 (#21341)
  • [fix][sec] Exclude avro from hadoop-client (#21719)
  • [fix][sec] Upgrade Jetty to 9.4.53 to address CVE-2023-44487 (#21395)
  • [fix][sec] Upgrade Jetty to 9.4.54.v20240208 to address CVE-2024-22201 (#22144)
  • [fix][sec] Upgrade Netty to 4.1.100 to address CVE-2023-44487 (#21397)
  • [fix][sec] Upgrade commons-compress to 1.26.0 (#22086)
  • [fix][sec] cve: exclude ch.qos.logback in canal.protocol * resolve CVE-2023-6378 (95e1de78)
  • [fix][test] Fix PerformanceProducer send count error (#21706)
  • [fix][test] Fix test testTransactionBufferMetrics (#22117)
  • [fix][test] Make base test class method protected so that it passes ReportUnannotatedMethods validation (#21976)
  • [fix][test] testModularLoadManagerRemoveBundleAndLoad (#19710)

Proxy

  • [improve][proxy] Fix comment about enableProxyStatsEndpoints (#21757)

Functions

... (truncated)

Commits
  • b615872 Release 2.11.4
  • 441fd68 [improve][broker] Consistently add fine-grain authorization to REST API (#22202)
  • ae8d149 [improve] [broker] Do not print an Error log when responding to HTTP-404 wh...
  • c9d2e26 [improve][admin]internalGetMessageById shouldn't be allowed on partitioned to...
  • e530c8b [improve][broker] Avoid print redirect exception log when get list from bundl...
  • 3fcaa0a [improve][broker] Make get list from bundle Admin API async (#20652)
  • c00c3c1 [refactor][broker] Suppress error logging when message expiration fails (#19778)
  • 0cf5a83 [fix][test] testModularLoadManagerRemoveBundleAndLoad (#19710)
  • 8550508 [fix][test] Make base test class method protected so that it passes ReportUna...
  • bd50912 Fix LICENSE
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.apache.pulsar:pulsar-broker](https://github.com/apache/pulsar) from 2.11.0 to 2.11.4.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.11.0...v2.11.4)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-broker
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2024
@EricJoy2048 EricJoy2048 closed this Apr 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/seatunnel-connectors-v2/connector-pulsar/org.apache.pulsar-pulsar-broker-2.11.4 branch April 7, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant