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: 522d425
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: 035d0ad
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 7, 2024

  1. chore(deps): update pre-commit/action action to v3.0.1 (#273)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    915cabe View commit details
    Browse the repository at this point in the history
  2. chore: update ruff version to 0.2.1 and remove preview flag (#272)

    Signed-off-by: Federico Bond <federicobond@gmail.com>
    federicobond authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f9833ba View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. refactor: remove abstractmethod decorator from get_provider_hooks (#274)

    Signed-off-by: Federico Bond <federicobond@gmail.com>
    federicobond authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    77fbae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. chore(deps): update dependency pytest to v8.0.1 (#275)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2b177e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(deps): update dependency coverage to v7.4.2 (#276)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0ec2b69 View commit details
    Browse the repository at this point in the history
  2. feat!: add support for domains (#271)

    * feat: add support for domains
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * docs: update README.md
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * feat: add clear_providers function to api
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * feat: make _get_provider function private
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * fix: shutdown all providers on api.shutdown
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * refactor: move provider dict to a ProviderRegistry class
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * feat: reset default provider on clear_providers and add tests
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    * docs: update README.md
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    
    ---------
    
    Signed-off-by: Federico Bond <federicobond@gmail.com>
    federicobond authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ed6a42f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore: release 0.5.0 (#277)

    chore(main): release 0.5.0
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    035d0ad View commit details
    Browse the repository at this point in the history
Loading