We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6371dbb commit 5a7794fCopy full SHA for 5a7794f
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.1.4] - 2023-10-19
10
+### Added
11
+- add `rusoto_rustls` feature https://github.com/ymgyt/tracing-cloudwatch/pull/24
12
+
13
## [0.1.3] - 2023-10-03
14
### Changed
15
- update aws-sdk-cloudwatchlogs version from 0.28 to 0.31 https://github.com/ymgyt/tracing-cloudwatch/pull/23
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tracing-cloudwatch"
3
-version = "0.1.3"
+version = "0.1.4"
4
edition = "2021"
5
license = "MIT"
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"
0 commit comments