Skip to content

Commit cf25ef7

Browse files
authored
Release v1.19.0 (#1702)
1 parent d9bd2c1 commit cf25ef7

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

releases/v1.18.2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Highlights
2+
3+
Fixes an issue with WorkflowStub#getExecution not returning an execution started by `signalWithStart`.
4+
5+
# Changeset
6+
7+
2023-02-23 - 3a6e2428 - Fix WorkflowStub#getExecution returning null after signalWithStart (#1670)

releases/v1.19.0

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Highlights
2+
3+
- Ability for users to encode/encrypt Failures. See CodecDataConverter#encodeFailureAttributes
4+
- GraalVM descriptors for core modules. See https://github.com/temporalio/sdk-java/blob/ee86c34002c6d92dd5ec1227ad1b9ddc5e20c5a9/docs/AOT-native-image.md
5+
- New temporal-shaded module that shades grpc, protobuf, guava. See https://github.com/temporalio/sdk-java/blob/ee86c34002c6d92dd5ec1227ad1b9ddc5e20c5a9/temporal-shaded/README.md
6+
- Eager Workflow Task Dispatch. Requires Temporal Server 1.20+
7+
- Fixes for some overly verbose exception traces in the history
8+
- Experimental SerializationContext support in PayloadConverter and PayloadCodec
9+
10+
# Changeset
11+
12+
2023-02-06 - 23734dcd - Update dependencies and protos (#1625)
13+
2023-02-06 - 4696302b - Add an integration test that covers critical history pagination code (#1638)
14+
2023-02-07 - d5c7f420 - Use ByteString.EMPTY instead of ByteString.empty() (#1643)
15+
2023-02-14 - 593cfadf - Rework Workers States, fix Eager Activity dispatch worker state check (#1654)
16+
2023-02-14 - 7f2679c4 - Implement FailureConverter API (#1645)
17+
2023-02-15 - 316e3da4 - New temporal-shaded module that shades grpc, protobuf, guava (#1656)
18+
2023-02-15 - ba838feb - Don't relocate com.google.gson during shadowing (#1658)
19+
2023-02-15 - d059dd6a - Fix temporal-shaded packaging type (#1657)
20+
2023-02-21 - 7c534738 - Provide GraalVM descriptors for temporal-sdk, add docs for users using native-image (#1660)
21+
2023-02-21 - e88a923e - Implement nonfirst attempt LA metering changes (#1659)
22+
2023-02-23 - 3a118def - Fix WorkflowStub#getExecution returning null after signalWithStart (#1670)
23+
2023-02-23 - ec34da20 - Fix overly sensitive count checks in la metering test (#1673)
24+
2023-02-27 - 5f5ecabe - Eager Workflow Task Dispatch (#1674)
25+
2023-02-27 - 68a10cfd - Update CODEOWNERS to sdk team (#1675)
26+
2023-02-28 - db81b4d5 - Support terminate-if-running reuse policy in test server (#1683)
27+
2023-03-07 - 7521f859 - Fix rare deadlock when event loop is triggered after a main thread threw an exception (#1690)
28+
2023-03-15 - 6156036f - Fix premature triggering of eventLoop in case of activity cancellation (#1691)
29+
2023-03-15 - ee86c340 - Provide SerializationContext for PayloadConverter and PayloadCodec (#1695)
30+
2023-03-15 - f37c9995 - Fix stacktrace cutoff methods initialization (#1699)
31+
2023-03-16 - 4a5aa97c - Wait for worker slots to be fully released in the graceful worker shutdown (#1679)
32+
2023-03-16 - d9bd2c1e - Cleanup for release v1.19.0 (#1701)

0 commit comments

Comments
 (0)