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: open-feature/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: open-feature/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 10 commits
  • 29 files changed
  • 4 contributors

Commits on Jul 31, 2025

  1. chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.17.1 (

    #528)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9d0cbe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. chore: support Python 3.14 (#530)

    support Python 3.14
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    32fdec1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. feat: add hook data (#533)

    * add hook data
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    
    * remove redundant reduce
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    
    ---------
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    92f5da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. fix: invalid type alias for EvaluationContextAttributes (#534)

    The current type hint was impossible to satisfy with nested dict
    attributes that are not empty.
    
    Fixes #532
    
    Signed-off-by: AlexandrePicosson <picosson.alexandre@gmail.com>
    AlexandrePicosson authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    0e0f018 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. chore: update mypy and ruff (#536)

    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    b418cb0 View commit details
    Browse the repository at this point in the history
  2. fix: fix type hints of EvaluationContext and HookHints (#535)

    fix type hints of EvaluationContext and HookHints
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    de37144 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. chore: replace deprecated typing aliases (#537)

    replace deprecated typing aliases
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    837fef9 View commit details
    Browse the repository at this point in the history
  2. chore: add missing stateless provider tests (#531)

    add missing stateless provider tests
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    74409bf View commit details
    Browse the repository at this point in the history
  3. chore: remove shell flag usage in project scripts (#538)

    * remove shell flag usage in project scripts
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    
    * adjust copy command
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    
    ---------
    
    Signed-off-by: gruebel <anton.gruebel@gmail.com>
    gruebel authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    81a1d95 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.8.3 (#529)

    Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
    openfeaturebot authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    2d78d33 View commit details
    Browse the repository at this point in the history
Loading