Skip to content

Releases: dapr/java-sdk

v1.4.0

25 Jan 05:18

Choose a tag to compare

Java SDK v1.4.0

  • RESOLVED Migrated out of JCenter as a Maven repository. 608
  • FIXED Spring security context added as additional http header to http request via service invocation 638
  • ADDED Support for Configuration API 659
  • RESOLVED Update copyright information to Apache 2.0 665
  • ADDED Add DCO requirements and updated code of conduct 669

v1.3.1

14 Oct 18:49

Choose a tag to compare

Split publish and build pipeline.

v1.3.0

13 Oct 17:18

Choose a tag to compare

Publish only on JDK 11.

v1.2.0

12 Aug 21:41
1ce1cd4

Choose a tag to compare

Cut release 1.2 (#585)

* Upgrade version to 1.2.0

* Generate updated javadocs for 1.2.0

v1.1.0

26 May 22:53

Choose a tag to compare

Java SDK v1.1.0

  • RESOLVED Add auto validation for Tracing Example 469
  • REMOVED protoc-jar-maven-plugin as a dependency for dapr-sdk-autogen 501
  • FIXED HTTP save state transaction 514
  • RESOLVED Return empty metadata for key not found. 528
  • ADDED Shutdown API 529
  • UPDATED PubSub example to include tracing 537

v1.0.2

18 Mar 03:45

Choose a tag to compare

Reverted one of the changes in 1.0.1 since it was identified as a breaking change, which is not acceptable for a patch release.

REVERTED Wrong value in state store when use custom json serializer. 503

v1.0.1 is RECALLED

17 Mar 21:41

Choose a tag to compare

RECALLED

Do not use this version because change #503 is a breaking change is being reverted in 1.0.2

  • RESOLVED Issue in io.dapr.client.DaprClientHttp#executeStateTransaction. 514
  • RESOLVED Wrong value in state store when use custom json serializer. 503

v1.0.0

17 Mar 21:36

Choose a tag to compare

  • RESOLVED Fix PubSub publish + Update IT to use RC3 bits. 471
  • RESOLVED Enhancing validation for ActorTurnBasedConcurrencyIT. 474
  • RESOLVED Adds IT to confirm eTag is parsed correctly to/from runtime. 475
  • REMOVED Context from request and response objects. 478
  • ADDED Support many values for one query param in HTTP and binary data in Cloud Event for PubSub. 484
  • ADDED Support to publish CloudEvent payload (and others) with correct content-type per event. 491