Skip to content

Commit 725a323

Browse files
authored
Prepare 3.0.3 GA release (#1594)
1 parent 49e0854 commit 725a323

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# CHANGELOG
2+
# Version 3.0.3 GA
3+
* Suppress redis.encode.start/end custom events
4+
[#1586](https://github.com/microsoft/ApplicationInsights-Java/issues/1586)
5+
* Add Azure SDK instrumentation preview
6+
[#1585](https://github.com/microsoft/ApplicationInsights-Java/issues/1585)
7+
* Fix WebFlux HTTP client hanging on nested calls
8+
[#1563](https://github.com/microsoft/ApplicationInsights-Java/issues/1563)
9+
* Fix instrumentation of reactor netty `HttpClient.from()`
10+
[#1578](https://github.com/microsoft/ApplicationInsights-Java/issues/1578)
11+
12+
213
# Version 3.0.3-BETA.3
314
* Change default preview config setting
415
[#1580](https://github.com/microsoft/ApplicationInsights-Java/issues/1580)

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.3-BETA.4
2+
version=3.0.3
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)