We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a78684 commit 86676ffCopy full SHA for 86676ff
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [1.30.0](https://github.com/getappmap/appmap-java/compare/v1.29.0...v1.30.0) (2026-01-26)
2
+
3
4
+### Features
5
6
+* Add support for Java 25 ([3a78684](https://github.com/getappmap/appmap-java/commit/3a78684bf8602fde326bc3a2a89874948f72bddc))
7
+* Normalize HTTP headers to lower case ([597bfd5](https://github.com/getappmap/appmap-java/commit/597bfd5b80d96fc905d82a5c0a698a702bf18a86))
8
9
# [1.29.0](https://github.com/getappmap/appmap-java/compare/v1.28.1...v1.29.0) (2026-01-22)
10
11
build.gradle
@@ -11,7 +11,7 @@ plugins {
}
12
13
ext {
14
- defaultVersion = '1.29.0'
+ defaultVersion = '1.30.0'
15
16
17
def defaultGroupId = 'com.appland'
0 commit comments