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 8
8
9
9
### Updates
10
10
11
- * Updated package version to v1.0.0 - to be updated
12
11
* update DataConverterException with detail error message ([ #78 ] ( https://github.com/microsoft/durabletask-java/issues/78 ) )
13
12
* update OrchestratorBlockedEvent and TaskFailedException to be unchecked exceptions ([ #88 ] ( https://github.com/microsoft/durabletask-java/issues/88 ) )
14
13
* updated PurgeInstances to take a timeout parameter and throw TimeoutException ([ #37 ] ( https://github.com/microsoft/durabletask-java/issues/37 ) )
17
16
### Breaking changes
18
17
19
18
* 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 {
4
4
}
5
5
6
6
group ' com.microsoft'
7
- version = ' 1.0.0-beta.1 '
7
+ version = ' 1.0.0'
8
8
archivesBaseName = ' durabletask-azure-functions'
9
9
10
10
def protocVersion = ' 3.12.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group ' com.microsoft'
10
- version = ' 1.0.0-beta.1 '
10
+ version = ' 1.0.0'
11
11
archivesBaseName = ' durabletask-client'
12
12
13
13
def grpcVersion = ' 1.46.0'
You can’t perform that action at this time.
0 commit comments