Skip to content

chore(deps): bump a2a-go v0.3.6 to v0.3.13#1599

Open
jsonmp-k8 wants to merge 1 commit intokagent-dev:mainfrom
jsonmp-k8:chore/bump-a2a-go-v0.3.13
Open

chore(deps): bump a2a-go v0.3.6 to v0.3.13#1599
jsonmp-k8 wants to merge 1 commit intokagent-dev:mainfrom
jsonmp-k8:chore/bump-a2a-go-v0.3.13

Conversation

@jsonmp-k8
Copy link
Copy Markdown
Contributor

Summary

  • Bumps github.com/a2aproject/a2a-go from v0.3.6 to v0.3.13
  • Updates KAgentTaskStore.Save to match the new a2asrv.TaskStore interface which added a prev *a2a.Task parameter

Supersedes #1598 (dependabot PR that fails CI due to the breaking interface change).

Test plan

  • CI go-lint passes
  • CI go-unit-tests pass
  • CI build (golang-adk) passes

Update KAgentTaskStore.Save to match the new a2asrv.TaskStore interface
which added a prev *a2a.Task parameter for optimistic concurrency.

Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
Copilot AI review requested due to automatic review settings March 31, 2026 01:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request bumps the github.com/a2aproject/a2a-go dependency from v0.3.6 to v0.3.13 and updates the code to conform with the breaking interface change introduced in v0.3.8. The new version adds a prev *a2a.Task parameter to the a2asrv.TaskStore.Save interface, allowing implementations to perform update diffs between the previous and current task states.

Changes:

  • Updated a2aproject/a2a-go dependency from v0.3.6 to v0.3.13 in go.mod
  • Updated corresponding dependency hash and version in go.sum
  • Updated KAgentTaskStore.Save method signature to include the new prev *a2atype.Task parameter required by the interface

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
go/go.mod Updated a2aproject/a2a-go dependency from v0.3.6 to v0.3.13
go/go.sum Updated corresponding hash and version checksums
go/adk/pkg/taskstore/store.go Updated Save method signature to match the new a2asrv.TaskStore interface with prev parameter

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants