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

chore: Apply fix for github.com/apache/pulsar/issues/22811 only for affected versions #1232

Commits on Sep 3, 2024

  1. chore: Update Pulsar version and improve affected version check

    The default Pulsar image version changed from "3.2.3" to "3.0.6" due to a known regression impacting versions "3.2.0-3.2.3" and "3.3.0". The regression resulted in the expiry time being converted to an incorrect unit of time.
    The revision improves the check for affected versions by introducing the 'IsVersionAffectedByRegression' method, which accepts a version and returns true if the version is impacted by the regression.
    The formatting of the PulsarContainer.cs and PulsarBuilder.cs files was also updated for better readability.
    In addition, the `docs/modules/index.md` file was updated to reflect the new Pulsar version, making it easier for users to use the correct version.
    David Jensen authored and entvex committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    39f6e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39ac87 View commit details
    Browse the repository at this point in the history
  3. chore: Rename member

    HofmeisterAn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5690b5c View commit details
    Browse the repository at this point in the history