Skip to content

Commit 9e5dba9

Browse files
author
Ariel Ben-Yehuda
committed
release 0.1.7
1 parent 303c9db commit 9e5dba9

File tree

3 files changed

+50
-30
lines changed

3 files changed

+50
-30
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.1.7](https://github.com/async-profiler/rust-agent/compare/v0.1.6...v0.1.7) - 2025-05-25
8+
9+
### Fixed
10+
11+
- load agent metadata even for aws-metadata-no-defaults
12+
13+
### Other
14+
15+
- changed the name format of the .zip files uploaded to S3 when using the Fargate integration
16+
to have less duplication
17+
718
## [0.1.6](https://github.com/async-profiler/rust-agent/compare/v0.1.5...v0.1.6) - 2025-05-20
819

920
### Added

Cargo.lock

Lines changed: 38 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-profiler-agent"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Rust agent for async-profiler"
55
license = "Apache-2.0"
66
repository = "https://github.com/async-profiler/rust-agent"

0 commit comments

Comments
 (0)