This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 9cc2fe4 move fix for topic deletion in release notes to 2.5.0 (#6136)
9cc2fe4 is described below
commit 9cc2fe422e59ece21faad4b651759e8f8fd7220d
Author: EugenDueck <[email protected]>
AuthorDate: Sat Jan 25 12:18:22 2020 +0900
move fix for topic deletion in release notes to 2.5.0 (#6136)
### Motivation
*A change that had to be moved to 2.5.0 (because it [changed the .proto
file](https://github.com/apache/pulsar/pull/5230#issuecomment-555503228)), is
still listed as having been done in 2.4.2 in the release notes.*
### Modifications
*Move the change from 2.4.2 to 2.5.0.*
---
site2/website/release-notes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website/release-notes.md b/site2/website/release-notes.md
index 0143abc..89cf365 100644
--- a/site2/website/release-notes.md
+++ b/site2/website/release-notes.md
@@ -46,6 +46,7 @@
- [CLI] Add a broker tool for operations of a specific broker
[#5768](https://github.com/apache/pulsar/pull/5768)
- [CLI] Validate topic name before creating partition/non partition topic via
admin cli [#5148](https://github.com/apache/pulsar/pull/5148)
- [CLI] Make PulsarClusterMetadataSetup idempotent
[#5879](https://github.com/apache/pulsar/pull/5879)
+- [CLI] Allow for topic deletions with regex consumers
[#5230](https://github.com/apache/pulsar/pull/5230)
#### Stats & Monitoring
@@ -207,7 +208,6 @@ https://github.com/apache/pulsar/releases/tag/v2.5.0
* Close previous dispatcher when subscription type changes
[#5288](https://github.com/apache/pulsar/pull/5288)
* Improve error handling logic for effectively once
[#5271](https://github.com/apache/pulsar/pull/5271)
* Upgrade dependencies for security fixes
[#5232](https://github.com/apache/pulsar/pull/5232)
-* Allow for topic deletions with regex consumers
[#5230](https://github.com/apache/pulsar/pull/5230)
* Ensure consumer background tasks are cancelled after subscribe failures
[#5204](https://github.com/apache/pulsar/pull/5204)
* Added missing enum value KeyShared on the python wrapper
[#5196](https://github.com/apache/pulsar/pull/5196)
* Make some member variables of Dispatcher volatile
[#5193](https://github.com/apache/pulsar/pull/5193)