chore: bump versions before release - #342
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
October 13, 2025 16:07
f4b7ad2 to
862197c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 13, 2025 16:19
c297d62 to
43d6cf7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
October 13, 2025 17:50
43d6cf7 to
961d103
Compare
dd-oleksii
approved these changes
Oct 14, 2025
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
eppo_core@9.3.0
Minor Changes
#338
3211582Thanks @dd-oleksii! - Add by-ref graceful shutdown for BackgroundThread.#339
9a4d2a5Thanks @dd-oleksii! - Addwait_for_configuration_timeout()method.In poor network conditions,
wait_for_configuration()may block waiting on configuration indefinitely which may be undesired. Add a newwait_for_configuration_timeout()which allows specifying a timeout for waiting.Patch Changes
084fe1fThanks @dd-oleksii! - fix(python): serialize null values as None instead of empty tuple.python-sdk@4.4.0
Minor Changes
3211582Thanks @dd-oleksii! - Add shutdown() method for graceful client shutdown.Patch Changes
084fe1fThanks @dd-oleksii! - fix(python): serialize null values as None instead of empty tuple.rust-sdk@5.2.0
Minor Changes
#339
9a4d2a5Thanks @dd-oleksii! - Addwait_for_configuration_timeout()method.In poor network conditions,
wait_for_configuration()may block waiting on configuration indefinitely which may be undesired. Add a newwait_for_configuration_timeout()which allows specifying a timeout for waiting.