Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps pulsar.version from 2.3.1 to 2.11.0.
Updates pulsar-client from 2.3.1 to 2.11.0

Release notes

Sourced from pulsar-client's releases.

v2.11.0

Important notice

  • Rename Pulsar txn metrics to specify OpenMetrics #16581
  • Rename Pulsar schema metrics to specify OpenMetrics #16610
  • Rename Pulsar lb metrics to specify OpenMetrics #16611
  • Remove jul-to-slf4j #16320 #16320
  • Fix get non-persistent topics issue in Namespaces #16170
  • Fix producer/consume permission can’t get schema #15956
  • Add verification for configured default backlog quota and retention #15441
  • Fix ineffective broker LoadBalance #15314
  • Ensure the deletion consistency of topic and schema #14608
  • Transaction cumulative ack redeliver change #14371
  • Bump prometheus client version from 0.5.0 to 0.15.0 #13785
  • [PIP-158] Split client TLS transport encryption from authentication #15634
  • [PIP-155] Remove Python 2 support #15376
  • [PIP-156] Build Pulsar Server on Java 17 #15264
  • [PIP-162] Enable system topic by default #15619

PIPs

  • [PIP 37] Support chunking with Shared subscription #16202
  • [PIP-74] Pulsar client memory limits #14400
  • [PIP-81] Split createNewMetadataLedger into multiple methods for reuse #15425
  • [PIP 97] Update Authentication Interfaces to Include Async Authentication Methods #12104
  • [PIP-100] Support pluggable topic factory #12235
  • [PIP-105] Store Subscription properties #15757
  • [PIP-117] Change Pulsar standalone defaults #15478
  • [PIP-132] Include message header size when checking maxMessageSize for non-batch messages on the client side #14007
  • [PIP-136] Sync Pulsar metadata across multiple clouds #16425
  • [PIP-143] Support split bundle by specified boundaries #13796
  • [PIP-145] Improve performance of regex subscriptions #14505
  • [PIP-146] ManagedCursorInfo compression #14542
  • [PIP 149] Make the REST Admin API fully async #14365
  • [PIP-152] Support subscription level dispatch rate limiter setting #15295
  • [PIP-153] Optimize metadataPositions in MLPendingAckStore #15137
  • [PIP-160] Make transactions work more efficiently by aggregation operation for transaction log and pending ack store #15370
  • [PIP-161] Exclusive Producer: ability to fence out an existing Producer #15488
  • [PIP-163] Add lowWaterMark check before appending entry to TB #15424
  • [PIP-166] Add MANUAL delivery semantics for Functions #16279
  • [PIP-179] Support the admin API to check unknown request parameters #16135
  • [PIP-181] Pulsar Shell #16250
  • [PIP-184] Topic specific consumer priorityLevel #16715
  • [PIP-187] Add API to analyze a subscription backlog and provide an accurate value #16545
  • [PIP-189] No batching if only one message in batch #18548
  • [PIP-201] Extensions mechanism for Pulsar Admin CLI tools #17158

Broker

  • [PIP 81] Split the individual acknowledgments into multiple entries
    • Add range set wrapper to support record dirty ledgers #15607
    • Notifications for faster topic discovery #16062
    • Split createNewMetadataLedger into multiple methods for reuse #15425

... (truncated)

Commits
  • 97ee1a1 [fix][ci][branch-2.11] Fix shell license issue (#19106)
  • 0247b63 [fix][build] Fix license issue in 2.11 (#19043)
  • 6748d93 [fix][client] Fix multi-topic consumer stuck after redeliver messages (#18491)
  • b75f068 [improve][broker] Omit making a copy of CommandAck when there are no broker i...
  • af3e1c2 [fix][broker] Copy proto command fields into final variables in ServerCnx (#1...
  • e0a73e0 [improve][broker] Add logs for why namespace bundle been split (#19003)
  • 523a0da [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • 7c63e92 [fix][broker]Update interceptor handler exception (#18940)
  • faa9416 [fix] [tx] [branch-2.11] Transaction buffer recover blocked by readNext (#18969)
  • a968da5 [fix][txn] transaction pending ack store future not completely problem (#18943)
  • Additional commits viewable in compare view

Updates pulsar-client-admin from 2.3.1 to 2.11.0

Release notes

Sourced from pulsar-client-admin's releases.

v2.11.0

Important notice

  • Rename Pulsar txn metrics to specify OpenMetrics #16581
  • Rename Pulsar schema metrics to specify OpenMetrics #16610
  • Rename Pulsar lb metrics to specify OpenMetrics #16611
  • Remove jul-to-slf4j #16320 #16320
  • Fix get non-persistent topics issue in Namespaces #16170
  • Fix producer/consume permission can’t get schema #15956
  • Add verification for configured default backlog quota and retention #15441
  • Fix ineffective broker LoadBalance #15314
  • Ensure the deletion consistency of topic and schema #14608
  • Transaction cumulative ack redeliver change #14371
  • Bump prometheus client version from 0.5.0 to 0.15.0 #13785
  • [PIP-158] Split client TLS transport encryption from authentication #15634
  • [PIP-155] Remove Python 2 support #15376
  • [PIP-156] Build Pulsar Server on Java 17 #15264
  • [PIP-162] Enable system topic by default #15619

PIPs

  • [PIP 37] Support chunking with Shared subscription #16202
  • [PIP-74] Pulsar client memory limits #14400
  • [PIP-81] Split createNewMetadataLedger into multiple methods for reuse #15425
  • [PIP 97] Update Authentication Interfaces to Include Async Authentication Methods #12104
  • [PIP-100] Support pluggable topic factory #12235
  • [PIP-105] Store Subscription properties #15757
  • [PIP-117] Change Pulsar standalone defaults #15478
  • [PIP-132] Include message header size when checking maxMessageSize for non-batch messages on the client side #14007
  • [PIP-136] Sync Pulsar metadata across multiple clouds #16425
  • [PIP-143] Support split bundle by specified boundaries #13796
  • [PIP-145] Improve performance of regex subscriptions #14505
  • [PIP-146] ManagedCursorInfo compression #14542
  • [PIP 149] Make the REST Admin API fully async #14365
  • [PIP-152] Support subscription level dispatch rate limiter setting #15295
  • [PIP-153] Optimize metadataPositions in MLPendingAckStore #15137
  • [PIP-160] Make transactions work more efficiently by aggregation operation for transaction log and pending ack store #15370
  • [PIP-161] Exclusive Producer: ability to fence out an existing Producer #15488
  • [PIP-163] Add lowWaterMark check before appending entry to TB #15424
  • [PIP-166] Add MANUAL delivery semantics for Functions #16279
  • [PIP-179] Support the admin API to check unknown request parameters #16135
  • [PIP-181] Pulsar Shell #16250
  • [PIP-184] Topic specific consumer priorityLevel #16715
  • [PIP-187] Add API to analyze a subscription backlog and provide an accurate value #16545
  • [PIP-189] No batching if only one message in batch #18548
  • [PIP-201] Extensions mechanism for Pulsar Admin CLI tools #17158

Broker

  • [PIP 81] Split the individual acknowledgments into multiple entries
    • Add range set wrapper to support record dirty ledgers #15607
    • Notifications for faster topic discovery #16062
    • Split createNewMetadataLedger into multiple methods for reuse #15425

... (truncated)

Commits
  • 97ee1a1 [fix][ci][branch-2.11] Fix shell license issue (#19106)
  • 0247b63 [fix][build] Fix license issue in 2.11 (#19043)
  • 6748d93 [fix][client] Fix multi-topic consumer stuck after redeliver messages (#18491)
  • b75f068 [improve][broker] Omit making a copy of CommandAck when there are no broker i...
  • af3e1c2 [fix][broker] Copy proto command fields into final variables in ServerCnx (#1...
  • e0a73e0 [improve][broker] Add logs for why namespace bundle been split (#19003)
  • 523a0da [fix][broker] Fix deadlock in PendingAckHandleImpl (#18989)
  • 7c63e92 [fix][broker]Update interceptor handler exception (#18940)
  • faa9416 [fix] [tx] [branch-2.11] Transaction buffer recover blocked by readNext (#18969)
  • a968da5 [fix][txn] transaction pending ack store future not completely problem (#18943)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `pulsar.version` from 2.3.1 to 2.11.0.

Updates `pulsar-client` from 2.3.1 to 2.11.0
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.11.0)

Updates `pulsar-client-admin` from 2.3.1 to 2.11.0
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.3.1...v2.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #320.

@dependabot dependabot bot closed this May 1, 2023
@dependabot dependabot bot deleted the dependabot/maven/develop/pulsar.version-2.11.0 branch May 1, 2023 05:56
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.

1 participant