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

fix(deps): update dependency org.apache.pulsar:pulsar-client to v3.3.2 #11053

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.pulsar:pulsar-client 3.3.1 -> 3.3.2 age adoption passing confidence

Release Notes

apache/pulsar (org.apache.pulsar:pulsar-client)

v3.3.2

Compare Source

2024-10-04
Library updates
  • [fix][sec] Upgrade Avro to 1.11.4 to address CVE-2024-47561 (#​23394)
  • [fix][sec] Upgrade vertx to 4.5.10 to address CVE-2024-8391 (#​23338)
  • [fix][sec][branch-3.3] Upgrade protobuf-java to 3.25.5 (#​23356) (#​23358)
  • [improve][misc] Upgrade Netty to 4.1.113 and netty-tcnative to 2.0.66 (#​23255)
  • [fix] Bump commons-io:commons-io from 2.8.0 to 2.14.0 (#​23393)
  • [fix] Bump io.grpc from 1.56.0 to 1.56.1 (#​23276)
  • [fix][metadata] Upgrade Oxia to 0.3.2 (#​23140)
  • [feat][meta] Bump oxia java version from 0.3.2 to 0.4.5 (#​23277)
  • [improve] Upgrade Pulsar Python client in docker image to 3.5.0 (#​23377)
  • [improve] Install openssl in the docker image to fix compatibility with Apache Pulsar Helm chart (#​23362)
Broker
  • [fix][broker] Cancel possible pending replay read in cancelPendingRead (#​23384)
  • [fix][broker] Execute the pending callbacks in order before ready for incoming requests (#​23266)
  • [fix][broker] Fail fast if the extensible load manager failed to start (#​23297)
  • [fix][broker] Fix 'Disabled replicated subscriptions controller' logic and logging (#​23142)
  • [fix][broker] Fix authenticate order in AuthenticationProviderList (#​23111)
  • [fix][broker] Fix brokers still retry start replication after closed the topic (#​23237)
  • [fix][broker] Fix compatibility issues for PIP-344 (#​23136)
  • [fix][broker] Fix incomplete NAR file extraction which prevents broker from starting (#​23274)
  • [fix][broker] Fix out-of-order issues with ConsistentHashingStickyKeyConsumerSelector (#​23327)
  • [fix][broker] Fix shadow topics cannot be consumed when the entry is not cached (#​23147)
  • [fix][broker] Fix system topic can not be loaded up if it contains data offloaded (#​23279)
  • [fix][broker] Fix the broker registery cannot recover from the metadata node deletion (#​23359)
  • [fix][broker] Fix the bug that elected leader thinks it's a follower (#​23138)
  • [fix][broker] Handle the case when getOwnedServiceUnits fails gracefully (#​23119)
  • [fix][broker] Internal reader of __change_events can not started after metadata store session rebuilt (#​23018)
  • [fix][broker] Let Pending ack handler can retry to init when encounters a metadata store error (#​23153)
  • [fix][broker] Skip reading entries from closed cursor. (#​22751)
  • [fix][broker] Topic can never be loaded up due to broker maintains a failed topic creation future (#​23184)
  • [fix][broker] fix exception may hidden and result in stuck when topic loading (#​23102)
  • [fix][broker] fix pulsar-admin topics stats-internal caused a BK client thread a deadlock (#​23258)
  • [fix][broker] fix replicated namespaces filter in filterAndUnloadMatchedNamespaceAsync (#​23100)
  • [fix][broker] type cast on exceptions in exceptionally can lead to lost calls (#​23117)
  • [fix][broker]A failed consumer/producer future in ServerCnx can never be removed (#​23123)
  • [improve][broker] Add msgInReplay subscription stat and metric to improve Key_Shared observability (#​23224)
  • [improve][broker] Add retry for start service unit state channel (ExtensibleLoadManagerImpl only) (#​23230)
  • [improve][broker] Avoid subscription fenced error with consumer.seek whenever possible (#​23163)
  • [improve][broker] Explicitly close LB internal topics when playing a follower (ExtensibleLoadManagerImpl only) (#​23144)
  • [improve][broker] Improve pulsar_topic_load_failed metric to record correct failed time (#​23199)
  • [improve][broker] Optimize high CPU usage when consuming from topics with ongoing txn (#​23189)
  • [improve][broker] Optimize message payload traffic for ShadowReplicator (#​23236)
  • [improve][broker] Optimize performance for checking max topics when the topic is a system topic (#​23185)
  • [improve][broker] Optimize the performance of individual acknowledgments (#​23072)
  • [improve][broker] Register the broker to metadata store without version id compare (#​23298)
  • [improve][broker] Should notify bundle ownership listener onLoad event when ServiceUnitState start (ExtensibleLoadManagerImpl only) (#​23152)
  • [improve][broker] Support customized shadow managed ledger implementation (#​23179)
  • [improve][broker] Support to specify auth-plugin, auth-parameters and tls-enable arguments when init cluster metadata (#​23087)
  • [improve][broker] Reuse method getAvailableBrokersAsync (#​23099)
  • [improve][admin] PIP-369 Introduce unload flag in ns-isolation-policy set call (#​23120)
  • [fix] StatsOutputStream: add string write function (#​23227)
Client
  • [fix] DLQ to handle bytes key properly (#​23172)
  • [fix][client] Copy orderingKey to retry letter topic and DLQ messages and fix bug in copying (#​23182)
  • [fix][client] Create the retry producer async (#​23157)
  • [fix][client] Fix for early hit beforeConsume for MultiTopicConsumer (#​23141)
  • [fix][client] Fix timeout handling in Pulsar Admin client (#​23128)
  • [fix][client] TransactionCoordinatorClient support retry (#​23081)
  • [fix][client] the nullValue in msgMetadata should be true by default (#​22372)
  • [improve][client] Add maxConnectionsPerHost and connectionMaxIdleSeconds to PulsarAdminBuilder (#​22541)
  • [improve][client] Don't print info logs for each schema loaded by client (#​23206)
  • [improve][client] Add new ServiceUrlProvider implementation: SameAuthParamsAutoClusterFailover (#​23129)
Pulsar IO and Pulsar Functions
  • [fix][io] Upgrade mssql server docker tag in DebeziumMsSqlContainer (#​23318)
  • [improve][fn] Add support for overriding additionalJavaRuntimeArguments with PF_additionalJavaRuntimeArguments env (#​23130)
Others
  • [fix][log] Do not print error log if tenant/namespace does not exist when calling get topic metadata (#​23291)
  • [fix][log] Do not print warn log when concurrently publishing and switching ledgers (#​23209)
  • [feat] Add scripts for updating BK RocksDB ini files (#​23178)
  • [fix][meta] Oxia metadta store: Convert error to MetadataStoreException if operation failed (#​23154)
  • [fix][misc] Log Conscrypt security provider initialization warnings at debug level (#​23364)
  • [improve][misc] Improve AES-GCM cipher performance (#​23122)
  • [improve][misc] Optimize TLS performance by omitting extra buffer copies (#​23115)
  • [improve][pip] PIP-366: Support to specify different config for Configuration and Local Metadata Store (#​23041)
  • [improve][proxy] Reuse authentication instance in pulsar-proxy (#​23113)
Tests & CI
  • [fix][test] Fix flaky SubscriptionSeekTest.testSeekIsByReceive (#​23170)
  • [fix][test] Fix flaky UnloadSubscriptionTest.testMultiConsumer (#​23243)
  • [fix][test] Fix flaky test LeaderElectionTest.revalidateLeaderWithinSameSession (#​22383)
  • [fix][test] Fixed many tests of pulsar-proxy are not running (#​23118)
  • [fix][build] Fix problem where git.commit.id.abbrev is missing in image tagging (#​23337)
  • [fix][build] Remove unnecessary Oracle maven repository from pom.xml (#​23132)
  • [improve][build] Use amazoncorretto:21-alpine image instead of apk installation (#​22973)
  • [improve][ci] Switch to Java 21 as default JVM version for CI (#​23373)

For the complete list, check the full changelog.


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@murdos murdos closed this Oct 7, 2024
auto-merge was automatically disabled October 7, 2024 20:06

Pull request was closed

Copy link
Contributor Author

renovate bot commented Oct 7, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.3.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pulsar.version branch October 7, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant