Skip to content

Releases: strands-compose/sdk-python

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 21:29
Immutable release. Only release title and notes can be modified.
cf7bb9c

v0.9.0 (2026-06-22)

Feat

  • tools: add serialize_multiagent_result (#62)

Fix

  • events: rename error event data key from message to text (#63)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:25
Immutable release. Only release title and notes can be modified.

v0.8.0 (2026-06-22)

Feat

  • events: make session id explicit in event stream (#61)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 16:55
Immutable release. Only release title and notes can be modified.
ebe3c4c

v0.7.0 (2026-06-21)

Feat

  • hooks: include text and message in AGENT_COMPLETE event (#60)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:33
Immutable release. Only release title and notes can be modified.
5374ef6

v0.6.0 (2026-06-20)

BREAKING CHANGE

Renamed complete event type to agent_complete. Any client, integration, or custom hook relying on the complete or COMPLETE event type must be updated to use agent_complete / AGENT_COMPLETE instead.

Fix

  • manifest: add delegate orchestration entry agent to agents collection

Refactor

  • events: rename complete event type to agent_complete

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 May 20:21
Immutable release. Only release title and notes can be modified.

v0.5.0 (2026-05-24)

Feat

  • events: add SESSION_START and SESSION_END lifecycle events (#47)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 May 21:05
Immutable release. Only release title and notes can be modified.

v0.4.0 (2026-05-23)

Feat

  • event_publisher: Surface agent interrupts as stream events
  • converters: replace native tool_calls deltas with completed details blocks (#45)

Fix

  • session-manager: eliminate session manager double-folder bug (#44)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 May 18:47
Immutable release. Only release title and notes can be modified.
3785117

v0.3.0 (2026-05-20)

Feat

  • tools: preserve full message content across delegation boundary

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 05:22
Immutable release. Only release title and notes can be modified.
55eb032

v0.2.0 (2026-04-12)

Feat

  • renderers: add typewriter_delay parameter to AnsiRenderer (#28)

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:36
Immutable release. Only release title and notes can be modified.

v0.1.2 (2026-03-27)

Fix

  • tools: support legacy strands module-based tool pattern (#14)
  • add Windows path support (#13)
  • align strands-agents version constraint in extras with main dependency (#10)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 01:00
Immutable release. Only release title and notes can be modified.
7560cb5

v0.1.1 (2026-03-24)

Fix

  • use absolute URL for logo image in README (#8)