-
Notifications
You must be signed in to change notification settings - Fork 47
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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apache/pulsar-client-python
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
- 11 commits
- 20 files changed
- 4 contributors
Commits on Jan 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e6800f8 - Browse repository at this point
Copy the full SHA e6800f8View commit details
Commits on Jan 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 508a4c3 - Browse repository at this point
Copy the full SHA 508a4c3View commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4a4ac3f - Browse repository at this point
Copy the full SHA 4a4ac3fView commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f973c30 - Browse repository at this point
Copy the full SHA f973c30View commit details
Commits on Mar 27, 2025
-
add stats_interval_in_seconds parameter to the client configuration (#…
…248) Co-authored-by: Abdulhadi Celenlioglu <abdulhadi@intenseye.com>
Configuration menu - View commit details
-
Copy full SHA for 02a1bfd - Browse repository at this point
Copy the full SHA 02a1bfdView commit details
Commits on Apr 22, 2025
-
Bump manylinux versions for CVEs (#250)
* Bump manylinux versions for CVEs The `libgcc.so` is packaged for Linux wheels via `auditwheel`. However, currently the `manylinux2014` and `musllinux_1_1` images are used, where the GCC version is 9.3.0 that has CVEs. This patch bumps the images to `manylinux_2_28` and `musllinux_1_2` to have a higher version `libgcc`. * Use ubuntu-latest runner * Fix build script
Configuration menu - View commit details
-
Copy full SHA for e463ef3 - Browse repository at this point
Copy the full SHA e463ef3View commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6df05a1 - Browse repository at this point
Copy the full SHA 6df05a1View commit details
Commits on May 6, 2025
-
Support constructing MessageId from results of send() and receive() (#…
…254) Currently, `Producer.send` returns a `_pulsar.MessageId` instance, `Consumer.receive` returns a `MessageId` whose `message_id()` method returns a `_pulsar.MessageId` instance. This forces users to access the type from the C extension module (`_pulsar`). This patch adds a `MessageId.wrap` class method to convert the type from the C extension to the type in the `pulsar` module. It also exposes the comparison methods for `MessageId`.
Configuration menu - View commit details
-
Copy full SHA for 581531a - Browse repository at this point
Copy the full SHA 581531aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ab32f - Browse repository at this point
Copy the full SHA 26ab32fView commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 53852ff - Browse repository at this point
Copy the full SHA 53852ffView commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f28ac02 - Browse repository at this point
Copy the full SHA f28ac02View 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.1...v3.7.0