-
Notifications
You must be signed in to change notification settings - Fork 76
Comparing changes
Open a pull request
base repository: apache/pulsar-client-cpp
base: v3.7.0
head repository: apache/pulsar-client-cpp
compare: v3.7.1
- 9 commits
- 28 files changed
- 4 contributors
Commits on Apr 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dfa854b - Browse repository at this point
Copy the full SHA dfa854bView commit details -
Make it optional to link statically to libgcc and libstdc++ (#474)
(cherry picked from commit d3fd6b2)
Configuration menu - View commit details
-
Copy full SHA for 5c928d4 - Browse repository at this point
Copy the full SHA 5c928d4View commit details -
Fix multi-topics-consumer new topic listeners stuck in paused state (#…
…481) This was introduced in v3.7.0 via #447, which contained a change that attempted to fix an issue where a pre-mature ack of a message before a multi-topic subscriber was ready could have caused a crash. To fix the original bug, all multi-topic subscriptions are started with their message listener paused. They later get un-paused once all topics are successfully subscribed and connected. However, on a regex subscription when new topics are discovered, they also start in a paused state, and there's no mechanism to resume them. Hence, they get stuck, and no messages for new topics will be processed. This change adds a call to resume any new listeners after new topics are added. (cherry picked from commit 0a9b7d9)
Configuration menu - View commit details
-
Copy full SHA for 7f85d53 - Browse repository at this point
Copy the full SHA 7f85d53View commit details -
fix: ignore ping command in connection keepalive logic (#480)
Configuration menu - View commit details
-
Copy full SHA for bc22fc4 - Browse repository at this point
Copy the full SHA bc22fc4View commit details -
Bump curl, openssl, zlib to address CVEs (#482)
- openssl 3.1.4 -> 3.5.0 - zlib 1.3 -> 1.3.1 - curl 8.4.0 -> 8.13.0 Keep the `protobuf` to an old version (3.21.12) because it's the last release that supports C++11, see https://protobuf.dev/news/2022-08-03/ Keep the `asio` version not changed (1.28.2) because there are some APIs removed. (cherry picked from commit eede80b)
Configuration menu - View commit details
-
Copy full SHA for 7d994db - Browse repository at this point
Copy the full SHA 7d994dbView commit details -
[ci] Fix upload-artifact v3 is not supported (#484)
(cherry picked from commit 6aeb381)
Configuration menu - View commit details
-
Copy full SHA for 9b3f891 - Browse repository at this point
Copy the full SHA 9b3f891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9124eb5 - Browse repository at this point
Copy the full SHA 9124eb5View commit details
Commits on May 4, 2025
-
Fix the scripts for downloading GitHub Action artifacts (#485)
(cherry picked from commit 0e1ed3b)
Configuration menu - View commit details
-
Copy full SHA for a142d02 - Browse repository at this point
Copy the full SHA a142d02View commit details -
Fix TableView's existing key-value will never be updated (#487)
(cherry picked from commit d9dd029)
Configuration menu - View commit details
-
Copy full SHA for 1021d06 - Browse repository at this point
Copy the full SHA 1021d06View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.7.0...v3.7.1