Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.95 KB

File metadata and controls

48 lines (24 loc) · 2.95 KB

Changelog

0.2.5 (2025-05-27)

Features

  • Add a User representation to ServerCallContext (#116) (2cc2a0d)
  • Add functionality for extended agent card. (#31) (20f0826)
  • Introduce a ServerCallContext (#94) (85b521d)

Bug Fixes

  • fix hello world example for python 3.12 (#98) (536e4a1)
  • Remove unused dependencies and update py version (#119) (9f8bc02)
  • Update hello world test client to match sdk behavior. Also down-level required python version (#117) (04c7c45)
  • Update the google adk demos to use ADK v1.0 (#95) (c351656)

Documentation

  • Update README for Python 3.10+ support (#90) (e0db20f)

0.2.4 (2025-05-22)

Features

Bug Fixes

  • Throw exception for task_id mismatches (#70) (a9781b5)

0.2.3 (2025-05-20)

Features

  • Add request context builder with referenceTasks (#56) (f20bfe7)

0.2.2 (2025-05-20)

Documentation

  • Write/Update Docstrings for Classes/Methods (#59) (9f773ef)