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

[Don't Merge] Pulsar 2.11.0 release notes #167

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add 16940 and 17239.
Technoboy- committed Aug 25, 2022
commit d449ff62a578329d3788e7ce92dd16683150e49a
Original file line number Diff line number Diff line change
@@ -24,3 +24,5 @@ sidebar_label: Client CPP 2.11.0
- [fix][C++] Fix the race condition of connect timeout task [#14823](https://github.com/apache/pulsar/pull/14823)
- [fix][C++] Fix producer is never destructed until client is closed [#14797](https://github.com/apache/pulsar/pull/14797)
- [fix][C++] Close messages_ when PartitionedConsumer is closed [#16887](https://github.com/apache/pulsar/pull/16887)
- [improve][C++] Use an atomic state_ instead of the lock to improve performance [#16940](https://github.com/apache/pulsar/pull/16940)
- [fix][C++] Fix multi-topics consumer close segmentation fault [#17239](https://github.com/apache/pulsar/pull/17239)
2 changes: 2 additions & 0 deletions site2/website-next/release-notes/versioned/pulsar-2.11.0.md
Original file line number Diff line number Diff line change
@@ -266,6 +266,8 @@ sidebar_label: Apache Pulsar 2.11.0
- [Java] Avoid timer task run before previous subscribe complete [#14818](https://github.com/apache/pulsar/pull/14818)
- [Java] Support Reader Interceptor [#14729](https://github.com/apache/pulsar/pull/14729)
- [Java] Optimize pause when creating sub consumers in multi-topic consumer [#14566](https://github.com/apache/pulsar/pull/14566)
- [C++] Use an atomic state_ instead of the lock to improve performance [#16940](https://github.com/apache/pulsar/pull/16940)
- [C++] Fix multi-topics consumer close segmentation fault [#17239](https://github.com/apache/pulsar/pull/17239)
- [C++] Fix rpm and deb packaging [#17064](https://github.com/apache/pulsar/pull/17064)
- [C++] Add producerId to the log of closed producer [#17079](https://github.com/apache/pulsar/pull/17079)
- [C++] Add basic authentication [#15822](https://github.com/apache/pulsar/pull/15822)
2 changes: 2 additions & 0 deletions site2/website/release-notes.md
Original file line number Diff line number Diff line change
@@ -264,6 +264,8 @@
- [Java] Avoid timer task run before previous subscribe complete [#14818](https://github.com/apache/pulsar/pull/14818)
- [Java] Support Reader Interceptor [#14729](https://github.com/apache/pulsar/pull/14729)
- [Java] Optimize pause when creating sub consumers in multi-topic consumer [#14566](https://github.com/apache/pulsar/pull/14566)
- [C++] Use an atomic state_ instead of the lock to improve performance [#16940](https://github.com/apache/pulsar/pull/16940)
- [C++] Fix multi-topics consumer close segmentation fault [#17239](https://github.com/apache/pulsar/pull/17239)
- [C++] Fix rpm and deb packaging [#17064](https://github.com/apache/pulsar/pull/17064)
- [C++] Add producerId to the log of closed producer [#17079](https://github.com/apache/pulsar/pull/17079)
- [C++] Add basic authentication [#15822](https://github.com/apache/pulsar/pull/15822)