Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps openfeature-sdk from 0.7.4 to 0.7.5.

Release notes

Sourced from openfeature-sdk's releases.

v0.7.5

0.7.5 (2025-01-31)

⚠ BREAKING CHANGES

The signature of the finally_after hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. To migrate, update any hook that implements the finally_after stage to accept evaluation details as the second argument.

🐛 Bug Fixes

  • Finally hooks do not get called when the provider is not ready #424 (#425) (8f2caba)

✨ New Features

🧹 Chore

  • config: migrate config renovate.json (26bc964)
  • config: migrate renovate config (#408) (26bc964)
  • deps: update actions/setup-python digest to 4237552 (#422) (9c2ed71)
  • deps: update codecov/codecov-action action to v5.1.0 (#401) (0459330)
  • deps: update codecov/codecov-action action to v5.1.1 (#402) (a6907d6)
  • deps: update codecov/codecov-action action to v5.1.2 (#405) (1c56480)
  • deps: update codecov/codecov-action action to v5.2.0 (#418) (b69e81a)
  • deps: update codecov/codecov-action action to v5.3.0 (#420) (6af37b1)
  • deps: update codecov/codecov-action action to v5.3.1 (#421) (e99e481)
  • deps: update googleapis/release-please-action action to v4 (#428) (99905d5)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 (#398) (043385a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 (#400) (2b6e210)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 (#404) (01ec388)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.4 (#406) (3296d3b)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.6 (#410) (7f9d422)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.0 (#411) (bc6e333)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 (#412) (cbace6a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.2 (#414) (9304292)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 (#419) (8f9cc7c)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 (#426) (f726706)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.14.0 (#407) (89d6997)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.14.1 (#409) (2c1840c)
Changelog

Sourced from openfeature-sdk's changelog.

0.7.5 (2025-01-31)

⚠ BREAKING CHANGES

The signature of the finally_after hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. To migrate, update any hook that implements the finally_after stage to accept evaluation details as the second argument.

🐛 Bug Fixes

  • Finally hooks do not get called when the provider is not ready #424 (#425) (8f2caba)

✨ New Features

🧹 Chore

  • config: migrate config renovate.json (26bc964)
  • config: migrate renovate config (#408) (26bc964)
  • deps: update actions/setup-python digest to 4237552 (#422) (9c2ed71)
  • deps: update codecov/codecov-action action to v5.1.0 (#401) (0459330)
  • deps: update codecov/codecov-action action to v5.1.1 (#402) (a6907d6)
  • deps: update codecov/codecov-action action to v5.1.2 (#405) (1c56480)
  • deps: update codecov/codecov-action action to v5.2.0 (#418) (b69e81a)
  • deps: update codecov/codecov-action action to v5.3.0 (#420) (6af37b1)
  • deps: update codecov/codecov-action action to v5.3.1 (#421) (e99e481)
  • deps: update googleapis/release-please-action action to v4 (#428) (99905d5)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.1 (#398) (043385a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 (#400) (2b6e210)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.3 (#404) (01ec388)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.4 (#406) (3296d3b)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.8.6 (#410) (7f9d422)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.0 (#411) (bc6e333)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.1 (#412) (cbace6a)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.2 (#414) (9304292)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 (#419) (8f9cc7c)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 (#426) (f726706)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.14.0 (#407) (89d6997)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.14.1 (#409) (2c1840c)
Commits
  • c2d1402 chore(main): release 0.7.5 (#399)
  • 99905d5 chore(deps): update googleapis/release-please-action action to v4 (#428)
  • 384c119 ci: lower release please version to v3 (#427)
  • f726706 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 (#426)
  • 9e9bb5c feat: Add evaluation details to finally hook stage #403 (#423)
  • 8f2caba fix: Finally hooks do not get called when the provider is not ready #424 (#425)
  • 9c2ed71 chore(deps): update actions/setup-python digest to 4237552 (#422)
  • e99e481 chore(deps): update codecov/codecov-action action to v5.3.1 (#421)
  • 8f9cc7c chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.3 (#419)
  • 6af37b1 chore(deps): update codecov/codecov-action action to v5.3.0 (#420)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [openfeature-sdk](https://github.com/open-feature/python-sdk) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/open-feature/python-sdk/releases)
- [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/python-sdk@v0.7.4...v0.7.5)

---
updated-dependencies:
- dependency-name: openfeature-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels Feb 3, 2025
Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit e6674b8
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/67a01979d8cfff0008d835dd

Copy link

sonarqubecloud bot commented Feb 3, 2025

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.80%. Comparing base (5e7f38b) to head (e6674b8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3013   +/-   ##
=======================================
  Coverage   84.80%   84.80%           
=======================================
  Files         113      113           
  Lines        5246     5246           
=======================================
  Hits         4449     4449           
  Misses        632      632           
  Partials      165      165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kodiakhq kodiakhq bot merged commit 173902d into main Feb 3, 2025
24 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/pip/openfeature/providers/python-provider/openfeature-sdk-0.7.5 branch February 3, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant