-
Notifications
You must be signed in to change notification settings - Fork 450
Comparing changes
Open a pull request
base repository: a2aproject/a2a-python
base: v0.3.2
head repository: a2aproject/a2a-python
compare: v0.3.3
- 6 commits
- 22 files changed
- 8 contributors
Commits on Aug 21, 2025
-
perf: optimize logging performance and modernize string formatting (#411
) - Replace f-strings with `%` formatting in logging calls for lazy evaluation - Convert `.format()` to f-strings in `server/models.py` `__repr__` methods - Add `test_venv/` to `.gitignore` - Improves performance by avoiding string formatting when log levels are disabled --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3ffae8f - Browse repository at this point
Copy the full SHA 3ffae8fView commit details -
fix: fixing JSONRPC error mapping (#414)
Final Error Mapping (JSON-RPC 2.0 Compliant): - `-32700`: Parse error (invalid JSON) - `-32600`: Invalid Request (missing/invalid jsonrpc, invalid id type, oversized payload) - `-32601`: Method not found (unknown method names) - `-32602`: Invalid params (valid method, invalid parameters) -32603: Internal error (unexpected server exceptions) - `-32000` to `-32099`: Server-defined errors (A2A-specific, pass through unchanged) Fixes #413 🦕 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
Configuration menu - View commit details
-
Copy full SHA for d2e869f - Browse repository at this point
Copy the full SHA d2e869fView commit details
Commits on Aug 22, 2025
-
revert: Revert "chore(gRPC): Update a2a.proto to include metadata on …
…GetTaskRequest" (#428) Commit: a2aproject/A2A@e6b8c65 --------- Co-authored-by: Holt Skinner <holtskinner@google.com>
Configuration menu - View commit details
-
Copy full SHA for 39c6b43 - Browse repository at this point
Copy the full SHA 39c6b43View commit details -
feat: Update proto conversion utilities (#424)
# Proto Util improvements - Improves metadata data support in proto conversions (supports more than just `map<string, string>` now and supports full json object `map<string, any>` - Adds support to convert extension data on agent cards
Configuration menu - View commit details
-
Copy full SHA for a3e7e1e - Browse repository at this point
Copy the full SHA a3e7e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a7207 - Browse repository at this point
Copy the full SHA e3a7207View commit details
Commits on Aug 25, 2025
-
chore(main): release 0.3.3 (#421)
🤖 I have created a release *beep* *boop* --- ## [0.3.3](v0.3.2...v0.3.3) (2025-08-22) ### Features * Update proto conversion utilities ([#424](#424)) ([a3e7e1e](a3e7e1e)) ### Bug Fixes * fixing JSONRPC error mapping ([#414](#414)) ([d2e869f](d2e869f)) * Revert code that enforces uuid structure on context id in tasks ([#429](#429)) ([e3a7207](e3a7207)), closes [#427](#427) ### Performance Improvements * optimize logging performance and modernize string formatting ([#411](#411)) ([3ffae8f](3ffae8f)) ### Reverts * Revert "chore(gRPC): Update a2a.proto to include metadata on GetTaskRequest" ([#428](#428)) ([39c6b43](39c6b43)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for f34076e - Browse repository at this point
Copy the full SHA f34076eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.2...v0.3.3