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: launchdarkly/python-eventsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db9f0a2
Choose a base ref
...
head repository: launchdarkly/python-eventsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb2b189
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. fix: Fix SSE delay reset handling (#39)

    The default retry policy has exponential backoff with jitter. This retry
    strategy is reset after some maximum retry interval.
    
    Previously, once this reset interval occurred, it would continue to
    reset every future attempt, effectively disabling the exponential
    backoff algorithm.
    
    This should no longer be the case, as we now reset the baseline used for
    determine when to reset the strategy each time it is replaced with the
    base strategy.
    keelerm84 authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    fd401b5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.2.2 (#40)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.2.2](1.2.1...1.2.2)
    (2025-02-28)
    
    
    ### Bug Fixes
    
    * Fix SSE delay reset handling
    ([#39](#39))
    ([fd401b5](fd401b5))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    bb2b189 View commit details
    Browse the repository at this point in the history
Loading