Skip to content

Releases: async-profiler/rust-agent

v0.1.13

03 Mar 22:07
cf7b79e

Choose a tag to compare

Added

  • unconditionally send off a final report on LocalReporter drop (#125)

Other

  • (deps) bump zip from 7.2.0 to 8.0.0
  • (deps) bump time from 0.3.45 to 0.3.47
  • (deps) bump bytes from 1.11.0 to 1.11.1
  • cargo update
  • (deps) bump zip from 6.0.0 to 7.0.0

v0.1.12

15 Dec 18:48
2c010ec

Choose a tag to compare

Breaking Changes

  • make __unstable-fargate-cpu-count always on (#117)

Docs

  • many documentation improvements (#115) (#116)

Other

  • add log on unclean stops (#115)

v0.1.11

16 Nov 14:03
d9cc53c

Choose a tag to compare

Added

  • pass ec2 instance type from imds in EC2 instance metadata

v0.1.10

13 Nov 17:48
ede48a5

Choose a tag to compare

Added

  • add parsing of CPU and Memory fields behind unstable feature flag, will be stable in the next release (#106)
  • add constructors for agent metadata types (#106)

Fixed

  • Fix compilation on macOS (#105)

v0.1.9

16 Oct 12:35
c285558

Choose a tag to compare

Added

  • allow running async-profiler agent in its own Tokio runtime (#97)
  • allow configuring the profiling intervals (#97)

Docs

  • Improve documentation (#87, #97)

CI

  • test against an upstream async-profiler release, instead of compiling our own (#86)

Breaking changes

  • update MSRV to 1.86, due to AWS SDK problems with 1.85

Other

v0.1.8

14 Jul 15:17
56fecee

Choose a tag to compare

Added

  • (decoder) improve handling of decoding non-pollcatch samples

Other

  • ci: set up trusted publishing
  • fix clippy in new compilers
  • update zip to 4.0

v0.1.7

25 May 19:01
b3034aa

Choose a tag to compare

Fixed

  • load agent metadata even for aws-metadata-no-defaults

Other

  • changed the name format of the .zip files uploaded to S3 when using the Fargate integration
    to have less duplication

v0.1.6

20 May 19:57
b63ec0c

Choose a tag to compare

Added

  • support not enabling default features for AWS and Reqwest (aws-metadata-no-defaults, s3-no-defaults)

v0.1.4

29 Apr 19:33
c1c10ed

Choose a tag to compare

Other

  • fix links in docs

v0.1.3

29 Apr 18:23
b2af0cc

Choose a tag to compare

Other

  • add API documentation