Skip to content

Releases: dpsoft/ap-agent

v0.1.10

29 Jan 21:09

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9 - Java 25 Support

02 Dec 12:16
1844c11

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8 - Support for multiple events at the JFR output

01 Oct 19:50

Choose a tag to compare

What's Changed

  • Support multiple events on jfr output by @dpsoft in #34

Full Changelog: v0.1.7...v0.1.8

v0.1.7 - Maintenance Release

29 Sep 15:45

Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #32
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #31

Full Changelog: v0.1.6...v0.1.7

v0.1.6 - JFR Buffered File Reader improvement

28 Sep 16:40

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - Go mode tweak

25 Sep 11:32

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4 -Minor Release

30 May 23:58

Choose a tag to compare

What's Changed

  • Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #27
  • Bump org.tinylog.version from 2.6.1 to 2.6.2 by @dependabot in #26
  • update ap-loader to 2.9-6 in order to load native lib on linux arm by @dpsoft in #28

Full Changelog: v0.1.3...v0.1.4

v0.1.3 -Minor Release

15 May 19:32

Choose a tag to compare

What's Changed

Move Firefox profiler support to experimental AP-Agent

We created AP agent experimental variation (ap-agent-experimental)to ensure stable dependencies and enable the development of a mainstream version.

Full Changelog: v0.1.2...v0.1.3

v0.1.2 -Minor Release

02 May 22:19

Choose a tag to compare

What's Changed

  • pprof: add support for allocations and lock data by @dpsoft in #18
  • update readme by @dpsoft
  • add interval configuration by @dpsoft
  • rename banner to agent-banner to avoid clash with spring banner by @dpsoft

GO(mode): Allocs & Block Support

The AP-Agent now supports two additional endpoints in Go mode, allowing you to profile memory allocations and contended locks.

/debug/pprof/allocs endpoint, you can get a profiling report of memory allocations performed by the application.
/debug/pprof/block endpoint returns a profiling report of contended locks that are blocking on synchronization primitives.

All the credits to @NeQuissimus for the changes to support allocations and lock data(async-profiler/async-profiler#713) in async-profiler converter.

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Minor Release

10 Feb 21:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1