Skip to content

Commit 04f20e9

Browse files
chore(release): 1.29.0 [skip ci]
# [1.29.0](v1.28.1...v1.29.0) (2026-01-22) ### Bug Fixes * **agent:** Append runtime JAR to bootstrap class loader ([7f5ee4c](7f5ee4c)) * **agent:** Support running agent on bootstrap classpath ([c161259](c161259)) * Close underlying Writers in RecordingSession to prevent resource leaks ([4ac35f5](4ac35f5)) * Don't throw when loading logging config fails ([7782132](7782132)) * Enforce UTF-8 for AppMap I/O and add encoding regression tests ([923aeef](923aeef)) ### Features * **agent:** Add option to exclude specific hook classes ([412f24d](412f24d)) * Enhanced JDBC hooks with PreparedStatement and batch support ([d901a68](d901a68)) * **logging:** Improve AppMap agent logging and config output ([fb1a4f9](fb1a4f9))
1 parent de81448 commit 04f20e9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.29.0](https://github.com/getappmap/appmap-java/compare/v1.28.1...v1.29.0) (2026-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **agent:** Append runtime JAR to bootstrap class loader ([7f5ee4c](https://github.com/getappmap/appmap-java/commit/7f5ee4c0cd29568f96e3964ec2481b0b0262b4a9))
7+
* **agent:** Support running agent on bootstrap classpath ([c161259](https://github.com/getappmap/appmap-java/commit/c16125947fc4f462bf8352102111f4800050aa58))
8+
* Close underlying Writers in RecordingSession to prevent resource leaks ([4ac35f5](https://github.com/getappmap/appmap-java/commit/4ac35f5f7b50f14110de6e92cc0cac670d92e4aa))
9+
* Don't throw when loading logging config fails ([7782132](https://github.com/getappmap/appmap-java/commit/778213266d22629222225fb89ccfb928d48d0494))
10+
* Enforce UTF-8 for AppMap I/O and add encoding regression tests ([923aeef](https://github.com/getappmap/appmap-java/commit/923aeef8a6b742c6352c8623f01335827d6718c5))
11+
12+
13+
### Features
14+
15+
* **agent:** Add option to exclude specific hook classes ([412f24d](https://github.com/getappmap/appmap-java/commit/412f24ddac47ea84bde77babc56e10c4cd487e02))
16+
* Enhanced JDBC hooks with PreparedStatement and batch support ([d901a68](https://github.com/getappmap/appmap-java/commit/d901a688e86a1bc3784dec36d86d416c147e8b44))
17+
* **logging:** Improve AppMap agent logging and config output ([fb1a4f9](https://github.com/getappmap/appmap-java/commit/fb1a4f93ba8f649f5c4254b3baf39474a3694d90))
18+
119
## [1.28.1](https://github.com/getappmap/appmap-java/compare/v1.28.0...v1.28.1) (2025-11-11)
220

321

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
ext {
15-
defaultVersion = '1.28.1'
15+
defaultVersion = '1.29.0'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)