Skip to content

Commit 4de2373

Browse files
authored
Prepare for 3.3.0 GA release (#2342)
* Prepare for 3.3.0 GA release * Update changelog * Update * Address comments
1 parent bd55a7b commit 4de2373

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
# Version 3.3.0 GA
4+
* Update OpenTelemetry to 1.15 [#2332](https://github.com/microsoft/ApplicationInsights-Java/pull/2332).
5+
* Add configuration for disk persistence capacity [#2329](https://github.com/microsoft/ApplicationInsights-Java/pull/2329).
6+
* Add support for runtime attach [#2325](https://github.com/microsoft/ApplicationInsights-Java/pull/2325).
7+
* Continue to add support for OpenTelemetry metrics API.
8+
39
# Version 3.3.0-BETA.2
410
* Update OpenTelemetry to 1.14.
511
* Reduce jar file size [#2295](https://github.com/microsoft/ApplicationInsights-Java/pull/2295).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.3.0-BETA.2
2+
version=3.3.0
33

44
org.gradle.parallel=true
55
org.gradle.priority=low

0 commit comments

Comments
 (0)