Skip to content

Releases: ovotech/ciris-aws-ssm

6.0.0

28 Jun 10:39
30ee57d
Compare
Choose a tag to compare

Bump to Ciris v3

5.0.0

17 Mar 11:39
b0c23e6
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Fix SSM client lifecycle and DefaultCredentialsProvider handling by @thatfulvioguy in #361
    • SsmAsyncClients built by the library are correctly built in Resource and not eagerly and unsafely. Most apps shouldn't notice the difference.
    • The default credentials provider value for params(Region, DefaultCredentialsProvider) has been removed to avoid eagerly creating an instance to use a a default value, and it's been generalised to params(Region, AwsCredentialsProvider. A new params(Region) overload has been added to replace this use case and makes this a source-compatible change.

Full Changelog: v4.0.0...v5.0.0

4.0.0

27 Oct 20:41
efbef76
Compare
Choose a tag to compare

Use async AWS SDK for backend - @barryoneill

3.0.1

21 Apr 11:00
600c7ac
Compare
Choose a tag to compare

Adds Scala 3 support

Upgrade to CE3

08 Jun 10:28
0313ed3
Compare
Choose a tag to compare
Update to cats-effect 3 (#248)

* port to cats effect 3

* Sync[F].pure -> Sync[F].delay

* remove explicit dependency that is already brought in transitively