Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can delete line 11 & 12. doc will have the details. might be helpful to paste the link to the doc here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trask Stalnaker (@trask) can you review this?

- ThreadContext.getRequestTelemetryContext().getHttpRequestTelemetry().setName("new name")
Comment thread
trask marked this conversation as resolved.
- 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