Skip to content

v1.0.0.Final

Latest

Choose a tag to compare

@kabir kabir released this 10 Jun 15:31
· 1 commit to main since this release
56e820a

A2A Java SDK 1.0.0.Final

Installation

Maven:

  <dependency>
      <groupId>org.a2aproject.sdk</groupId>
      <artifactId>a2a-java-sdk-client</artifactId>
      <version>1.0.0.Final</version>
  </dependency>

Gradle:

  implementation 'org.a2aproject.sdk:a2a-java-sdk-client:1.0.0.Final'

Links

Changes since 1.0.0.CR1

Full Changelog: v1.0.0.CR1...v1.0.0.Final

What's Changed

  • chore: use the main branch for TCK 1.0 by @jmesnil in #887
  • chore: Bump to next SNAPSHOT version by @kabir in #881
  • fix: Propagate CDI context to AgentExecutor thread by @kabir in #897
  • feat!: Convert spec classes to records by @kabir in #889
  • refactor: extract AgentExecutorProducer_v0_3 into separate test module by @kabir in #890
  • fix: Don't autogenerate message id (0.3 TCK has a test for a null one) by @kabir in #899
  • chore: bump the quarkus group across 1 directory with 2 updates by @dependabot[bot] in #882
  • chore: bump org.slf4j:slf4j-bom from 2.0.17 to 2.0.18 by @dependabot[bot] in #885
  • fix: add awaitChildQueueCountStable to subscribe tests to prevent race condition by @jmesnil in #903
  • fix: defer CDI request context destruction for streaming requests by @kabir in #904
  • fix: Bom verification needs to take Windows into account by @kabir in #907
  • fix: Update to new name of Jakarta SDK, a2a-jakarta by @kabir in #908
  • fix: support complete agent card URL in A2ACardResolver by @ehsavoie in #837
  • chore: bump org.mock-server:mockserver-netty from 5.15.0 to 6.1.0 by @dependabot[bot] in #913
  • fix: prevent dropped SSE events under back-to-back emission by @ehsavoie in #906
  • refactor: use @nullable String for tenant across all spec params records by @ehsavoie in #910
  • chore: bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.3.1 to 5.0.0 by @dependabot[bot] in #921
  • chore: bump the quarkus group across 1 directory with 2 updates by @dependabot[bot] in #911
  • chore: Add missing community articles by @kabir in #919
  • chore: Update AGENTS.md and architecture docs by @kabir in #918
  • fix: address protocol compliance issues across transports by @kabir in #923
  • feat: add ITK integration for cross-SDK interoperability testing by @kabir in #924
  • chore: Use 1.0.0.alpha2 tag of the tck by @kabir in #925
  • feat: expose HTTP response headers in A2AHttpResponse and A2AClientHTTPError by @kabir in #922
  • chore: release 1.0.0.Final by @kabir in #926

Full Changelog: v1.0.0.CR1...v1.0.0.Final