Skip to content

Commit 8a22af1

Browse files
authored
Merge pull request #1412 from microsoft/kryalama/release301Beta
Getting Ready for release 3.0.1-BETA
2 parents 7a5ea6b + 441f987 commit 8a22af1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# CHANGELOG
22

3-
# Version 3.0.1 GA
4-
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp
3+
# Version 3.0.1-BETA
4+
* Friendly error messages thrown for the following scenarios
5+
- Missing connection string
6+
- Invalid SSL certificate issues when not able to connect to IngestionEndPoint Url, Live endpoint Url and CdsProfiler endpoint url.
7+
- Invalid Telemetry Processor Configuration
8+
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.
9+
* Map service.version to application_Version(Resolves [#1392](https://github.com/microsoft/ApplicationInsights-Java/issues/1392))
10+
* This release also brings more interoperability with the 2.x SDK:
11+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
12+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
13+
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getContext().getUser().setId("uname")
14+
15+
* Add thread details span processor
16+
* Add agent version number to startup message
517

618
# Version 3.0.0 GA
719
* Config changes

0 commit comments

Comments
 (0)