Releases: hypertrace/javaagent
Releases · hypertrace/javaagent
Release 1.2.8
Remove snyk. (#374) * Remove snyk, use owasp dependency check * Add Makefile option and CI job * Comment out owasp dependency check and implement in separate PR.
Release 1.2.7
Fix muzzle job for netty-4.0 (#370)
Release 1.2.6
Explicit specification of content types in config replaces def…
Release 1.2.5
ENG-17140 Ensure requests can be filtered because of method body (#364) * ENG-17140 Ensure requests can be filtered because of method body * Fix smoke tests
Release 1.2.4
ENG-16503 Show request body for x-www-form-urlencoded HTTP requests…
Release 1.2.3
:arrow_up: upgrade otel java instrumentation (#362)
Release 1.2.2
:arrow_up: upgrade otel and slf4j (#358)
Release 1.2.1
Upgrade otel 1 10 (#357) * :arrow_up: upgrade otel * :recycle: update servlet-common packaging * :recycle: update HttpStatusConverter package location' * :recycle: update TestOpenTelemetryInstaller to be an AgentListener * :heavy_plus_sign: add new deps to the testing bootstrap * :heavy_plus_sign: add logging exporter to classpath explicitly for tests * :recycle: fix initialization in instrumentation tests * :heavy_plus_sign: add servlet-common bootstrap to test runtime for servlet projects * :recycle: refactor MuzzlePlugin to handle refactor of MuzzleGradlePluginUtil to kotlin companion object' * :bug: fix muzzle check for instrumentation modules that need the servlet-common bootstrap * :arrow_up: upgrade byte buddy * :bug: fix expected metric name for otlp exporter exported' * :bug: disable assertions failing due to upstream bug
Release 1.2.0
:arrow_up: upgrade otel 1.6 (#347) * :arrow_up: upgrade to 1.6.0 snapshot release * :heavy_plus_sign: add grpc to smoke tests * :arrow_up: upgrade sdk to 1.6.0 * :heavy_plus_sign: add missing otel sdk dependency * :recycle: update for breaking API changes * :arrow_up: upgrade to non snapshot release * :arrow_up: upgrade otel patch version * :heavy_plus_sign: add grpc runtime dependencies for smoke test app * :bug: save context in property for access/removal in entity interceptor * :alembic: disable client pipeline replacement' * :bug: fix bug with incorrect tracing handler name in replacement * :arrow_up: upgrade dependencies
Release 1.1.10
🐛 Fix spring boot smoke test taking a long time, set more sensible de…