Release 0.17.1#3290
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
ab519ba to
b9a5c43
Compare
7d803b6 to
bfd1105
Compare
bfd1105 to
5ed3701
Compare
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.
Release readiness review (v0.17.0 -> TARGET 5ed3701)
This is a release readiness report done by
$final-release-reviewskill.Diff
v0.17.0...5ed3701
Release call:
🟢 GREEN LIGHT TO SHIP No concrete blocking regression, breaking public API change, data-loss issue, security regression, or release-critical packaging failure was identified.
Scope summary:
src/agents/models,src/agents/realtime,src/agents/run_internal,src/agents/sandbox, memory/session extensions, tracing, examples, tests, docs/translations, and version bump inpyproject.tomlto0.17.1.Risk assessment (ordered by impact):
No material risks identified.
Chat Completions feature validation and filtering changes
OpenAIProviderandMultiProvideradd keyword-onlystrict_feature_validationsettings;OpenAIChatCompletionsModelnow ignoresprompt,previous_response_id, andconversation_idby default and raises only in strict mode. Tests cover non-streaming and streaming warnings/errors, multi-choice filtering, and custom tool-call rejection in strict mode.src/agents/models/openai_provider.py,src/agents/models/multi_provider.py,src/agents/models/openai_chatcompletions.py,src/agents/models/chatcmpl_converter.py,src/agents/models/chatcmpl_stream_handler.py,tests/models/test_openai_chatcompletions.py,tests/models/test_openai_chatcompletions_stream.pyuv run pytest tests/models/test_openai_chatcompletions.py tests/models/test_openai_chatcompletions_stream.py; pass criteria: all focused Chat Completions tests pass.Sandbox archive extraction validation was expanded
SandboxArchiveLimitsdefaults are introduced butSandboxRunConfig.archive_limitsdefaults toNone; tests assert the default preserves prior no-resource-limit behavior and validate configured limits.src/agents/run_config.py,src/agents/sandbox/session/archive_ops.py,src/agents/sandbox/session/archive_extraction.py,src/agents/sandbox/session/base_sandbox_session.py,tests/sandbox/test_extract.py,tests/sandbox/test_runtime.pyuv run pytest tests/sandbox/test_extract.py tests/sandbox/test_runtime.py; pass criteria: archive extraction and runtime sandbox configuration tests pass.Broad runtime/session/realtime fixes touch stateful paths
src/agents/run_state.py,src/agents/run_internal/session_persistence.py,src/agents/realtime/session.py,src/agents/memory/sqlite_session.py,src/agents/extensions/memory/redis_session.py,src/agents/tracing/processors.py,tests/test_run_state.py,tests/memory/test_session_persistence_sanitize.py,tests/realtime/test_session.py,tests/test_trace_processor.pyuv run pytest tests/test_run_state.py tests/memory/test_session_persistence_sanitize.py tests/realtime/test_session.py tests/test_trace_processor.py; pass criteria: all focused stateful runtime tests pass.Notes:
v0.17.0.HEAD:5ed37014769c50bb41e7f373a4dbc70a5f37de0c.$final-release-reviewgate policy.