Skip to content

Commit

Permalink
Cobalt-AWS Release 0.13.0 🚀 (#271)
Browse files Browse the repository at this point in the history
* 0.13.0 release

* Added localstack fixes
  • Loading branch information
oliverdaff authored Jan 17, 2024
1 parent 5a293a2 commit 21dd6c3
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 559 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.13.0

- aws-sdk-athena: Upgraded from 0.29 to 1.10.0.
- aws-config: Updated to 1.1.2 with the behavior-version-latest feature.
- aws-sdk-s3: Upgraded from 0.29 to 1.12.0.
- aws-sdk-sqs: Upgraded from 0.29 to 1.10.0.
- aws-types: Upgraded from 0.56 to 1.1.2.
- aws-smithy-async: Added 1.1.2.
- aws-smithy-runtime-api: Added 1.1.2.
- aws-smithy-http: Removed.
- Upgraded localstack to 3.0.2
- Fixed intergration tests

## 0.12.0

- Upgrades from Docker Compose V1 to Docker Compose V2 for developer tooling.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cobalt-aws"
version = "0.12.0"
version = "0.13.0"
authors = ["harrison.ai Data Engineering <[email protected]>"]
edition = "2021"
description = "This library provides a collection of wrappers around the aws-sdk-rust and lambda_runtime packages."
Expand Down
Loading

0 comments on commit 21dd6c3

Please sign in to comment.