Releases: strands-agents/sdk-python
Releases · strands-agents/sdk-python
v1.13.0
What's Changed
- feat: replace kwargs with invocation_state in agent APIs by @JackYPCOnline in #966
- feat(telemetry): updated semantic conventions, added timeToFirstByteMs into spans and metrics by @poshinchen in #997
- chore(telemetry): added gen_ai.tool.description and gen_ai.tool.json_schema by @poshinchen in #1027
- fix(tool/decorator): validate ToolContext parameter name and raise clear error by @Ratish1 in #1028
- integ tests - fix flaky structured output test by @pgrayy in #1030
- hooks - before tool call event - interrupt by @pgrayy in #987
- multiagents - temporarily raise exception when interrupted by @pgrayy in #1038
- feat: Support adding exception notes for Python 3.10 by @zastrowm in #1034
- interrupts - decorated tools by @pgrayy in #1041
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- feat: Refactor and update tool loading to support modules by @Unshure in #989
- Adding Development Tenets to CONTRIBUTING.md by @Unshure in #1009
- Revert "feat: implement concurrent message reading for session managers (#897)" by @pgrayy in #1013
- feat(models): use tool for litellm structured_output when supports_response_schema=false by @dbschmigelski in #957
- Add EmbeddedResource support to mcp (read GitHub file contents blocker) by @KyMidd in #726
- conversation manager - summarization - noop tool by @pgrayy in #1003
- Fix additional_args passing in SageMakerAIModel by @athewsey in #983
New Contributors
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- fix: GeminiModel argument in README by @tosi29 in #955
- tool - executors - concurrent - remove no-op gather by @pgrayy in #954
- feat(telemetry): updated traces to match OTEL v1.37 semantic conventions by @poshinchen in #952
- event loop - handle model execution by @pgrayy in #958
- feat: implement concurrent message reading for session managers by @vamgan in #897
- hooks - before tool call event - cancel tool by @pgrayy in #964
- fix(telemetry): removed double serialization for events by @poshinchen in #977
- fix(litellm): map LiteLLM context window errors to ContextWindowOverflowException by @Ratish1 in #994
New Contributors
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- feat: add optional outputSchema support for tool specifications by @vamgan in #818
- feat: add Gemini model provider by @notgitika in #725
- Improve OpenAI error handling by @mkmeral in #918
- ci: update sphinx-autodoc-typehints requirement from <2.0.0,>=1.12.0 to >=1.12.0,<4.0.0 by @dependabot[bot] in #903
- ci: update sphinx requirement from <6.0.0,>=5.0.0 to >=5.0.0,<9.0.0 by @dependabot[bot] in #904
- ci: update openai requirement from <1.108.0,>=1.68.0 to >=1.68.0,<1.110.0 by @dependabot[bot] in #916
- ci: update pytest-asyncio requirement from <1.2.0,>=1.0.0 to >=1.0.0,<1.3.0 by @dependabot[bot] in #861
- fix(gemini): Fix event loop closed error from Gemini asyncio by @mkmeral in #932
- fix: Fix mcp timeout issue by @Unshure in #922
- feat: add supports_hot_reload property to PythonAgentTool by @cagataycali in #928
- feat(hooks): Mark ModelCall and ToolCall events as non-experimental by @zastrowm in #926
- feat: Create a new HookEvent for Multiagent by @JackYPCOnline in #925
New Contributors
- @notgitika made their first contribution in #725
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
- feat: decouple Strands ContentBlock and BedrockModel by @dbschmigelski in #836
- fix: Invoke callback handler for structured_output by @zastrowm in #857
- fix: Update prepare to use format instead of test-format by @zastrowm in #858
- fix: add explicit permissions to auto-close workflow by @Unshure in #893
- fix: make mcp_instrumentation idempotent to prevent recursion errors by @Unshure in #892
- fix: Fix github workflow to use fmt instead of hatch run by @Unshure in #898
- fix(models): make tool_choice an optional keyword arg instead positional by @dbschmigelski in #899
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- feat(telemetry): add cache usage metrics to OpenTelemetry spans by @vamgan in #825
- docs: improve docstring formatting by @waitasecant in #846
- ci: bump actions/setup-python from 5 to 6 by @dependabot[bot] in #796
- ci: bump actions/github-script from 7 to 8 by @dependabot[bot] in #801
- ci: bump aws-actions/configure-aws-credentials from 4 to 5 by @dependabot[bot] in #795
- fix: Add type to tool_input by @Unshure in #854
- feat(swarm): Make entry point configurable by @mkmeral in #851
- ci: update ruff requirement from <0.13.0,>=0.12.0 to >=0.12.0,<0.14.0 by @dependabot[bot] in #840
- ci: update openai requirement from <1.102.0,>=1.68.0 to >=1.68.0,<1.108.0 by @dependabot[bot] in #827
- feat: add automated issue auto-close workflows with dry-run testing by @yonib05 in #832
- fix: Clean up pyproject.toml by @Unshure in #844
- fix: Updating documentation in decorator.py by @prabhuteja12 in #852
- models - openai - use client context by @pgrayy in #856
- Feature: Handle Bedrock redactedContent by @afarntrog in #848
- fix: correctly label tool result messages in OpenTelemetry events by @vamgan in #839
- models - openai - client context comment by @pgrayy in #864
- fix: litellm structured_output test with more descriptive model by @dbschmigelski in #871
- fix(mcp): auto cleanup on exceptions occurring in enter by @dbschmigelski in #833
- fix(mcp): do not verify _background_session is present in stop() by @dbschmigelski in #876
- docs(README): fix links and imports by @awsarron in #837
New Contributors
- @vamgan made their first contribution in #825
- @waitasecant made their first contribution in #846
- @prabhuteja12 made their first contribution in #852
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Moved tool_spec retrieval to after the before model invocation callback by @pghazanfari in #786
- fix(graph): fix cyclic graph behavior by @mkmeral in #768
- fix(models): filter reasoningContent in Bedrock requests using DeepSeek by @aryan835-datainflexion in #652
- docs: cleanup docs so the yields section renders correctly by @afarntrog in #820
- Warn on unknown model configuration properties by @zastrowm in #819
- fix: do not block asyncio event loop between retries by @osdemah in #805
- feat: improve structured output tool circular reference handling by @afarntrog in #817
- fix(tools/loader): load and register all decorated @tool functions from file path by @Ratish1 in #742
- fix(models): patch litellm bug to honor passing in use_litellm_proxy as client_args by @dbschmigelski in #808
- feat: add default read timeout to Bedrock config by @afarntrog in #829
- feat: add support for Bedrock/Anthropic ToolChoice to structured_output by @liushang1997 in #720
- feat(multiagent): allow callers of swarm and graph to pass kwargs to executors by @dbschmigelski in #816
- feat: add region-aware default model ID for Bedrock by @afarntrog in #835
- llama.cpp model provider support by @westonbrown in #585
- fix(llama.cpp) - add ToolChoice and validation of model config values by @awsarron in #838
New Contributors
- @pghazanfari made their first contribution in #786
- @aryan835-datainflexion made their first contribution in #652
- @afarntrog made their first contribution in #820
- @osdemah made their first contribution in #805
- @Ratish1 made their first contribution in #742
- @liushang1997 made their first contribution in #720
- @westonbrown made their first contribution in #585
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's Changed
- fix: don't emit ToolStream events for non generator functions by @zastrowm in #773
- fix(tests): adjust test_bedrock_guardrails to account for async behavior by @dbschmigelski in #785
- fix(doc): replace invalid Hook names in doc comment with BeforeInvocationEvent & AfterInvocationEvent by @deepyes02 in #782
- fix: Remove status field from toolResult for non-claude 3 models in Bedrock model provider by @mehtarac in #686
- fix: filter 'SDK_UNKNOWN_MEMBER' from response content by @JackYPCOnline in #798
- feat: Implement async generator tools by @zastrowm in #788
- ci: update openai requirement from <1.100.0 to <1.102.0 by @dependabot[bot] in #722
- fix: only add signature to reasoning blocks if signature is provided by @zastrowm in #806
New Contributors
- @deepyes02 made their first contribution in #782
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat: Implement typed events internally by @zastrowm in #745
- summarization manager - add summary prompt to messages by @pgrayy in #698
- feat: Use TypedEvent inheritance for callback behavior by @zastrowm in #755
- feat: claude citation support with BedrockModel by @theagenticguy in #631
- feat: Enable hooks for MultiAgents by @zastrowm in #760
- Add invocation_state to ToolContext by @zastrowm in #761
- Add VPC endpoint support to BedrockModel class - Add optional endpoin… by @dbavro19 in #502
- fix: fix stop reason for bedrock model when stop_reason by @JackYPCOnline in #767
- fix: Return tool result message as part of event + expand unit test coverage by @zastrowm in #771
- fix: fix loading tools with same tool name by @JackYPCOnline in #772
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- fix: fix non-serializable parameter of agent from toolUse block by @JackYPCOnline in #568
- Add .DS_Store to .gitignore by @vawsgit in #681
- feat(a2a): support A2A FileParts and DataParts by @jer96 in #596
- ci: update pre-commit requirement from <4.2.0,>=3.2.0 to >=3.2.0,<4.4.0 by @dependabot[bot] in #706
- ci: update ruff requirement from <0.5.0,>=0.4.4 to >=0.4.4,<0.13.0 by @dependabot[bot] in #704
- ci: update pytest-asyncio requirement from <0.27.0,>=0.26.0 to >=0.26.0,<1.2.0 by @dependabot[bot] in #708
- fix: add system_prompt to structured_output_span before adding input_messages by @chengweitsai in #709
- feat(multiagent): Add call implementation to MultiAgentBase by @mkmeral in #645
- chore: Update pydantic minimum version by @mehtarac in #723
- tool executors by @pgrayy in #658
- feat: Add support for agent invoke with no input, or Message input by @Unshure in #653
- ci: bump actions/checkout from 4 to 5 by @dependabot[bot] in #711
- ci: bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #712
- ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<7.0.0 by @dependabot[bot] in #705
- fix: prevent path traversal for message_id in file_session_manager by @mehtarac in #728
- fix: Add AgentInput TypeAlias by @Unshure in #738
- fix: Move AgentInput to types submodule by @Unshure in #746
New Contributors
- @vawsgit made their first contribution in #681
- @dependabot[bot] made their first contribution in #706
- @chengweitsai made their first contribution in #709
Full Changelog: v1.5.0...v1.6.0