PackageTrack Sign in Track my project

strands-agents

A model-driven approach to building AI agents in just a few lines of code

1.52.0 36M downloads/mo #735 most downloaded on PyPI strands-agents/harness-sdk

What this package is like to depend on

Last release 8 days ago

12 Aug 2026

Ships on a steady schedule

a new release about every 1 weeks

This project publishes no release notes

the list below is its commits, not an announcement

Nothing withdrawn

no release was ever pulled

1 years old

72 releases · first in 2025

51 releases in the last 12 months

see the full history below

Release timeline

72 releases · May 2025 to Aug 2026
2026
Release Pre-release

Releases

latest 60 of 72
  1. 1.52.0 12 Aug 2026

    Nothing published for this version

  2. 1.51.0 07 Aug 2026

    Nothing published for this version

  3. 1.50.2 27 Jul 2026

    Nothing published for this version

  4. 1.50.1 24 Jul 2026

    Nothing published for this version

  5. 1.50.0 24 Jul 2026

    Nothing published for this version

  6. 1.48.0 17 Jul 2026

    Nothing published for this version

  7. 1.47.0 10 Jul 2026

    Nothing published for this version

  8. 1.46.0 08 Jul 2026

    Nothing published for this version

  9. 1.45.0 25 Jun 2026

    Nothing published for this version

  10. 1.44.0 16 Jun 2026

    Nothing published for this version

  11. 1.43.0 12 Jun 2026

    Nothing published for this version

  12. 1.42.0 01 Jun 2026

    Nothing published for this version

  13. 1.41.0 21 May 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.40.0 and v1.41.0 there were 4 commits, 4 of them substantive:

    • feat(plugins): add MultiAgentPlugin for Swarm and Graph orchestrators (#2280)
    • feat: bump starlette dependency to 1.x (#2297)
    • feat(bedrock): add TTL support to auto-injected tool and system/user cache points (#2232)
    • fix(tests): add use_native_token_count=True when expected (#2311)
  14. 1.40.0 14 May 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.39.0 and v1.40.0 there were 6 commits, 6 of them substantive:

    • feat: add proactive context compression to conversation managers (#2239)
    • feat: cache AccessDenied error for count tokens (#2279)
    • fix(ollama): update return type of latencyMs metric for ollama model provider (#2236)
    • feat: add official Discord link (#2285)
    • fix: set use_native_token_count default to false (#2284)
    • fix: swarm bug "Failed to detach context" with opentelemetry (#2281)
  15. 1.39.0 08 May 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.38.0 and v1.39.0 there were 9 commits, 9 of them substantive:

    • feat: enable openai provider use aws profile (#2230)
    • fix: include root cause in MCPClientInitializationError message (#2238)
    • feat: add context window limit lookup table (#2249)
    • fix: fix count tokens for bedrock models (#2254)
    • fix: cache unsupported models for bedrocks token counting (#2250)
    • feat: add useNativeTokenCount flag to skip token counting API calls (#2255)
    • fix: correct MCPClient.exit and stop() type annotations (#2248)
    • feat(a2a): implement full A2A task lifecycle state support (#2245)
    • fix: integration test updates (#2262)
  16. 1.38.0 30 Apr 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.37.0 and v1.38.0 there were 22 commits, 19 of them substantive:

    • feat(mcp): preserve CallToolResult.isError flag in MCPToolResult (#2118)
    • feat: add count_token method to model with naive estimation using tiktoken (#2031)
    • chore(log): added warning for default model awareness and is subject to change (#2164)
    • fix(litellm): forward ttl field from CachePoint in _format_system_messages (#2153)
    • fix(skills): preserve cache points in system prompt during skills inj… (#2134)
    • fix(ollama): generate unique toolUseId instead of reusing tool name (#2053)
    • feat(cache): add TTL support to CachePoint for prompt caching (#1660)
    • fix: use non-interactive flag for Nova Sonic history and system promp… (#2188)
    • feat: large tool result offload (#2162)
    • feat: override count_tokens with native token counting for supported providers (#2189)
    • fix(bedrock): upgrade default model to Claude Sonnet 4.5 (#2193)
    • feat: add ProviderTokenCountError for native token counting failures (#2211)
    • fix(conversation-manager): handle window_size=0 and reject negative values (#2208)
    • fix: change token counting fallback log from warning to debug (#2220)
    • fix: do not synthesize exception for cancelled tools (#2106)
    • feat: estimate input tokens before model calls (#2221)
    • feat(offloader): return explicit paths in preview and auto-enable retrieval (#2222)
    • fix: update tests to use non-EOL'd model (#2226)
    • feat(bedrock): add strict_tools config with auto-inject of additional… (#2213)
  17. 1.37.0 22 Apr 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.36.0 and v1.37.0 there were 5 commits, 5 of them substantive:

    • fix: add fallback trim point for tool-heavy conversations in SlidingWindowConversationManager (#2174)
    • feat: introduce checkpoint in experimental (#2181)
    • feat: add context_window_limit to model configs (#2176)
    • fix(mcp): skip MCPClient cleanup during interpreter finalization (#2144)
    • fix(tests): update retired claude-3-haiku model in integration tests (#2186)
  18. 1.36.0 17 Apr 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.35.0 and v1.36.0 there were 14 commits, 14 of them substantive:

    • feat(hooks): accept callable hook callbacks in Agent constructor (#1992)
    • fix: handle missing optional fields in non-streaming citation conversion (#2098)
    • fix(telemetry): add common gen_ai attributes to event loop cycle spans (#1973)
    • fix(telemetry): use per-invocation usage in agent span attributes (#2017)
    • feat(a2a): add client_config param and deprecate a2a_client_factory (#2103)
    • fix: clear leaked running loop in MCP client background thread (#2111)
    • feat(openai): plumb through cache tokens in metadata events (#2116)
    • feat(agent): add take_snapshot() and load_snapshot() methods (#1948)
    • feat(skills): support loading skills from URLs (#2091)
    • feat: add metadata field to messages for stateful context tracking (#2125)
    • feat(bidi): support request_state stop_event_loop flag (#1954)
    • fix: preserve Gemini thought_signature in LiteLLM multi-turn tool calls (#2129)
    • fix(bedrock): normalize empty toolResult content arrays in _format_bedrock_messages (#2123)
    • fix(telemetry): remove force_flush in tracer (#2142)
  19. 1.35.0 08 Apr 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.34.1 and v1.35.0 there were 11 commits, 11 of them substantive:

    • feat: add service_tier support to BedrockModel (#1799)
    • fix: forward _meta to MCP tool calls and fix model_dump alias seriali… (#1918)
    • fix(anthropic): avoid Pydantic warnings for message_stop events (#2044)
    • fix: propagate tool exceptions to spans so StatusCode.ERROR is set correctly (#2046)
    • fix(docs): update 19 broken documentation links in README (#1906)
    • fix: enforce that the first message is a user message in the sliding window conversation manager (#2087)
    • fix: forward meta to MCP task-augmented tool calls (#2081)
    • fix: handle premature stream termination for Anthropic (#1868) (#2047)
    • ci: add weekly markdown link check workflow (#2088)
    • fix(test): update session integ test for sliding window conversation manager (#2092)
    • fix(test): fix anthropic stream test mock missing get_final_message (#2094)
  20. 1.34.1 01 Apr 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.34.0 and v1.34.1 there were 4 commits, 4 of them substantive:

    • fix: fix type imcompatible (#2018)
    • fix: isolate langfuse env vars (#2022)
    • fix: restore explicit span.end() to fix span end_time regression (#2032)
    • feat(context): surface context window size from LLM response metadata
  21. 1.34.0 31 Mar 2026
    Commits, not release notes

    This project publishes no release notes. Between v1.33.0 and v1.34.0 there were 9 commits, 9 of them substantive:

    • chore: remove Cohere from required integ test providers (#1967)
    • feat: add AgentAsTool (#1932)
    • feat: auto-wrap Agent instances passed in tools list (#1997)
    • feat(telemetry): emit system prompt on chat spans per GenAI semconv (#1818)
    • feat(mcp): add support for MCP elicitation -32042 error handling (#1745)
    • fix: ollama input/output token count (#2008)
    • feat: add stateful model support for server-side conversation management (#2004)
    • feat: add built-in tool support for OpenAI Responses API (#2011)
    • fix: handle reasoning content in OpenAIResponsesModel request formatting (#2013)
  22. 1.33.0 24 Mar 2026

    Nothing published for this version

  23. 1.32.0 20 Mar 2026

    Nothing published for this version

  24. 1.31.0 19 Mar 2026

    Nothing published for this version

  25. 1.30.0 11 Mar 2026

    Nothing published for this version

  26. 1.29.0 04 Mar 2026

    Nothing published for this version

  27. 1.28.0 25 Feb 2026

    Nothing published for this version

  28. 1.27.0 19 Feb 2026

    Nothing published for this version

  29. 1.26.0 11 Feb 2026

    Nothing published for this version

  30. 1.25.0 05 Feb 2026

    Nothing published for this version

  31. 1.24.0 29 Jan 2026

    Nothing published for this version

  32. 1.23.0 21 Jan 2026

    Nothing published for this version

  33. 1.22.0 13 Jan 2026

    Nothing published for this version

  34. 1.21.0 02 Jan 2026

    Nothing published for this version

  35. 1.20.0 15 Dec 2025

    Nothing published for this version

  36. 1.19.0 03 Dec 2025

    Nothing published for this version

  37. 1.18.0 21 Nov 2025

    Nothing published for this version

  38. 1.17.0 18 Nov 2025

    Nothing published for this version

  39. 1.16.0 12 Nov 2025

    Nothing published for this version

  40. 1.15.0 04 Nov 2025

    Nothing published for this version

  41. 1.14.0 29 Oct 2025

    Nothing published for this version

  42. 1.13.0 17 Oct 2025

    Nothing published for this version

  43. 1.12.0 10 Oct 2025

    Nothing published for this version

  44. 1.11.0 08 Oct 2025

    Nothing published for this version

  45. 1.10.0 29 Sep 2025

    Nothing published for this version

  46. 1.9.1 19 Sep 2025

    Nothing published for this version

  47. 1.9.0 17 Sep 2025

    Nothing published for this version

  48. 1.8.0 10 Sep 2025

    Nothing published for this version

  49. 1.7.1 05 Sep 2025

    Nothing published for this version

  50. 1.7.0 02 Sep 2025

    Nothing published for this version

  51. 1.6.0 26 Aug 2025

    Nothing published for this version

  52. 1.5.0 19 Aug 2025

    Nothing published for this version

  53. 1.4.0 08 Aug 2025

    Nothing published for this version

  54. 1.3.0 04 Aug 2025

    Nothing published for this version

  55. 1.2.0 30 Jul 2025

    Nothing published for this version

  56. 1.1.0 24 Jul 2025

    Nothing published for this version

  57. 1.0.1 18 Jul 2025

    Nothing published for this version

  58. 1.0.0 15 Jul 2025

    Nothing published for this version

  59. 0.3.0 11 Jul 2025

    Nothing published for this version

  60. 0.2.1 04 Jul 2025

    Nothing published for this version

Stop reading changelogs one package at a time.

Point PackageTrack at your project and get told which of your dependencies moved, which of those matter, and what to do about it.

Track my project