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.19
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.20
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 3, 2025

  1. fix: Improve streaming errors handling (#576)

    # Description
    
    Refine error management for the streaming operation. Previously, errors
    were converted into stream parts, resulting in the loss of status info.
    The updated logic now first verifies if the request was successful; if
    it failed, a client error is returned, preserving the relevant status
    information.
    
    - [x] Follow the [`CONTRIBUTING`
    Guide](https://github.com/a2aproject/a2a-python/blob/main/CONTRIBUTING.md).
    - [x] Make your Pull Request title in the
    <https://www.conventionalcommits.org/> specification.
    - Important Prefixes for
    [release-please](https://github.com/googleapis/release-please):
    - `fix:` which represents bug fixes, and correlates to a
    [SemVer](https://semver.org/) patch.
    - `feat:` represents a new feature, and correlates to a SemVer minor.
    - `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking
    change (indicated by the `!`) and will result in a SemVer major.
    - [x] Ensure the tests and linter pass (Run `bash scripts/format.sh`
    from the repository root to format)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #502  🦕
    lkawka authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    7ea7475 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.3.20 (#577)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.3.20](v0.3.19...v0.3.20)
    (2025-12-03)
    
    
    ### Bug Fixes
    
    * Improve streaming errors handling
    ([#576](#576))
    ([7ea7475](7ea7475))
    
    ---
    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 Dec 3, 2025
    Configuration menu
    Copy the full SHA
    174d58d View commit details
    Browse the repository at this point in the history
Loading