Skip to content

Commit

Permalink
Merge pull request #1412 from microsoft/kryalama/release301Beta
Browse files Browse the repository at this point in the history
Getting Ready for release 3.0.1-BETA
  • Loading branch information
kryalama authored Dec 15, 2020
2 parents 7a5ea6b + 441f987 commit 8a22af1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# CHANGELOG

# Version 3.0.1 GA
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp
# Version 3.0.1-BETA
* Friendly error messages thrown for the following scenarios
- Missing connection string
- Invalid SSL certificate issues when not able to connect to IngestionEndPoint Url, Live endpoint Url and CdsProfiler endpoint url.
- Invalid Telemetry Processor Configuration
* Telemetry processor config throws null pointer exception when attribute value is not provided and matchType is regexp.
* Map service.version to application_Version(Resolves [#1392](https://github.com/microsoft/ApplicationInsights-Java/issues/1392))
* This release also brings more interoperability with the 2.x SDK:
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getProperties().put("key1", "val1")
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().getContext().getUser().setId("uname")

* Add thread details span processor
* Add agent version number to startup message

# Version 3.0.0 GA
* Config changes
Expand Down

0 comments on commit 8a22af1

Please sign in to comment.