·
5 commits
to main
since this release
A2A Java SDK 1.2.0.Final
Installation
Maven:
<dependency>
<groupId>org.a2aproject.sdk</groupId>
<artifactId>a2a-java-sdk-client</artifactId>
<version>1.2.0.Final</version>
</dependency>Gradle:
implementation 'org.a2aproject.sdk:a2a-java-sdk-client:1.2.0.Final'Links
Changes since v1.1.0.Final
What's Changed
- docs: 1.1.0.Final release by @ehsavoie in #957
- docs: Fixing main page logo by @ehsavoie in #960
- docs: Updating README to point to the website for documentation thus by @ehsavoie in #961
- docs: add extras module documentation and Roq sitemap/diagram plugins by @ehsavoie in #962
- chore: Bump to next SNAPSHOT by @kabir in #956
- feat: expose programmatic auth wiring by @Sh1bari in #966
- chore: bump actions/checkout from 6 to 7 by @dependabot[bot] in #948
- chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 in the maven-plugins group across 1 directory by @dependabot[bot] in #912
- docs(site): enhance extras content and add search, sitemap, and diagr… by @ehsavoie in #967
- fix: Fixing links to sub pages by @ehsavoie in #971
- ci: split release profile CI into two tiers by @kabir in #972
- fix!: TaskState.UNRECOGNIZED is called TASK_STATE_UNSPECIFIED in spec by @kabir in #974
- fix: ensure correct task/contextId in emitted Messages by @kabir in #976
- feat: harden spec immutability by @Sh1bari in #968
- fix: skip hidden directories in BOM verifier class discovery by @kabir in #984
- docs(site): extract standalone pages and complete doc structure by @kabir in #977
- chore: bump actions/setup-python from 6 to 7 by @dependabot[bot] in #986
- fix: apply historyLength to SendStreamingMessage responses by @kabir in #983
- fix: Deprecate isFinal overrides in AgentEmitter interrupted state me… by @kabir in #989
- refactor!: resolve all split packages across Maven modules by @kabir in #987
- fix(server): reconcile blocking result with TaskStore by @jstar0 in #991
- build(grpc): upgrade protobuf-maven-plugin to 5.1.7 by @ehsavoie in #994
- chore(deps): upgrade mapstruct-spi-protobuf to 1.62.0 by @ehsavoie in #996
- docs: add multi-version documentation support by @ehsavoie in #1000
- test: build itk instruction proto straight from repository and remove local copy by @JakubWorek in #992
- fix(jsonrpc): avoid wrapping tasks in list responses by @014-code in #998
- chore: bump actions/checkout from 6 to 7 by @dependabot[bot] in #1001
- chore: upgrade to Quarkus 3.37.3 and align dependency versions by @ehsavoie in #993
- docs: add aggregated Javadoc generation via site-javadoc profile by @kabir in #988
- docs: fix inaccuracies in dev docs and improve documentation guidelines by @kabir in #1006
- chore: bump org.sonatype.central:central-publishing-maven-plugin from 0.10.0 to 0.11.0 by @dependabot[bot] in #1003
- chore: bump com.google.errorprone:error_prone_core from 2.49.0 to 2.50.0 by @dependabot[bot] in #973
- chore: bump org.junit.jupiter:junit-jupiter-api from 6.1.1 to 6.1.2 in the testing group across 1 directory by @dependabot[bot] in #1007
- fix!: enforce read authorization on referenced task lookup by @ehsavoie in #1005
- feat: add TaskStreamLifecycleHook for stream lifecycle management by @kabir in #1008
- fix: site generation was broken by @kabir in #1015
- fix(docs): replace dots with underscores in version directory names by @kabir in #1017
- fix(opentelemetry): correct inaccurate docs, Javadoc, and dead config by @ehsavoie in #1019
- fix: Broken links in examples and extras by @kabir in #1018
- fix(docs): skip itk and otel integration-tests from aggregated javadoc by @ehsavoie in #1020
- chore: release 1.2.0.Final by @kabir in #1021
New Contributors
- @Sh1bari made their first contribution in #966
- @jstar0 made their first contribution in #991
- @JakubWorek made their first contribution in #992
- @014-code made their first contribution in #998
Full Changelog: v1.1.0.Final...v1.2.0.Final