Skip to content

Commit 54992a5

Browse files
authored
Prepare for releasing 3.0.4-BETA.2 (#1666)
1 parent 6ab2254 commit 54992a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# CHANGELOG
2+
# Version 3.0.4-BETA.2
3+
* Enable users to override iKey, cloud role name and cloud role instance per telemetry [#1630](https://github.com/microsoft/ApplicationInsights-Java/pull/1630).
4+
* Fix duplicate headers [#1640](https://github.com/microsoft/ApplicationInsights-Java/pull/1640).
5+
* Add preview instrumentations for javaHttpClient, rabbitmq, and jaxws [#1650](https://github.com/microsoft/ApplicationInsights-Java/pull/1650).
6+
* Add a new env var called APPLICATIONINSIGHTS_RP_CONFIGURATION_FILE.
7+
* Add cloud role name and instance to applicationinsights-rp.json configuration.
8+
* Improve agent start up time.
9+
210
# Version 3.0.4-BETA
311
* Enable Azure Functions to update the instrumentation logging level at runtime.
412
* Enable Azure Functions to update the self-diagnostics logging level at runtime.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.0.4-BETA
2+
version=3.0.4-BETA.2
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)