File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 88
99### Updates
1010
11- * Updated package version to v1.0.0 - to be updated
1211* update DataConverterException with detail error message ([ #78 ] ( https://github.com/microsoft/durabletask-java/issues/78 ) )
1312* update OrchestratorBlockedEvent and TaskFailedException to be unchecked exceptions ([ #88 ] ( https://github.com/microsoft/durabletask-java/issues/88 ) )
1413* updated PurgeInstances to take a timeout parameter and throw TimeoutException ([ #37 ] ( https://github.com/microsoft/durabletask-java/issues/37 ) )
1716### Breaking changes
1817
1918* Use java worker middleware to avoid wrapper method when create orchestrator function ([ #87 ] ( https://github.com/microsoft/durabletask-java/pull/87 ) )
20- * Fixed DurableClientContext.createCheckStatusResponse to return 202 ([ #92 ] ( https://github.com/microsoft/durabletask-java/pull/92 ) )
21-
22- * to be updated
19+ * Fixed DurableClientContext.createCheckStatusResponse to return 202 ([ #92 ] ( https://github.com/microsoft/durabletask-java/pull/92 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' com.microsoft'
7- version = ' 1.0.0-beta.1 '
7+ version = ' 1.0.0'
88archivesBaseName = ' durabletask-azure-functions'
99
1010def protocVersion = ' 3.12.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group ' com.microsoft'
10- version = ' 1.0.0-beta.1 '
10+ version = ' 1.0.0'
1111archivesBaseName = ' durabletask-client'
1212
1313def grpcVersion = ' 1.46.0'
You can’t perform that action at this time.
0 commit comments