Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: a2aproject/a2a-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.15
Choose a base ref
...
head repository: a2aproject/a2a-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.16
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 21, 2025

  1. fix: Ensure metadata propagation for Task ToProto and FromProto

    … conversion (#557)
    
    The `metadata` dictionary is now correctly propagated in both the
    `ToProto` (types.Task to a2a_pb2.Task) and `FromProto` (a2a_pb2.Task to
    types.Task) conversion utilities.
    
    Release-As:0.3.16
    
    Fixes #541 🦕
    sokoliva authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    fc31d03 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.3.16 (#562)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.3.16](v0.3.15...v0.3.16)
    (2025-11-21)
    
    
    ### Bug Fixes
    
    * Ensure metadata propagation for `Task` `ToProto` and `FromProto`
    conversion ([#557](#557))
    ([fc31d03](fc31d03))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    a2a-bot authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    dbc73e8 View commit details
    Browse the repository at this point in the history
Loading