Skip to content

Releases: harrison-ai/cobalt-aws

0.15.2 (January 6, 2025)

05 Jan 22:57
df791b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

0.15.1 (November 11, 2024)

11 Nov 00:05
dbe9c8c
Compare
Choose a tag to compare

0.15.1

  • Replaced use of the unmaintained derivative crate with derive_more.
  • Updated rust crate thiserror to v2.

What's Changed

  • task: Replace derivative with derive_more by @timleslie in #344
  • chore(deps): update ghcr.io/harrison-ai/rust docker tag to v1.82 by @renovate in #342
  • fix(deps): update rust crate thiserror to v2 by @renovate in #343

Full Changelog: v0.15.0...v0.15.1

0.15.0 (October 24, 2024)

24 Oct 02:50
e4f6a41
Compare
Choose a tag to compare
  • Added the new-type SQSQueueName(String), which includes validation on its FromStr implementation.
  • Breaking: The queue_name argument to send_messages_concurrently() has changed from &str to &SQSQueueName.
  • Breaking: Removed the deprecated functions sqs::get_client(), s3::get_client(), and athena::get_client().
  • Updated all dependencies to the latest versions.

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0 (September 9th, 2024)

09 Sep 04:49
f4c78dd
Compare
Choose a tag to compare
  • Added S3Event as a RunnableEventType.
  • Updated rust crate derive_more to v1.
  • Updated rust crate lambda_runtime to 0.13.0.
  • Updated rust crate typed-builder to 0.20.0.

v0.13.5 (June 21, 2024)

20 Jun 23:29
40ad707
Compare
Choose a tag to compare
  • Changed return type of s3::get_object to Result<S3AsyncBufReader, SdkError<GetObjectError>>, where S3AsyncBufReader implements AsyncBufRead.
    Returning a concrete type here allows the returned value to be used in context where an existential type is not appropriate.

What's Changed

  • task: Return concrete type from s3::get_object() by @timleslie in #323

Full Changelog: v0.13.4...v0.13.5

v0.13.4 (June 5, 2024)

05 Jun 04:00
1e0b590
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

v0.13.3 (May 2, 2024)

02 May 00:23
c6e34bb
Compare
Choose a tag to compare
  • aws-config: Upgraded from 1.1.6 to 1.3.0.
  • aws-sdk-athena: Upgraded from 1.15.0 to 1.23.0.
  • aws-sdk-s3: Upgraded from 1.16.0 to 1.25.0.
  • aws-sdk-sqs: Upgraded from 1.14.0 to 1.22.0.
  • aws-smithy-async: Upgraded from 1.1.7 to 1.2.1.
  • aws-smithy-runtime-api: Upgraded from 1.1.7 to 1.5.0.
  • aws-types: Upgraded from 1.1.6 to 1.2.0.
  • bytes: Upgraded from 1.5.0 to 1.6.0.
  • http: Upgraded from 1.0 to 1.1.
  • lambda_runtime: Upgraded from 0.10.0 to 0.11.1
  • tokio: Upgraded from 1.36 to 1.37.

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.13.2

0.13.1 (Febuary 15, 2024)

14 Feb 23:48
61268f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

0.13.0 (January 17, 2024)

17 Jan 04:15
21dd6c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

0.12.0 (January 8, 2024)

08 Jan 04:24
8a27e77
Compare
Choose a tag to compare

0.12.0

  • Upgrades from Docker Compose V1 to Docker Compose V2 for developer tooling.
  • Updates dependencies, excluding the AWS SDK, to their latest version. The AWS SDK update has a lot of breaking changes.
  • Fixes a bug with make test-examples where destroying the previous localstack container wasn't removing the named volumes. This resulted in subsequent re-runs to error, as the queue being created already existed.
  • Changes dependency versions to major.minor instead of major.minor.build, as the package is a library and we should let downstream packages select their desired build versions.