-
Notifications
You must be signed in to change notification settings - Fork 76
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: apache/pulsar-client-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apache/pulsar-client-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 41 files changed
- 7 contributors
Commits on Aug 29, 2024
-
Fix buffer overflow for non-batched send when the message metadata si…
…ze exceeds 64KB (#443) See apache/pulsar-client-python#223 ### Motivation Currently a shared buffer is used to store serialized message metadata for each send request. However, its capacity is only 64KB, when the metadata size exceeds 64KB, buffer overflow could happen. ### Modifications When the metadata size is too large, allocate a new buffer instead of using the shared buffer. Add `testLargeProperties` to cover it.
Configuration menu - View commit details
-
Copy full SHA for 8f269e8 - Browse repository at this point
Copy the full SHA 8f269e8View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a6c7ce - Browse repository at this point
Copy the full SHA 1a6c7ceView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b2753a - Browse repository at this point
Copy the full SHA 8b2753aView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54e529a - Browse repository at this point
Copy the full SHA 54e529aView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2491a5a - Browse repository at this point
Copy the full SHA 2491a5aView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3efa80a - Browse repository at this point
Copy the full SHA 3efa80aView commit details
Commits on Nov 26, 2024
-
Expose keep alive interval for c and c++ client (#457)
* Expose keep alive interval for c and c++ client * Optimize
Configuration menu - View commit details
-
Copy full SHA for ce6c4bc - Browse repository at this point
Copy the full SHA ce6c4bcView commit details
Commits on Nov 27, 2024
-
Handle the exception from the token supplier (#458)
### Motivation When a token supplier is passed to the `AuthToken`, if exceptions are thrown from it, the application will crash immediately. A typical case is the Python wrapper might raise an exception when trying to get token. ### Modifications Catch the exception in `Commands::newConnect` because the token supplier is called in it. Then convert it to `ResultAuthenticationError`. Add `testTokenSupplierException` to verify it.
Configuration menu - View commit details
-
Copy full SHA for e264cf7 - Browse repository at this point
Copy the full SHA e264cf7View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2abbf83 - Browse repository at this point
Copy the full SHA 2abbf83View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f7c37a - Browse repository at this point
Copy the full SHA 6f7c37aView commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aeff955 - Browse repository at this point
Copy the full SHA aeff955View commit details
Commits on Dec 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ba83e8 - Browse repository at this point
Copy the full SHA 4ba83e8View commit details
Commits on Dec 26, 2024
-
Fix some compiler warnings in public headers (#468)
### Motivation Fix some compiler warnings in public headers when using with -Wextra. These warnings prevent projects using -Wextra -Werror to use pulsar client without modifications. ### Modifications 1. Modified public headers to fix compiler warnings 2. Add compile options "-Wextra -Wno-unused-parameter" to compile examples to help find similar issues
Configuration menu - View commit details
-
Copy full SHA for bdf6854 - Browse repository at this point
Copy the full SHA bdf6854View commit details
Commits on Dec 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e8e4d2 - Browse repository at this point
Copy the full SHA 1e8e4d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115d64a - Browse repository at this point
Copy the full SHA 115d64aView commit details
Loading
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.6.0...v3.7.0