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

2.10.2 Release Note #262

Merged
merged 16 commits into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
c7a2a72
Update release note for 2.10.2
Jason918 Oct 24, 2022
a970e50
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
47cea5f
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
7c1e1b9
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
a249eea
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
8d7e624
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
4785ce7
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
c60e922
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
fb76ed3
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 24, 2022
23bb7bb
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
3d3a310
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
5b3f997
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
bd177a6
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
323079a
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
f3b9b43
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
1a516ce
Update site2/website-next/release-notes/versioned/pulsar-2.10.2.md
Jason918 Oct 26, 2022
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
16 changes: 16 additions & 0 deletions site2/website-next/release-notes/versioned/client-cpp-2.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: client-cpp-2.10.2
title: Client CPP 2.10.2
sidebar_label: Client CPP 2.10.2
---

- [fix][c++] Rename function name: pulsar_producer_configuration_set_crypto_failure_action [#16031](https://github.com/apache/pulsar/pull/16031)
- [fix][c++] Fix the close of Client might stuck or return a wrong result [#16285](https://github.com/apache/pulsar/pull/16285)
- [fix][c++] Fix libcurl build failure when building deb package [#17614](https://github.com/apache/pulsar/pull/17614)
- [fix][c++] Fix multi-topics consumer close segmentation fault [#17239](https://github.com/apache/pulsar/pull/17239)
- [fix][c++] Fix potential segfault when resending messages [#17395](https://github.com/apache/pulsar/pull/17395)
- [improve][c++] Reset `havePendingPingRequest` flag for any data received from broker [#17658](https://github.com/apache/pulsar/pull/17658)
- [improve][c++] Use an atomic `state_` instead of the lock to improve performance [#16940](https://github.com/apache/pulsar/pull/16940)
- [improve][c++] Upgrade OpenSSL to version 1.1.1n [#17538](https://github.com/apache/pulsar/pull/17538)
- [improve][c++] Delete PartitionedConsumerImpl, use MultiTopicsConsumerImpl instead [#16969](https://github.com/apache/pulsar/pull/16969)
- [cleanup][c++] Clean up C++ client curl configuration [#16064](https://github.com/apache/pulsar/pull/16064)
34 changes: 34 additions & 0 deletions site2/website-next/release-notes/versioned/client-java-2.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
id: client-java-2.10.2
title: Client Java 2.10.2
sidebar_label: Client Java 2.10.2
---

- [fix][java] Fix PatternTopicsChangedListener blocked when topic removed [#16842](https://github.com/apache/pulsar/pull/16842)
- [fix][java] Forget to update memory usage when invalid message [#16835](https://github.com/apache/pulsar/pull/16835)
- [fix][java] Send CloseConsumer on client timeout [#16616](https://github.com/apache/pulsar/pull/16616)
- [fix][java] Fix ReconsumeLater will hang up if retryLetterProducer exception [#16655](https://github.com/apache/pulsar/pull/16655)
- [fix][java] Fix load trust certificate [#16789](https://github.com/apache/pulsar/pull/16789)
- [fix][java] Fix reach redeliverCount client can't send batch messags [#17317](https://github.com/apache/pulsar/pull/17317)
- [fix][java] Fix reach redeliverCount client can't send messages to DLQ [#17287](https://github.com/apache/pulsar/pull/17287)
- [fix][java] Fix the message present in incoming queue after go to DLQ [#17326](https://github.com/apache/pulsar/pull/17326)
- [fix][java] Fix the startMessageId can't be respected as the ChunkMessageID [#16154](https://github.com/apache/pulsar/pull/16154)
- [fix][java] Release semaphore before discarding messages in batchMessageContainer [#17019](https://github.com/apache/pulsar/pull/17019)
- [fix][java] Remove consumer when close consumer command is received [#15761](https://github.com/apache/pulsar/pull/15761)
- [fix][java] Remove producer when close producer command is received [#16028](https://github.com/apache/pulsar/pull/16028)
- [fix][java] Remove redundant check for chunked message TotalChunkMsgSize in ConsumerImpl [#16797](https://github.com/apache/pulsar/pull/16797)
- [fix][java] Fix MaxQueueSize semaphore release leak in createOpSendMsg [#16915](https://github.com/apache/pulsar/pull/16915)
- [fix][java] Fix auto cluster failover can't resolve host bug [#16152](https://github.com/apache/pulsar/pull/16152)
- [fix][java] Fix client memory limit currentUsage leak and semaphore release duplicated in ProducerImpl [#16837](https://github.com/apache/pulsar/pull/16837)
- [fix][java] Fix newLookup TooManyRequestsException message [#16594](https://github.com/apache/pulsar/pull/16594)
- [fix][java] Fix scheduledExecutorProvider not shutdown [#17527](https://github.com/apache/pulsar/pull/17527)
- [fix][java] Fixed cnx channel Inactive causing the request fail to time out and fail to return [#17051](https://github.com/apache/pulsar/pull/17051)
- [fix][java] Fix thread safety issue of `LastCumulativeAck` [#16072](https://github.com/apache/pulsar/pull/16072)
- [fix][java] Make DeadLetterPolicy deserializable [#16513](https://github.com/apache/pulsar/pull/16513)
- [improve][java] Improve performance of multi-topic consumer with more than one IO thread [#16336](https://github.com/apache/pulsar/pull/16336)
- [improve][java] Only trigger the batch receive timeout when having pending batch receives requests [#16160](https://github.com/apache/pulsar/pull/16160)
- [improve][java] Replace ScheduledExecutor to improve performance of message consumption [#16236](https://github.com/apache/pulsar/pull/16236)
- [improve][java] Support passing existing scheduled executor providers to the client [#16334](https://github.com/apache/pulsar/pull/16334)
- [improve][java] Add classLoader field for `SchemaDefinition` [#15915](https://github.com/apache/pulsar/pull/15915)
- [improve][java] Add message key if exists to deadLetter messages [#16615](https://github.com/apache/pulsar/pull/16615)
- [improve][java] Refactor SchemaHash to reduce call of hashFunction in SchemaHash [#17948](https://github.com/apache/pulsar/pull/17948)
Loading