·
24 commits
to main
since this release
A2A Java SDK 1.0.0.CR1
Installation
Maven:
<dependency>
<groupId>org.a2aproject.sdk</groupId>
<artifactId>a2a-java-sdk-client</artifactId>
<version>1.0.0.CR1</version>
</dependency>Gradle:
implementation 'org.a2aproject.sdk:a2a-java-sdk-client:1.0.0.CR1'Links
Changes since 1.0.0.Beta1
Full Changelog: 1.0.0.Beta1...v1.0.0.CR1
What's Changed
- fix: Remove invalid 'final' field from TaskStatusUpdateEvent JSON serialization by @jmesnil in #813
- fix: Include Authorization header in push notification webhook requests by @jmesnil in #814
- chore(dep): Upgrading gson to 2.14.0 by @ehsavoie in #812
- fix: Get cloud deployment example working with Strimzi by @kabir in #818
- fix: Apply historyLength from MessageSendConfiguration in SendMessage response by @jmesnil in #817
- chore: Update Dependabot configuration for Maven and GitHub Actions by @jmesnil in #809
- chore: bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 by @dependabot[bot] in #827
- chore: bump actions/setup-java from 4 to 5 by @dependabot[bot] in #822
- chore: bump actions/github-script from 7 to 9 by @dependabot[bot] in #823
- chore: bump googleapis/release-please-action from 4 to 5 by @dependabot[bot] in #824
- chore: bump crazy-max/ghaction-import-gpg from 6 to 7 by @dependabot[bot] in #821
- chore: bump the maven-plugins group with 7 updates by @dependabot[bot] in #830
- chore: bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #826
- chore: Upgrading NullAway to 0.13.4 and error prone to 2.49.0 by @ehsavoie in #840
- test: add unit tests for DeviceCodeOAuthFlow by @neo1027144-creator in #739
- feat: Migrate Reactive Routes to Vert.X Web and add security tests by @kabir in #838
- fix: expose HTTP status code in JSONRPCTransport errors by @pratik3558 in #798
- chore: upgrade Quarkus to 3.35.2 and align dependency versions by @ehsavoie in #850
- feat(client): add Android HTTP client and remove fallback in factory by @sherryfox in #846
- feat: Add 0.3 protocol version compatibility layer by @kabir in #805
- chore: bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.10.0 by @dependabot[bot] in #836
- chore: bump groovy.version from 5.0.3 to 5.0.5 by @dependabot[bot] in #847
- docs: document v0.3 compatibility layer and standardize terminology by @kabir in #859
- chore: add back tck modules by @jmesnil in #861
- fix(test): stabilize KafkaReplicationIntegrationTest by waiting for first SSE event by @ehsavoie in #864
- chore: bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 by @dependabot[bot] in #869
- feat(http-client): introduce ServerSentEvent type and spec-compliant SSE parser by @ehsavoie in #853
- fix: unify HTTP clients by @kabir in #871
- chore: bump org.assertj:assertj-core from 3.25.3 to 3.27.7 by @dependabot[bot] in #868
- feat: add url and preferredTransport fields to AgentCard for v0.3 compatibility by @ehsavoie in #863
- chore: Disclaimer about longevity of data stored in JPA by @kabir in #860
- chore: bump groovy.version from 5.0.5 to 5.0.6 by @dependabot[bot] in #867
- fix: guard against JsonNull when parsing response error field by @RainYuY in #858
- fix: Fixes for Jakarta by @kabir in #874
- chore: bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.1 to 4.3.1 by @dependabot[bot] in #835
- feat: enable multi-mode protocol testing for both TCKs by @kabir in #875
- chore: bump io.grpc:grpc-bom from 1.79.0 to 1.81.0 in the grpc group across 1 directory by @dependabot[bot] in #865
- chore: bump the testing group across 1 directory with 2 updates by @dependabot[bot] in #852
- fix: Standardise on multi-version (vs multi-mode) by @kabir in #876
- feat: add version-aware push notification support by @kabir in #857
- fix: Need to be able to specify different host for gRPC in TCK by @kabir in #877
- chore: bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to 3.10.1 in the maven-plugins group across 1 directory by @dependabot[bot] in #866
- fix: Remove unneeded grpc version workaround by @kabir in #878
- chore: Use tagged versions of the TCK by @kabir in #879
- chore: Prepare 1.0.0.CR1 release by @kabir in #880
New Contributors
- @dependabot[bot] made their first contribution in #827
- @neo1027144-creator made their first contribution in #739
- @pratik3558 made their first contribution in #798
- @RainYuY made their first contribution in #858
Full Changelog: 1.0.0.Beta1...v1.0.0.CR1