Skip to content

Commit 6a0ec33

Browse files
authored
release v1.5.1 (#217)
1 parent a72825c commit 6a0ec33

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## placeholder
1+
## v1.5.1
22
* Improve logging for unexpected connection failures in DurableTaskGrpcWorker ([#216](https://github.com/microsoft/durabletask-java/pull/216/files))
33
* Add User-Agent Header to gRPC Metadata ([#213](https://github.com/microsoft/durabletask-java/pull/213))
4-
## v1.5.0-preview.1
54
* Update protobuf definitions to include new properties in OrchestratorRequest and update source commit hash ([#214](https://github.com/microsoft/durabletask-java/pull/214))
65
* DTS Support ([#201](https://github.com/microsoft/durabletask-java/pull/201))
76
* Add automatic proto file download and commit hash tracking during build ([#207](https://github.com/microsoft/durabletask-java/pull/207))

azurefunctions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.microsoft'
9-
version = '1.5.0'
9+
version = '1.5.1'
1010
archivesBaseName = 'durabletask-azure-functions'
1111

1212
def protocVersion = '3.12.0'

azuremanaged/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
archivesBaseName = 'durabletask-azuremanaged'
1919
group 'com.microsoft'
20-
version = '1.5.0-preview.1'
20+
version = '1.5.1-preview.1'
2121

2222
def grpcVersion = '1.59.0'
2323
def azureCoreVersion = '1.45.0'

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.microsoft'
12-
version = '1.5.0'
12+
version = '1.5.1'
1313
archivesBaseName = 'durabletask-client'
1414

1515
def grpcVersion = '1.59.0'

0 commit comments

Comments
 (0)