Skip to content

Releases: dapr/java-sdk

v1.11.0

06 Mar 15:35
Compare
Choose a tag to compare

Java SDK

  • FIXED Unable to get the HTTP response details by Dapr HttpBinding if the state code is not 200 783
  • UPDATED reactore-core to v3.5.0. 815
  • UPDATED Update project-reactor dependency & fix deprecated calls 816
  • ADDED Additional CloudEvent fields (pubsubname, topic, time, etc) 866
  • FIXED HTTP HEAD calls must not have a request body 891
  • ADDED Provide getGuid() method in Java workflow SDK 931
  • FIXED Cannot schedule a workflow at a specific date/time 943
  • ADDED Workflow Log Enhancements 946 953
  • ADDED Support JDK17 and springboot3 in Dapr Java SDK 971
  • ADDED Error details and payload to the DaprException 998 1009
  • ADDED Use health check to wait for sidecar 981
  • ADDED Saga Pattern support 956

v1.10.0

12 Oct 10:44
Compare
Choose a tag to compare

Java SDK

  • ADDED Support for Per Actor Type Configuration 729
  • ADDED Support for distributed lock API 747
  • ADDED Support for DLQ (dead letter queue) 777
  • ADDED Workflow implementation in SDK 839
  • ADDED Environment variables to talk to remote Dapr APIs 876
  • ADDED Retry and timeout policy support for gRPC client. 889

v1.9.0

01 Aug 19:56
Compare
Choose a tag to compare

Java SDK

  • FIXED DaprGrpcClient making blocking calls. 787
  • ADDED PubSub subscriber examples over gPRC 833
  • UPDATED Config API to use stable endpoints. 846

v1.8.0

10 Mar 06:34
Compare
Choose a tag to compare
  • ADDED Bulk publish and bulk subscribe implementation 778
  • DEPRECATED HTTP client in SDK 794 824
  • FIXED Add ElementType.TYPE to ActorType to enable it in Kotlin 797
  • ADDED Report SDK version in user-agent 810
  • UPDATED Update docs for configuration API 813
  • UPDATED Update springboot to latest minor.patch version. 826

v1.7.1

15 Nov 17:19
Compare
Choose a tag to compare

FIXED Issue causing crash when subscribe route is set to same value 766

v1.7.0

15 Nov 01:05
Compare
Choose a tag to compare
  • ADDED Configuration building block HTTP APIs and gRPC unsubscribe API 698
  • FIXED Metadata ignored on Htttp Service invocation 744
  • CHANGED Change configuration API response to dictionary 746
  • CHANGED CloudEvent class to be non-final and inherited at application's code 773

v1.6.0

12 Jul 16:08
Compare
Choose a tag to compare
  • ADDED Added pubsub routing support 631
  • CHANGED Replace Hashicorp Vault with local file in Secret Store example 667

v1.5.0

08 Apr 07:55
Compare
Choose a tag to compare
  • REMOVED Deprecated builder classes 601
  • ADDED Added support for statestore query API 653
  • FIXED Long values are not sent correctly with PubSub 686
  • FIXED Topic annotation handles class-level @RequestMapping 694
  • FIXED Fixed service invocation path segments to avoid automatic encoding of / to %2f 702
  • FIXED Dapr invoke method has very low throughput compared to calling API directly 709
  • FIXED Actor DurationUtils parsing of duration throws an exception 712

v1.4.0

25 Jan 05:18
Compare
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
Compare
Choose a tag to compare
Split publish and build pipeline.