Releases: pureharm/pureharm-aws
Releases · pureharm/pureharm-aws
0.4.0-M1
This is the first release available for Scala 3 and cats-effect 3!
⚠️ breaking changes ⚠️
- removed dependency on pureharm-config and config-readers from companion objects of config case classes. This means that you have to read them yourselves in client code depending on the method you choose. Recommended way is using
pureharm-config-ciris, or for a smooth transition depend onpureharm-configdirectly. - for cats-effect to compatibility use the modules suffixed w/
-ce2, modules without this suffix depend on cats-effect 3.
New Scala versions:
2.13.63.0.1for JVM + JS platforms- drop
3.0.0-RC2,3.0.0-RC3
internals
- temporarily disable tests, will be revived in a future milestone release
- bump scalafmt to
3.0.0-RC6— from2.7.5 - bump sbt to
1.5.5 - bump sbt-spiewak to
0.21.0 - bump sbt-scalafmt to
2.4.3
0.3.0
0.3.0
- Reverse deprecation on configuration companion objects. But this is the last release that depends on pureharm-config.
- Remove support for reading cloudfront signing keys as
.DERformat
dependency upgrades
- AWS SDK v1
1.11.996 - AWS SDK v2
2.16.39 - pureharm-effects-cats
0.4.0 - pureharm-config
0.4.0
0.2.0
deprecations
- deprecate all configuration companion objects. Use
pureharm-config-ciristo read the configs in userland, instead of relying on the library w/ pureconfig to do it.
dependency upgrades
- AWS SDK v1
1.11.991 - AWS SDK v2
2.16.34 - pureharm-core-sprout
0.2.0 - pureharm-core-anomaly
0.2.0 - pureharm-effects-cats
0.2.0 - pureharm-config
0.2.0
aws-logs
- now depends only on
cats-coreinstead ofcats-slf4j. There was no need to depend directly on an implementation.
deprecations
- deprecate
AWSLoggerFactoryin favor ofAWSLoggin. It is a straightforward rename, the semantics are the same.
0.1.0
Dependency upgrades:
- pureharm series
0.1.x - AWS SDK
1.11.979and2.16.23
Internals:
- create build with github actions
0.0.7
Use pureharm 0.0.7
S3:
- add
.getMetadatamethod to S3 clients. Returns content-length of objects + raw s3 java API object.
v0.0.7-M5
- add
chunkSize: Intparameter to getStream methods on S3 clients
0.0.7-M4
0.0.7-M3
0.0.7-M2
Upgrades to pureharm 0.0.7-M2