Releases: async-profiler/rust-agent
Releases · async-profiler/rust-agent
v0.1.11
16 Nov 14:03
Compare
Sorry, something went wrong.
No results found
Added
pass ec2 instance type from imds in EC2 instance metadata
v0.1.10
13 Nov 17:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
support not enabling default features for AWS and Reqwest (aws-metadata-no-defaults, s3-no-defaults)
v0.1.4
29 Apr 19:33
Compare
Sorry, something went wrong.
No results found
v0.1.3
29 Apr 18:23
Compare
Sorry, something went wrong.
No results found
v0.1.2
24 Apr 19:01
Compare
Sorry, something went wrong.
No results found
Added
implement LocalReporter
implement MultiReporter
add JFR decoder implementation (not published in crates.io)
Other
add test for decoder against JFR file
add integration tests
v0.1.1
16 Apr 17:37
Compare
Sorry, something went wrong.
No results found
⚙️ Miscellaneous Tasks
Add git-cliff
Add release-plz
Cargo audit on CI