chore(deps): update googleapis/release-please-action action to v5#605
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 45 45
Lines 2183 2183
=======================================
Hits 2147 2147
Misses 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: gruebel <anton.gruebel@gmail.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
gruebel
approved these changes
May 29, 2026
gruebel
added a commit
to balgaly/python-sdk
that referenced
this pull request
Jun 6, 2026
…en-feature#605) * chore(deps): update googleapis/release-please-action action to v5 * fix config Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: gruebel <anton.gruebel@gmail.com>
gruebel
added a commit
that referenced
this pull request
Jun 7, 2026
* test(e2e): add Behave step definitions for context merging Add the missing E2E step definitions so the contextMerging.feature scenarios from the OpenFeature spec run against python-sdk. Fixes #500 Changes: - Bump spec submodule to 130df3eb so contextMerging.feature is copied in during the `poe e2e` task. - Add tests/features/environment.py with a before_scenario hook that resets provider/hook/API-context/transaction-context state, so scenarios cannot leak state between features. - Add tests/features/steps/context_merging_steps.py: - RetrievableContextProvider captures the merged EvaluationContext it receives, so assertions can inspect what the SDK merged. - Step definitions for all scenarios in contextMerging.feature: single-level insert, multi-level insert, and per-key overwrite precedence across API / Transaction / Client / Invocation / Before Hooks. - Client-level context is set via direct attribute assignment on OpenFeatureClient.context (no new setter), since merging already honors client.context (openfeature/client.py:422-429). Runs clean: 4 features / 50 scenarios / 233 steps. Signed-off-by: gruebel <anton.gruebel@gmail.com> * docs: fix inaccuracies in README code examples (#592) Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * fix: correctly reset api state on shutdown (#589) correctly reset api state on shutdown Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(main): release 0.9.0 (#555) Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 (#601) * chore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.21.2 * upper bound toml-fmt-common till fixed Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update astral-sh/setup-uv action to v8 (#603) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update codecov/codecov-action action to v6 (#604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update googleapis/release-please-action action to v5 (#605) * chore(deps): update googleapis/release-please-action action to v5 * fix config Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v2 (#606) * chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v2 * update config Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update dependency prek to >=0.4.3,<0.5.0 (#607) * chore(deps): update dependency prek to >=0.4.3,<0.5.0 * adjust CI Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * feat!: make set_provider non-blocking, add set_provider_and_wait (#595) * feat!: make set_provider non-blocking, add set_provider_and_wait Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> * fix: ruff format signature collapse in api.py Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> * fix: use threading.Event in error event test to avoid flaky busy-wait Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> * fixup: pr feedback and additional checks Signed-off-by: Todd Baert <todd.baert@dynatrace.com> * fix: check active registration in stale-init guard, not _provider_status Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> * fixup: edge shutdown race Signed-off-by: Todd Baert <todd.baert@dynatrace.com> --------- Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * fix: isolate provider event handler dispatch (#599) * Isolate provider event handlers Signed-off-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> * Address event handler review feedback Signed-off-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> * test: cover event dispatch noop path Signed-off-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> * fixup: drain executor at exit and relax non-blocking test timing margin Signed-off-by: Todd Baert <todd.baert@dynatrace.com> --------- Signed-off-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * test: fix flaky event handler test (#609) fix flaky event handler test Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * chore(main): release 0.10.0 (#602) * chore(main): release 0.10.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> * docs: clarify non-blocking set_provider behavior in changelog Signed-off-by: Todd Baert <todd.baert@dynatrace.com> --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: gruebel <anton.gruebel@gmail.com> * fix CR comments Signed-off-by: gruebel <anton.gruebel@gmail.com> * cleanup Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com> Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Signed-off-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com> Co-authored-by: Jonathan Norris <jonathan.norris@dynatrace.com> Co-authored-by: Anton Grübel <anton.gruebel@gmail.com> Co-authored-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Nguyen Cat Luong <pkiphone.anhluong@gmail.com> Co-authored-by: Lucas-FManager <265058144+Lucas-FManager@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3→v5Release Notes
googleapis/release-please-action (googleapis/release-please-action)
v5.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v5.0Compare Source
v5Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
Features
Bug Fixes
changelog-hostparameter ignored when using manifest configuration (#1151) (535c413)v4.4Compare Source
v4.3.0Compare Source
Features
v4.3Compare Source
v4.2.0Compare Source
Features
v4.2Compare Source
v4.1.5Compare Source
Bug Fixes
v4.1.4Compare Source
Bug Fixes
v4.1.3Compare Source
Bug Fixes
v4.1.2Compare Source
Bug Fixes
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
changelog-hostinput toaction.yml(#948) (863b06f)v4.1Compare Source
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
⚠ BREAKING CHANGES
release-typeandskip-github-release/skip-github-pull-requestFeatures
release-typeandskip-github-release/skip-github-pull-request(9cf05a0)Bug Fixes
Code Refactoring
v4.0Compare Source
v4Compare Source
⚠ BREAKING CHANGES
release-typeandskip-github-release/skip-github-pull-requestFeatures
release-typeandskip-github-release/skip-github-pull-request(9cf05a0)Bug Fixes
Code Refactoring
v3.7.13Compare Source
Bug Fixes
v3.7.12Compare Source
Bug Fixes
v3.7.11Compare Source
Bug Fixes
v3.7.10Compare Source
Bug Fixes
v3.7.9Compare Source
Bug Fixes
v3.7.8Compare Source
Bug Fixes
v3.7.7Compare Source
Bug Fixes
v3.7.6Compare Source
Bug Fixes
v3.7.5Compare Source
Bug Fixes
v3.7.4Compare Source
Bug Fixes
v3.7.3Compare Source
Bug Fixes
v3.7.2Compare Source
Bug Fixes
v3.7.1Compare Source
Bug Fixes
v3.7.0Compare Source
Features
pull-request-headerinput (#615) (9963ea2)Bug Fixes
release-pleaseto14.17.5(#671) (4da3bc1)v3.7Compare Source
v3.6.1Compare Source
Bug Fixes
v3.6.0Compare Source
Features
Bug Fixes
v3.6Compare Source
v3.5.1Compare Source
Bug Fixes
v3.5.0Compare Source
Features
Bug Fixes
v3.5Compare Source
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Features
Bug Fixes
v3.4Compare Source
v3.3.0Compare Source
Features
changelog-hostparameter toaction.yml(#550) (1a4217f)Bug Fixes
v3.3Compare Source
v3.2.10Compare Source
Bug Fixes
v3.2.9Compare Source
Bug Fixes
v3.2.8Compare Source
Bug Fixes
v3.2.7Compare Source
Bug Fixes
v3.2.6Compare Source
Bug Fixes
v3.2.5Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2.4Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2.3Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2.2Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2.1Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2.0Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.2Compare Source
Bug Fixes
3.2.5 (2022-05-18)
Bug Fixes
3.2.4 (2022-05-18)
Bug Fixes
3.2.3 (2022-05-13)
Bug Fixes
3.2.2 (2022-05-02)
Bug Fixes
3.2.1 (2022-04-20)
Bug Fixes
package-nametoundefined(#459) (4f37698), closes #457v3.1.4Compare Source
Features
3.1.4 (2022-03-20)
Bug Fixes
3.1.3 (2022-03-01)
Bug Fixes
3.1.2 (2022-02-19)
Bug Fixes
3.1.1 (2022-02-11)
Bug Fixes
v3.1.3Compare Source
Features
3.1.4 (2022-03-20)
Bug Fixes
[3.1.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.