Skip to content

Commit 3154a78

Browse files
committed
Add flag introduction history on VERSION_WAIT_FOR_MARKER SDK flag
1 parent 1cf683a commit 3154a78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • temporal-sdk/src/main/java/io/temporal/internal/common

temporal-sdk/src/main/java/io/temporal/internal/common/SdkFlag.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ public enum SdkFlag {
2626
/*
2727
* Changes replay behavior of GetVersion to wait for the matching marker event before executing
2828
* the callback.
29+
*
30+
* Introduced: 1.34.0
31+
*
32+
* Enabled: (pending)
33+
*
34+
* Bug: https://github.com/temporalio/sdk-java/issues/2796
2935
*/
3036
VERSION_WAIT_FOR_MARKER(5),
3137
UNKNOWN(Integer.MAX_VALUE);

0 commit comments

Comments
 (0)