Skip to content

Commit 5eb129a

Browse files
committed
changelog updated again, ready for release
1 parent ba3719e commit 5eb129a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# CHANGELOG
22

33
# Version 3.0.1-BETA
4-
* Update to otel-java-instrumentation 0.12.0
54
* Friendly error messages thrown for the following scenarios
65
- Missing connection string
76
- Invalid SSL certificate issues when not able to connect to IngestionEndPoint Url, Live endpoint Url and CdsProfiler endpoint url.
87
- Invalid Telemetry Processor Configuration
98
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.
109
* Map service.version to application_Version(Resolves [#1392](https://github.com/microsoft/ApplicationInsights-Java/issues/1392))
11-
* Lazy set propagators in Azure Functions
12-
* Bring in fix for Azure Functions instrumentation
13-
* Fix NullPointerException for Linux consumption plan
10+
* This release also brings interoperability with 2.x SDK:
11+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
12+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
13+
* Add thread details span processor
14+
* Add agent version number to startup message
1415

1516
# Version 3.0.0 GA
1617
* Config changes

0 commit comments

Comments
 (0)