Skip to content

1.58.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 10:41
· 2 commits to master since this release
v1.58.0
bd3f6f5

Breaking Changes

Note

We now limit the number of elements processed in Mongo documents (#10277). This only affects unusually long Mongo resource names derived from documents with more than 256 list elements.

Components

Application Security Management (WAF)

Data Streams Monitoring

Database Monitoring

  • ✨ Add support for DBM comment injection with MongoDB (#9589 - @Yoone)

Dynamic Instrumentation

  • 🐛⚡ Batch re-transformations when there are a high number of inner classes (#10289 - @jpbempel)
  • ✨ Add support for Agrona collections (#10235 - @jpbempel)
  • ✨ Enable Code Origin by default for JDK25+ (#10234 - @jpbempel)

Tracer core

  • ✨ Upgrade to byte-buddy 1.18.3 (#10275 - @mcculls)
  • ✨ Force early classloading for PublishState (#10273 - @amarziali)
  • ✨⚡ Support creating AOT caches for Spring apps with custom trace interceptors (#10272 - @mcculls)
  • 🐛 Ensure the class name is valid when enhancing with SerialVersionUIDAdder (#10270 - @amarziali)
  • 🐛 Silence non-critical PayloadTagsProcessor parsing exception alert (#10263 - @ygree)

Tracer internal logging

Instrumentations

Apache Spark instrumentation

Couchbase instrumentation

JMS instrumentation

  • 🐛 Do not break the JMS instrumentation when unable to access a property (#10255 - @amarziali)

MongoDB instrumentation

  • 🐛⚠️ Add a limit to the number of elements we process in a Mongo document (#10277 - @vandonr)
  • ✨ Add support for DBM comment injection with MongoDB (#9589 - @Yoone)

Servlet instrumentation

Spring instrumentation

All other instrumentations