Skip to content

Commit 92a104c

Browse files
authored
Release prep for 3.0.43 (#3168)
1 parent 73b7222 commit 92a104c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>3.0.42</VersionPrefix>
3+
<VersionPrefix>3.0.43</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

src/release_notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
### What's Changed
22

3-
### Microsoft.Azure.WebJobs 3.0.42
3+
### Microsoft.Azure.WebJobs 3.0.43
44

5-
- Add `FunctionTimeoutAbortException` and `FunctionCanceledException` (#3139)
5+
- fixing race in Binder that can cause NullReferenceExceptions (#3167)
6+
- Improve FunctionExecutor error handling (#3166)
7+
- Make LogFunctionScaleError public to use in the extensions (#3164)
8+
- Fix race condition in ShutdownListener constructor (#3158)
9+
- Create a function-level request telemetry when none exists (#3146)
610

0 commit comments

Comments
 (0)