|
| 1 | +Highlights: |
| 2 | + |
| 3 | +This release brings PayloadCodec and Remote Data Converter capabilities to the JavaSDK. |
| 4 | +GlobalDataConverter got decoupled from DefaultDataConverter. |
| 5 | + |
| 6 | +Fixes: |
| 7 | + |
| 8 | +- Stacktrace query responses are not encoded using user encoder anymore which makes them always decodable by the WebUI and tctl. |
| 9 | + |
| 10 | +Migration notes: |
| 11 | + |
| 12 | +Users which were specifying a Custom Converter globally will get some deprecation warnings to resolve, |
| 13 | +which should be trivial like replacing ```DefaultDataConverter#setDefaultDataConverter``` with ```GlobalDataConverter#register``` |
| 14 | + |
| 15 | +Changeset: |
| 16 | +2022-07-07 - 55ef5b76 - Add tests and javadocs for WorkflowStub#signal (#1292) |
| 17 | +2022-07-07 - ae5065d0 - Cleanup dead state machines code (#1302) |
| 18 | +2022-07-11 - abb3cb1b - Make stacktrace query result to be serialized using standard data converter only (#1304) |
| 19 | +2022-07-14 - 9952b0d6 - Add initial Spring Boot implementation (#1305) |
| 20 | +2022-07-14 - 9d843cd9 - Fix javadoc for WorkflowReusePolicy stating an incorrect default (#1307) |
| 21 | +2022-07-19 - 29176511 - Cleanup worker creation for Spring Boot Auto Configuration and add validation of the explicit worker config (#1308) |
| 22 | +2022-07-20 - 8ce98f5b - Switch from dependency version ranges to specific versions (#1314) |
| 23 | +2022-07-20 - a5737a19 - Implement getSystemCapabilities (#1313) |
| 24 | +2022-07-21 - 883f814a - No retrying on INTERNAL gRPC errors with the new Server versions (#1317) |
| 25 | +2022-07-21 - e41341a0 - Refactor GrpcRetryer to enforce usage of GrpcRetryerOptions (#1316) |
| 26 | +2022-07-22 - ae5fb812 - Fix Test Server erroneously propagating some timeouts from the parent to the child workflow (#1320) |
| 27 | +2022-07-27 - 1a4ec60e - Separate Global DefaultDataConverter and Standard DataConverter notion (#1327) |
| 28 | +2022-07-28 - ec45e20c - Fix TestActivityEnvironmentInternal#close preventing subsequent usages of the class (#1329) |
| 29 | +2022-08-04 - 072f4211 - Upgrade Gradle, deps and cleanup duplicated outdated license files (#1340) |
| 30 | +2022-08-04 - cd33a808 - Upgrade Graal options to fix build warning messages and improve build speed (#1343) |
| 31 | +2022-08-05 - 79b7c5c5 - Remote Data Encoder and PayloadCodec (#1330) |
| 32 | +2022-08-08 - 31f606e7 - Replays of workflow failures caused by queries don't spam worker logs anymore (#1351) |
| 33 | +2022-08-09 - af252f5e - Add Jacoco code-coverage reports generation and aggregation (#1171) |
0 commit comments