d4s v1.0.14-M3 Release Notes
Release Date: 2020-11-12 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.0.13
-
What is it?
d4s - is a Scala library that allows you to work with DynamoDB in a pure functional way.
๐ It's powered by Izumi, uses Bifunctor IO and allows you to choose whatever effect type you want to use. It provides flexible and extensible DSL, supports AWS SDK v2 and has great integration with ZIO.include the following components:
๐ฆ 1. d4s โ core package, the lib itself.
- d4s-circe โ provides circe codecs to encode the data. ๐ณ 3. d4s-test - provides test environment and docker containers via DIstage TestKit. ๐ฆ 4. metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
๐ Changes:
- โ Remove reflective structural calls and replace them with typeclasses (#147)
- ๐ Try to move MacroMetrics macro to a separate object to stop native-image compile errors when trying to init scala-reflect TypeCreator$ (#146)
โก๏ธ Updates: