Skip to content

v1.3.1.Final

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:00
· 3 commits to main since this release
667c0ea

A2A Java SDK 1.3.1.Final

Installation

Maven:

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

Gradle:

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

Links

Changes since v1.3.0.Final

Full Changelog

What's Changed

  • chore: 1.3.0.Final docs and bump to 1.3.1.Final-SNAPSHOT by @kabir in #1100
  • fix: Small doc clarification by @kabir in #1103
  • docs: add 1.3.0.Final release announcement blog post by @ehsavoie in #1101
  • docs: fix announcement post image display by @ehsavoie in #1104
  • fix: Missing beans.xml in multitenant module by @ehsavoie in #1109
  • chore: bump actions/setup-java from 5 to 6 by @dependabot[bot] in #1114
  • chore: bump groovy.version from 5.1.0 to 5.1.1 by @dependabot[bot] in #1116
  • docs: link Javadoc from the README #287 by @AzazelSensei in #1118
  • fix(jsonrpc): fix tenant extraction in getTenantAgentCard by @ehsavoie in #1110
  • chore: bump no.entur.mapstruct.spi:protobuf-spi-impl from 1.66.0 to 1.67.0 by @dependabot[bot] in #1117
  • fix: Multitenancy support for public agent card doesn't match the client. by @ehsavoie in #1111
  • chore: Update project URL in pom.xml by @jmesnil in #1126
  • fix: Update scm urls by @kabir in #1127
  • feat(multitenancy): return 404 for unknown tenant on public agent card by @ehsavoie in #1112
  • feat(server): make @PublicAgentCard optional with fallback to @ExtendedAgentCard by @ehsavoie in #1124
  • chore: release 1.3.1.Final by @ehsavoie in #1128

New Contributors

Full Changelog: v1.3.0.Final...v1.3.1.Final