-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: open-feature/python-sdk
base: v0.5.0
head repository: open-feature/python-sdk
compare: v0.6.0
- 16 commits
- 22 files changed
- 6 contributors
Commits on Feb 23, 2024
-
chore(deps): update dependency coverage to v7.4.3 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bafa427 - Browse repository at this point
Copy the full SHA bafa427View commit details
Commits on Feb 25, 2024
-
chore(deps): update dependency pytest to v8.0.2 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2594a5 - Browse repository at this point
Copy the full SHA b2594a5View commit details
Commits on Feb 26, 2024
-
chore: add changelog sections (#282)
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for 141858d - Browse repository at this point
Copy the full SHA 141858dView commit details
Commits on Mar 3, 2024
-
refactor: improve Hook Hints typing (#285)
* improve Hook Hints typing Signed-off-by: gruebel <anton.gruebel@gmail.com> * ignore lint issue for this line Signed-off-by: gruebel <anton.gruebel@gmail.com> * exclude TYPE_CHECKING from coverage report Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5acd6a6 - Browse repository at this point
Copy the full SHA 5acd6a6View commit details -
docs: add Missing Imports in Provider Dev Example in README (#286)
docs: add missing imports in provider dev example in README Signed-off-by: Zhiwei <zhi.wei.liang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for ae26217 - Browse repository at this point
Copy the full SHA ae26217View commit details -
chore(deps): update dependency pytest to v8.1.0 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ba7d61 - Browse repository at this point
Copy the full SHA 7ba7d61View commit details
Commits on Mar 7, 2024
-
feat: implement provider status (#288)
* feat: implement provider status Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: set provider status to fatal if initialize raises PROVIDER_FATAL error Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: add a provider status accessor to clients Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: short circuit flag resolution when provider is not ready Signed-off-by: Federico Bond <federicobond@gmail.com> --------- Signed-off-by: Federico Bond <federicobond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 789e6e0 - Browse repository at this point
Copy the full SHA 789e6e0View commit details
Commits on Mar 9, 2024
-
chore(deps): update dependency pytest to v8.1.1 (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f336b3 - Browse repository at this point
Copy the full SHA 3f336b3View commit details
Commits on Mar 13, 2024
-
fix: run error hooks if provider returns FlagResolutionDetails with n…
…on-empty error_code (#291) * fix: run error hooks if provider returns FlagResolutionDetails with non-empty error_code Signed-off-by: Federico Bond <federicobond@gmail.com> * refactor: extract error code to exception mapping to class variable Signed-off-by: Federico Bond <federicobond@gmail.com> --------- Signed-off-by: Federico Bond <federicobond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e747544 - Browse repository at this point
Copy the full SHA e747544View commit details
Commits on Mar 14, 2024
-
chore(deps): update dependency coverage to v7.4.4 (#293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5987ef - Browse repository at this point
Copy the full SHA f5987efView commit details
Commits on Mar 18, 2024
-
chore: update mypy and ruff (#296)
update mypy and ruff Signed-off-by: gruebel <anton.gruebel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e4eebc - Browse repository at this point
Copy the full SHA 6e4eebcView commit details
Commits on Mar 21, 2024
-
chore(deps): update dependency pytest-mock to v3.13.0 (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04b4009 - Browse repository at this point
Copy the full SHA 04b4009View commit details -
feat: implement provider events (#278)
* feat: implement provider events Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: add error_code field to EventDetails and ProviderEventDetails Signed-off-by: Federico Bond <federicobond@gmail.com> * fix: replace strings with postponed evaluation of annotations Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: run handlers immediately if provider already in associated state Signed-off-by: Federico Bond <federicobond@gmail.com> * feat: remove unused _provider from openfeature.api Signed-off-by: Federico Bond <federicobond@gmail.com> * test: add some comments to test cases Signed-off-by: Federico Bond <federicobond@gmail.com> * test: add provider event late binding test cases Signed-off-by: Federico Bond <federicobond@gmail.com> * fix: fix status handlers running immediately if provider already in associated state Signed-off-by: Federico Bond <federicobond@gmail.com> * refactor: reuse provider property in OpenFeatureClient Signed-off-by: Federico Bond <federicobond@gmail.com> * refactor: move _provider_status_to_event to ProviderEvent.from_provider_status Signed-off-by: Federico Bond <federicobond@gmail.com> * refactor: move EventSupport class to an internal module Signed-off-by: Federico Bond <federicobond@gmail.com> * refactor: replace EventSupport class with module-level functions Signed-off-by: Federico Bond <federicobond@gmail.com> * style: fix code style --------- Signed-off-by: Federico Bond <federicobond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 679409f - Browse repository at this point
Copy the full SHA 679409fView commit details
Commits on Mar 22, 2024
-
chore(deps): update dependency pytest-mock to v3.14.0 (#300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a70ae0c - Browse repository at this point
Copy the full SHA a70ae0cView commit details -
docs: update spec version to 0.8.0 (#299)
Release-As: 0.6.0 Signed-off-by: Federico Bond <federicobond@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58d27c4 - Browse repository at this point
Copy the full SHA 58d27c4View commit details -
chore(main): release 0.6.0 (#283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c23c9e - Browse repository at this point
Copy the full SHA 2c23c9eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.6.0