We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747663 commit bbceabcCopy full SHA for bbceabc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.8.1
4
+
5
+- Add timeout to gRPC workitem streaming ([#390](https://github.com/microsoft/durabletask-dotnet/pull/390))
6
7
## v1.8.0
8
9
- Add Schedule Support for Durable Task Framework ([#368](https://github.com/microsoft/durabletask-dotnet/pull/368))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.8.0</VersionPrefix>
+ <VersionPrefix>1.8.1</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments