Skip to content

Commit adfb682

Browse files
committed
Prepare to release 3.7.4
1 parent 1f6a6fe commit adfb682

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

CHANGELOG.md

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

3+
## Version 3.7.4 GA (07/29/2025)
4+
5+
### Bug fixes
6+
7+
* Update CODEOWNERS - remove TimothyMothra
8+
([#4225](https://github.com/microsoft/ApplicationInsights-Java/pull/4225))
9+
* Remove Develocity Gradle plugin
10+
([#4230](https://github.com/microsoft/ApplicationInsights-Java/pull/4230))
11+
* Bump Netty
12+
([#4231](https://github.com/microsoft/ApplicationInsights-Java/pull/4231))
13+
* Update CI from retired Windows 2019 image to Windows 2022
14+
([#4262](https://github.com/microsoft/ApplicationInsights-Java/pull/4262))
15+
* Faster smoke tests
16+
([#4272](https://github.com/microsoft/ApplicationInsights-Java/pull/4272))
17+
* Fix flaky live metrics smoke test
18+
([#4275](https://github.com/microsoft/ApplicationInsights-Java/pull/4275))
19+
* Fix ErrorProne 2.38.0 build failures by updating checker configuration
20+
([#4257](https://github.com/microsoft/ApplicationInsights-Java/pull/4257))
21+
* Fix SpotBugs 6.2.1 compatibility by configuring tasks to ignore missing class failures
22+
([#4252](https://github.com/microsoft/ApplicationInsights-Java/pull/4252))
23+
* Only run CodeQL on pushes to main
24+
([#4316](https://github.com/microsoft/ApplicationInsights-Java/pull/4316))
25+
* Hopefully resolve sporadic test failure
26+
([#4309](https://github.com/microsoft/ApplicationInsights-Java/pull/4309))
27+
* Update HttpClients smoke test to use new assertion framework
28+
([#4269](https://github.com/microsoft/ApplicationInsights-Java/pull/4269))
29+
* Fix ConcurrentModificationException in LiveMetricsVerifier by using CopyOnWriteArrayList
30+
([#4328](https://github.com/microsoft/ApplicationInsights-Java/pull/4328))
31+
* Add xiang17 to CODEOWNERS
32+
([#4332](https://github.com/microsoft/ApplicationInsights-Java/pull/4332))
33+
* Update Logback smoke tests to use new assertion framework
34+
([#4326](https://github.com/microsoft/ApplicationInsights-Java/pull/4326))
35+
* Add copilot-instructions.md
36+
([#4321](https://github.com/microsoft/ApplicationInsights-Java/pull/4321))
37+
* Update gitignore
38+
([#4333](https://github.com/microsoft/ApplicationInsights-Java/pull/4333))
39+
* Change enforcedPlatform to platform
40+
([#4334](https://github.com/microsoft/ApplicationInsights-Java/pull/4334))
41+
* Remove unused dependencies
42+
([#4335](https://github.com/microsoft/ApplicationInsights-Java/pull/4335))
43+
* Simplify running against azure-monitor-opentelemetry-autoconfigure snapshots
44+
([#4336](https://github.com/microsoft/ApplicationInsights-Java/pull/4336))
45+
* Improve snapshot testing
46+
([#4339](https://github.com/microsoft/ApplicationInsights-Java/pull/4339))
47+
* Add spotlessApply to copilot instructions
48+
([#4341](https://github.com/microsoft/ApplicationInsights-Java/pull/4341))
49+
* Add devcontainer configuration to reduce Copilot agent build time from 5+ minutes to under 1 minute
50+
([#4342](https://github.com/microsoft/ApplicationInsights-Java/pull/4342))
51+
* Fix devcontainer
52+
([#4344](https://github.com/microsoft/ApplicationInsights-Java/pull/4344))
53+
* Better devcontainer
54+
([#4349](https://github.com/microsoft/ApplicationInsights-Java/pull/4349))
55+
* update gitignore
56+
([#4361](https://github.com/microsoft/ApplicationInsights-Java/pull/4361))
57+
* Clean up README.md
58+
([#4360](https://github.com/microsoft/ApplicationInsights-Java/pull/4360))
59+
* Simplify and use codespaces built-in prebuild feature
60+
([#4358](https://github.com/microsoft/ApplicationInsights-Java/pull/4358))
61+
* Remove unused code
62+
([#4357](https://github.com/microsoft/ApplicationInsights-Java/pull/4357))
63+
* Sync ErrorProne configuration with OpenTelemetry Java instrumentation
64+
([#4364](https://github.com/microsoft/ApplicationInsights-Java/pull/4364))
65+
* Sync checkstyle configuration with OpenTelemetry Java Instrumentation
66+
([#4365](https://github.com/microsoft/ApplicationInsights-Java/pull/4365))
67+
* Sync spotless configuration with OpenTelemetry Java Instrumentation
68+
([#4366](https://github.com/microsoft/ApplicationInsights-Java/pull/4366))
69+
* Fix warning about toolchains
70+
([#4373](https://github.com/microsoft/ApplicationInsights-Java/pull/4373))
71+
* Fix grpc smoke test deprecated class usage warnings
72+
([#4372](https://github.com/microsoft/ApplicationInsights-Java/pull/4372))
73+
* Fix a few gradle warnings
74+
([#4375](https://github.com/microsoft/ApplicationInsights-Java/pull/4375))
75+
* Suppress warnings for some safe operations
76+
([#4371](https://github.com/microsoft/ApplicationInsights-Java/pull/4371))
77+
* Update Gradle to latest version 8.14.3
78+
([#4345](https://github.com/microsoft/ApplicationInsights-Java/pull/4345))
79+
* Update to OpenTelemetry Java Instrumentation 2.18.1
80+
([#4378](https://github.com/microsoft/ApplicationInsights-Java/pull/4378))
81+
* Fix a couple more gradle deprecations
82+
([#4367](https://github.com/microsoft/ApplicationInsights-Java/pull/4367))
83+
* Fix deprecated EnvironmentResourceProvider reference
84+
([#4377](https://github.com/microsoft/ApplicationInsights-Java/pull/4377))
85+
* Fix missing javadoc warnings
86+
([#4374](https://github.com/microsoft/ApplicationInsights-Java/pull/4374))
87+
* Fix more Java warnings
88+
([#4376](https://github.com/microsoft/ApplicationInsights-Java/pull/4376))
89+
* Bump version
90+
([#4380](https://github.com/microsoft/ApplicationInsights-Java/pull/4380))
91+
* Port two suggestions from 3305
92+
([#4381](https://github.com/microsoft/ApplicationInsights-Java/pull/4381))
93+
394
## Version 3.7.3 GA (05/28/2025)
495

596
### Enhancements

0 commit comments

Comments
 (0)