Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 11 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    e6800f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    508a4c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Fix conflicts with other python libraries due to static link to libst…

    …dc++ (#244)
    
    Fixes #242
    Fixes #243
    Fixes #245
    
    Add a patch to avoid linking to libgcc and libstdc++.
    BewareMyPower authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    4a4ac3f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    f973c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. add stats_interval_in_seconds parameter to the client configuration (#…

    …248)
    
    Co-authored-by: Abdulhadi Celenlioglu <abdulhadi@intenseye.com>
    hadican and Abdulhadi Celenlioglu authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    02a1bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. 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
    BewareMyPower authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    e463ef3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Configuration menu
    Copy the full SHA
    6df05a1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. 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`.
    BewareMyPower authored May 6, 2025
    Configuration menu
    Copy the full SHA
    581531a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ab32f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    53852ff View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Bump version to 3.7.0

    shibd committed May 12, 2025
    Configuration menu
    Copy the full SHA
    f28ac02 View commit details
    Browse the repository at this point in the history
Loading