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

Bump pulsar-client from 2.5.1 to 2.5.2 in /modules/pulsar #2787

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pulsar-client from 2.5.1 to 2.5.2.

Release notes

Sourced from pulsar-client's releases.

v2.5.2

2.5.2 — 2020-05-19

Fixes and Enhancements

Broker
  • [Broker] Implement AutoTopicCreation by namespace level override #6471
  • [Broker] Add custom deletionLag and threshold for offload policies per namespace #6422
  • [Broker] Invalidate managed ledgers zookeeper cache instead of reloading on watcher triggered #6659
  • [Broker] Retention policy should be respected when there is no traffic #6676
  • [Broker] Fixed double delete on a namespace #6713
  • [Broker] fix get batch message from http response, only get the first message#6715
  • [Broker] Fix Deadlock by Consumer and Reader#6728
  • [Broker] avoid backpressure by skipping dispatching if consumer channel is not writable #6740
  • [Broker] fix when producing encrypted messages, MessageMetadata objects are not released after they are created. #6745
  • [Broker] Bump netty version to 4.1.48.Final #6746
  • [Broker] Increase timeout for loading topics #6750
  • [Broker] Fix wrong cursor state for cursor without consumer #6766
  • [Broker] change nondurable cursor to active to improve performance #6769
  • [Broker] register loadbalance znode should attempt to wait until session expired #6788
  • [Broker] Fix some empty message related problems in the compacted topic. #6795
  • [Broker] Avoid creating partitioned topic for partition name #6846
  • [Broker] Add Tls with keystore type config support #6853
  • [Broker] fix consumer stuck when batchReceivePolicy maxNumMessages > maxReceiverQueueSize #6862
  • [Broker] use originalAuthMethod on originalAuthChecker in Proxy Authentication #6870
  • [Broker] Close producer when the topic does not exists. #6879
  • [Broker] Handle all exceptions from topic.addProducer #6881
  • [Broker] fix topicPublishRateLimiter not effective after restart broker #6893
  • [Broker] Expose pulsar_out_bytes_total and pulsar_out_messages_total for namespace/subscription/consumer. #6918
  • [Broker] Policy ttlDurationDefaultInSeconds not applying #6920
  • [Broker] Fix pulsar admin thread number explode bug. #6940
Pulsar Schema
  • [Schema] Fix long field parse in GenricJsonRecord #6622
  • [Schema] Fix the leak of cursor reset if message encode fails in Avro schema. #6695
  • [Schema] fix Get schema by version can get the deleted schema info #6754 #6754
  • [Schema] Fix serialization of enums with json/avro schemas in python #6808
  • [Schema] Pulsar SQL Support Avro Schema ByteBuffer Type #6925
CPP Client
  • [CPP Client] Auto update topic partitions #6732
  • [CPP Client] Subscription InitialPosition is not correctly set on regex consumers. #6810
  • [CPP Client] Fix message id is always the default value in send callback #6812
  • [CPP Client] Fix message id error if messages were sent to a partitioned topic #6938
Python Client
  • [Python Client] Fix Python function protobuf missing field#6641
Pulsar Functions
... (truncated)
Commits
  • d243808 fix bc version
  • c6adbbe #6952 rm ununsed files
  • 637f84e release 2.5.2
  • b3c05ba fix topicPublishRateLimiter not effective after restart broker (#6893)
  • 2dae2b5 fix autoSkipConf (#6863)
  • aed2c17 fix brokerPublisherThrottlingTickTimeMillis in broker.conf (#6877)
  • f428d84 [Issue 6887][pulsar-broker] ttlDurationDefaultInSeconds not applying (#6920)
  • 4095bdf [C++] Subscription InitialPosition is not correctly set on regex consumers (#...
  • 926d687 [ISSUE 6563][Broker] Invalidate managed ledgers zookeeper cache instead of re...
  • 71e7878 Fix pulsar client admin thread number explode (#6940)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.5.1...v2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 23, 2020
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to automerge this PR, but received the following error from GitHub:

Waiting on code owner review from bsideup, kiview, and/or rnorth.

@rnorth rnorth merged commit 066a1bd into master May 23, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/pulsar/org.apache.pulsar-pulsar-client-2.5.2 branch May 23, 2020 12:14
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
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.

None yet

1 participant