All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This is the first release available for Scala 3 and cats-effect 3!
- 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-config
directly. - for cats-effect to compatibility use the modules suffixed w/
-ce2
, modules without this suffix depend on cats-effect 3.
2.13.6
3.0.1
for JVM + JS platforms- drop
3.0.0-RC2
,3.0.0-RC3
- 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
- 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
.DER
format
- AWS SDK v1
1.11.996
- AWS SDK v2
2.16.39
- pureharm-effects-cats
0.4.0
- pureharm-config
0.4.0
- deprecate all configuration companion objects. Use
pureharm-config-ciris
to read the configs in userland, instead of relying on the library w/ pureconfig to do it.
- 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
- now depends only on
cats-core
instead ofcats-slf4j
. There was no need to depend directly on an implementation.
- deprecate
AWSLoggerFactory
in favor ofAWSLoggin
. It is a straightforward rename, the semantics are the same.
- create build with github actions
Dependency upgrades:
- pureharm series
0.1.x
- AWS SDK
1.11.979
and2.16.23