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.6.0 to 2.6.1 in /modules/pulsar #3155

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps pulsar-client from 2.6.0 to 2.6.1.

Release notes

Sourced from pulsar-client's releases.

v2.6.1

2.6.1 — 2020-08-21

The following lists fixes and enhancements in 2.6.1 release.

Broker

  • [Broker] Limit batch size to the minimum of the maxNumberOfMessages and maxSizeOfMessages #6865
  • [Broker] Fix hash range conflict issue in Key_Shared with sticky hash range #7231
  • [Broker] Fix the issue that get lookup permission error #7234
  • [Broker] Update Jetty to version 9.4.29 #7235
  • [Broker] Fix readers backlog stats after data is skipped #7236
  • [Broker] Fix the regression in isSupperUser #7241
  • [Broker] Avoid introducing null read position for the managed cursor #7264
  • [Broker] Fix permission operation check on setRetention admin operation #7281
  • [Broker] Fix error in creation of non-durable cursor #7355
  • [Broker] Fix bug related to managedLedger properties #7357
  • [Broker] Add tenant name check in list namespaces function #7369
  • [Broker] Avoid the NPE occurs in method ManagedLedgerImpl.isOffloadedNeedsDelete #7389
  • [Broker] Fix producer stuck issue due to NPE thrown when creating a new ledger #7401
  • [Broker] Avoid NPEs at ledger creation when DNS failures happen #7403
  • [Broker] Support decompression payload if needed in KeyShared subscription #7416
  • [Broker] Fix update-cluster cli updates proxy-url #7422
  • [Broker] Handle NotAllowed Exception at the client side #7430
  • [Broker] Shade jclouds to avoid Gson conflict #7435
  • [Broker] Consumer is registered on dispatcher even if hash range conflicts on Key_Shared subscription #7444
  • [Broker] Add pulsar-client-messagecrypto-bc into pulsar-client dependency to avoid method not found #7447
  • [Broker] Fix update partitions error for non-persistent topic #7459
  • [Broker] Use CGroup CPU usage when present #7475
  • [Broker] Fix ArrayIndexOutOfBoundsException when dispatch messages to consumer #7483
  • [Broker] Get last entry is trying to read entry -1 #7495
  • [Broker] Fix timeout opening managed ledger operation #7506
  • [Broker] Fixes the exception that occurred when the geo-replication policy is updated #7514
  • [Broker] Update Jackson to version 2.11.1 and ensure all dependencies are pinned #7519
  • [Broker] Fix protobuf generation on handling repeated long number #7540
  • [Broker] Add more logging to the auth operations on failure #7567
  • [Broker] Use Consume/Produce/Lookup interfaces for specific operations in allowTopicOperation #7587
  • [Broker] Support configuring DeleteInactiveTopic setting in namespace policy #7598
  • [Broker] Fix NPE when using advertisedListeners #7620
  • [Broker] Fix the issue that deduplication cursor can not be deleted after disabling message deduplication #7656
  • [Broker] Add missing AuthenticationDataSource to canConsumeAsync method call #7694
  • [Broker] Close the previous reader of the health check topic #7724
  • [Broker] Change some WebApplicationException log level to debug #7725
  • [Broker] Replay delayed messages in order #7731
  • [Broker] Fix the wrong returned URL for lookup when specify advertised listener #7737
  • [Broker] Fix topic getting recreated immediately after deletion #7524
  • [Broker] Set default root log level to debug #7789
  • [Broker] Fix producer stucks on creating ledger timeout #7319
  • [Broker] AllowTopicOperationAsync should check the original role is super user #7788
Commits
  • 3c8fbf7 Bump the protobuf shaded version to 2.6.1
  • 2840d6f allowTopicOperationAsync should check the original role is super user (#1355)...
  • 0c5acb8 Differentiate authorization between source/sink/function operations
  • 255400b cpp: fix reference leak when reader create (#7793)
  • e2fbf31 Fix producer stucks on creating ledger timeout
  • efa984b Set default root log level to debug (#7789)
  • f7e8288 [CPP client]Fix the issue_url parsing failure in oauth2 (#7791)
  • 16df38c Bump the release version to 2.6.1
  • 9a80eb5 Add license header for readme file of oauth2 (#7761)
  • cfbf898 Fix topic getting recreated immediately after deletion (#7524)
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](apache/pulsar@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/pulsar/org.apache.pulsar-pulsar-client-2.6.1 branch from 0c3934f to 621ebd9 Compare August 28, 2020 10:59
@rnorth rnorth merged commit 6bca821 into master Aug 28, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/pulsar/org.apache.pulsar-pulsar-client-2.6.1 branch August 28, 2020 11:25
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