Skip to content

v1.1.0.Final

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:09
· 1 commit to main since this release
6f65898

A2A Java SDK 1.1.0.Final

Installation

Maven:

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

Gradle:

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

Links

Changes since v1.0.0.Final

Full Changelog

What's Changed

  • chore: Next is 1.0.1.Final by @kabir in #927
  • chore: move nightly ITK run to midnight UTC by @kabir in #929
  • chore: Update the security team by @kabir in #930
  • fix: Shorten file names by @kabir in #936
  • fix: add no-args constructors to response/request classes for Gson compa… by @kabir in #937
  • feat: Initial website by @ehsavoie in #939
  • fix: Roq build seems to need mvnw by @ehsavoie in #940
  • chore: Ignore change in the docs folder for running TCK - ITK by @ehsavoie in #941
  • fix: Fixing the index page by @ehsavoie in #942
  • fix: Fixing left menu collapsing too quickly by @ehsavoie in #943
  • fix: Issue with trailing / in the left menu script by @ehsavoie in #944
  • feat!: add TaskAuthorizationProvider SPI for per-user task authorization by @kabir in #935
  • fix: handle already-active CDI request context in deferred destruction by @ehsavoie in #950
  • fix: disable HTML escaping in protobuf JSON serialization across REST and JSON-RPC transports by @ehsavoie in #947
  • fix: add missing auth token to release workflow by @kabir in #953
  • fix: suppress CancellationException in JDK HTTP client SSE streaming by @ehsavoie in #951
  • fix: improve correctness and remove dead code across modules by @ehsavoie in #954
  • chore: Release 1.1.0.Final by @kabir in #955

Full Changelog: v1.0.0.Final...v1.1.0.Final