Summary
- Add support for async Oracle DB commands
- Add support for Microsoft.Extensions.Telemetry v9.5.0
- Various bug fixes
Changes
Tracer
- Differentiate between error states in logs (#7030)
ASM
Fixes
- Ensure that there is an ActiveScope for AWS SDK Http integration (#7013)
- Fix Microsoft.Extensions.Telemetry logging integration for 9.5.0 (#6989)
- Fix a
NullReferenceExceptionin AWS SDKRuntimePipelineInvokeAsyncIntegration(#7019) - fix: enable retries on failure due to script error (#7022)
- Fix support for async Oracle DB commands (#7034)
- [Code Origin] DEBUG-3935 Fix type handle mismatch when resolving attribute type (#6994)
Miscellaneous
- Add
net8.0andnet9.0to trimming nuspec (#6983) - Add
ILogger.ErrorSkipTelemetry()to exclude certain logs from telemetry (#7028)
Build / Test
- Update Microsoft.Azure.Functions.Worker.Sdk to 2.0.3 (#6996)
- Pre-install the .NET SDK in Windows CI runners (#7001)
- Fix timeout exception (#7007)
- Add timeouts and retries to
LiveDebuggerTestswhen debugger is disabled (#7010) - Allow specifying
SampleNamefilter and comprehensive version testing (#7015) - Revert "Benchmarks: Update microbenchmarks to customize BenchmarkDotNet command line arguments" (#7016)
- Update Microsoft.Azure.Functions.Worker.Sdk to 2.0.4 (#7018)
- Replace DownloadPipelineArtifact by a pipeline step (#7021)
- Skip flaky debugger tests on x86 (#7023)
- Streamline release process by not explicitly creating a tag in
create_draft_release.yml(#7024) - Mark a couple of tests as flaky (#7026)