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: optimizely/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: optimizely/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 4 contributors

Commits on Dec 11, 2024

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

Commits on Feb 26, 2025

  1. [FSSDK-11212] Update code to retry web API calls for fetching datafil…

    …e and pushing events (#445)
    
    * Update code to retry web API calls for fetching datafile and pushing events
    
    * Fix linting issues
    
    * Remove print statements
    
    * Fix up 'retries' member
    
    * Stub out requests.Session.get instead of requests.get
    
    * Update tests
    
    * Fix mypy error and linting error
    
    * Update for tests
    
    * Update
    
    * Update optimizely/event_dispatcher.py
    
    Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
    
    * Update event dispatch to try three times to send events
    
    * Update changelog and version number
    
    * Update version number
    
    * Remove changelog and version update
    
    ---------
    
    Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
    Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
    3 people authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    d098f9a View commit details
    Browse the repository at this point in the history
  2. Add changelog and update version number (#446)

    Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
    pvcraven and Paul V Craven authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    55bc008 View commit details
    Browse the repository at this point in the history
Loading