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

chore(deps): Bump pulsar-version from 3.3.1 to 4.0.0-preview.1 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Bumps pulsar-version from 3.3.1 to 4.0.0-preview.1.
Updates org.apache.pulsar:pulsar-client from 3.3.1 to 4.0.0-preview.1

Release notes

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

v4.0.0

2024-10-21

Changes in 4.0.0 release since 3.3.0 release preparation was started. For the complete list, check the full changelog and full PR list.

What's New in Apache Pulsar 4.0? covers topics such as:

  • Enhanced Key_Shared subscription implementation
  • Secure Docker runtime based on Alpine Linux and Java 21
  • Enhanced Quality of Service controls for multi-tenant deployments
  • Rate limiting as a foundation for multi-tenant resource management
  • Upgrade paths from previous versions
  • Client compatibility and Importance of upgrading Java clients to address CVE-2024-47561

PIPs accepted since 3.0.0 release

PIPs accepted in 4.0.0 release

  • PIP-327: Support force topic loading for unrecoverable errors (#21752)
  • PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation (#22016)
  • PIP-347: add role field in consumer's stat (#22564)
  • PIP-348: Trigger offload on topic load stage (#22650)
  • PIP-349: Add additionalSystemCursorNames ignore list for TTL check (#22651)
  • PIP-350: Allow to disable the managedLedgerOffloadDeletionLagInMillis (#22688)
  • PIP-351: Additional options for Pulsar-Test client to support KeyStore based TLS (#22694)
  • PIP-352: Event time based topic compactor (#22710)
  • PIP-353: Improve transaction message visibility for peek-messages (#22746)
  • PIP-354: apply topK mechanism to ModularLoadManagerImpl (#22765)
  • PIP-355: Enhancing Broker-Level Metrics for Pulsar (#22778)
  • PIP-356: Support Geo-Replication starts at earliest position (#22806)
  • PIP-357: Correct the conf name in load balance module. (#22823)
  • PIP-358: let resource weight work for OverloadShedder, LeastLongTermMessageRate, ModularLoadManagerImpl. (#22889)
  • PIP-359: Support custom message listener executor for specific subscription (#22902)
  • PIP-360: Add admin API to display Schema metadata (#22913)
  • PIP-363: Add callback parameters to the method: org.apache.pulsar.client.impl.SendCallback.sendComplete. (#22940)
  • PIP-364: Introduce a new load balance algorithm AvgShedder (#22946)
  • PIP-366: Support to specify different config for Configuration and Local Metadata Store (#23033)
  • PIP-367: Propose a Contributor Repository for Pulsar (#23061)
  • PIP-368: Support lookup based on the lookup properties (#23075)
  • PIP-369: Flag based selective unload on changing ns-isolation-policy (#23116)
  • PIP-370: configurable remote topic creation in geo-replication (#23124)
  • PIP-374: Visibility of messages in receiverQueue for the consumers (#23235)
  • PIP-376: Make topic policies service pluggable (#23248)
  • PIP-378: Add ServiceUnitStateTableView abstraction (ExtensibleLoadMangerImpl only) (#23300)
  • PIP-379: Key_Shared Draining Hashes for Improved Message Ordering (#23309)
  • PIP-381: Handle large PositionInfo state (#23328)
  • PIP-383: Support granting/revoking permissions for multiple topics (#23355)
  • PIP-384: ManagedLedger interface decoupling (#23363)

... (truncated)

Commits
  • 7eb46e5 Release 4.0.0-preview.1
  • e91574a [fix][broker] Fix unloadNamespaceBundlesGracefully can be stuck with extensib...
  • 5583102 [fix] [log] Do not print error log if tenant/namespace does not exist when ca...
  • b1c5d96 [fix][cli] Fix Pulsar-Client CLI to print metadata of message including encry...
  • 31f27a0 [fix][cli] Fix Pulsar-Client to allow consume encrypted messages with appropr...
  • cefa72c [improve][schema] Improve Incompatible Schema Exception error message in Serv...
  • 5ea4252 [fix][broker] Avoid introducing delay when there are delayed messages or mark...
  • 4ce0c75 [fix] Key_Shared mode consumption latency when low traffic (#23340)
  • 501dfde [fix][sec] Upgrade vertx to 4.5.10 to address CVE-2024-8391 (#23338)
  • 7d4ac9d [fix][build] Fix problem where git.commit.id.abbrev is missing in image taggi...
  • Additional commits viewable in compare view

Updates org.apache.pulsar:pulsar-client-admin from 3.3.1 to 4.0.0-preview.1

Release notes

Sourced from org.apache.pulsar:pulsar-client-admin's releases.

v4.0.0

2024-10-21

Changes in 4.0.0 release since 3.3.0 release preparation was started. For the complete list, check the full changelog and full PR list.

What's New in Apache Pulsar 4.0? covers topics such as:

  • Enhanced Key_Shared subscription implementation
  • Secure Docker runtime based on Alpine Linux and Java 21
  • Enhanced Quality of Service controls for multi-tenant deployments
  • Rate limiting as a foundation for multi-tenant resource management
  • Upgrade paths from previous versions
  • Client compatibility and Importance of upgrading Java clients to address CVE-2024-47561

PIPs accepted since 3.0.0 release

PIPs accepted in 4.0.0 release

  • PIP-327: Support force topic loading for unrecoverable errors (#21752)
  • PIP-337: SSL Factory Plugin to customize SSL Context and SSL Engine generation (#22016)
  • PIP-347: add role field in consumer's stat (#22564)
  • PIP-348: Trigger offload on topic load stage (#22650)
  • PIP-349: Add additionalSystemCursorNames ignore list for TTL check (#22651)
  • PIP-350: Allow to disable the managedLedgerOffloadDeletionLagInMillis (#22688)
  • PIP-351: Additional options for Pulsar-Test client to support KeyStore based TLS (#22694)
  • PIP-352: Event time based topic compactor (#22710)
  • PIP-353: Improve transaction message visibility for peek-messages (#22746)
  • PIP-354: apply topK mechanism to ModularLoadManagerImpl (#22765)
  • PIP-355: Enhancing Broker-Level Metrics for Pulsar (#22778)
  • PIP-356: Support Geo-Replication starts at earliest position (#22806)
  • PIP-357: Correct the conf name in load balance module. (#22823)
  • PIP-358: let resource weight work for OverloadShedder, LeastLongTermMessageRate, ModularLoadManagerImpl. (#22889)
  • PIP-359: Support custom message listener executor for specific subscription (#22902)
  • PIP-360: Add admin API to display Schema metadata (#22913)
  • PIP-363: Add callback parameters to the method: org.apache.pulsar.client.impl.SendCallback.sendComplete. (#22940)
  • PIP-364: Introduce a new load balance algorithm AvgShedder (#22946)
  • PIP-366: Support to specify different config for Configuration and Local Metadata Store (#23033)
  • PIP-367: Propose a Contributor Repository for Pulsar (#23061)
  • PIP-368: Support lookup based on the lookup properties (#23075)
  • PIP-369: Flag based selective unload on changing ns-isolation-policy (#23116)
  • PIP-370: configurable remote topic creation in geo-replication (#23124)
  • PIP-374: Visibility of messages in receiverQueue for the consumers (#23235)
  • PIP-376: Make topic policies service pluggable (#23248)
  • PIP-378: Add ServiceUnitStateTableView abstraction (ExtensibleLoadMangerImpl only) (#23300)
  • PIP-379: Key_Shared Draining Hashes for Improved Message Ordering (#23309)
  • PIP-381: Handle large PositionInfo state (#23328)
  • PIP-383: Support granting/revoking permissions for multiple topics (#23355)
  • PIP-384: ManagedLedger interface decoupling (#23363)

... (truncated)

Commits
  • 7eb46e5 Release 4.0.0-preview.1
  • e91574a [fix][broker] Fix unloadNamespaceBundlesGracefully can be stuck with extensib...
  • 5583102 [fix] [log] Do not print error log if tenant/namespace does not exist when ca...
  • b1c5d96 [fix][cli] Fix Pulsar-Client CLI to print metadata of message including encry...
  • 31f27a0 [fix][cli] Fix Pulsar-Client to allow consume encrypted messages with appropr...
  • cefa72c [improve][schema] Improve Incompatible Schema Exception error message in Serv...
  • 5ea4252 [fix][broker] Avoid introducing delay when there are delayed messages or mark...
  • 4ce0c75 [fix] Key_Shared mode consumption latency when low traffic (#23340)
  • 501dfde [fix][sec] Upgrade vertx to 4.5.10 to address CVE-2024-8391 (#23338)
  • 7d4ac9d [fix][build] Fix problem where git.commit.id.abbrev is missing in image taggi...
  • Additional commits viewable in compare view

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)

Bumps `pulsar-version` from 3.3.1 to 4.0.0-preview.1.

Updates `org.apache.pulsar:pulsar-client` from 3.3.1 to 4.0.0-preview.1
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.3.1...v4.0.0-preview.1)

Updates `org.apache.pulsar:pulsar-client-admin` from 3.3.1 to 4.0.0-preview.1
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v3.3.1...v4.0.0-preview.1)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.pulsar:pulsar-client-admin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 6, 2024
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants