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.17
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.18
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 24, 2025

  1. fix: return updated agent_card in JsonRpcTransport.get_card() (#552)

    ## Fixes #551 
    
    ### Changes
    - Fixed `JsonRpcTransport.get_card()` to return the newly fetched
    authenticated extended card instead of the stale card
    
    ### Details
    Changed line from `return card` to `return self.agent_card` to ensure
    the method returns the updated card after fetching the authenticated
    extended version.
    
    This aligns the JsonRpcTransport behavior with RestTransport's correct
    implementation.
    
    ### Testing
    - Verified the fix matches RestTransport's pattern
    - Confirmed internal state and return value are now consistent
    
    Release-As: 0.3.18
    ShishirRmc authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    0ce239e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. chore(main): release 0.3.18 (#567)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.3.18](v0.3.17...v0.3.18)
    (2025-11-24)
    
    
    ### Bug Fixes
    
    * return updated `agent_card` in `JsonRpcTransport.get_card()`
    ([#552](#552))
    ([0ce239e](0ce239e))
    
    ---
    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 25, 2025
    Configuration menu
    Copy the full SHA
    213d9f8 View commit details
    Browse the repository at this point in the history
Loading