File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## v1.7.0
4+ * Add descriptive error when orchestration type is not registered ([ #261 ] ( https://github.com/microsoft/durabletask-java/pull/261 ) )
5+ * Update all dependencies to latest versions ([ #260 ] ( https://github.com/microsoft/durabletask-java/pull/260 ) )
6+
37## v1.6.3
48* Add DurableTaskGrpcClientFactory ([ #256 ] ( https://github.com/microsoft/durabletask-java/pull/256 ) )
59* Add support for running GitHub workflows manually and update flaky tests ([ #258 ] ( https://github.com/microsoft/durabletask-java/pull/258 ) )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' com.microsoft'
9- version = ' 1.6.3 '
9+ version = ' 1.7.0 '
1010archivesBaseName = ' durabletask-azure-functions'
1111
1212def protocVersion = ' 3.25.8'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717
1818archivesBaseName = ' durabletask-azuremanaged'
1919group ' com.microsoft'
20- version = ' 1.6.3 '
20+ version = ' 1.7.0 '
2121
2222def grpcVersion = ' 1.78.0'
2323def azureCoreVersion = ' 1.57.1'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group ' com.microsoft'
13- version = ' 1.6.3 '
13+ version = ' 1.7.0 '
1414archivesBaseName = ' durabletask-client'
1515
1616def grpcVersion = ' 1.78.0'
You can’t perform that action at this time.
0 commit comments