d4s v1.0.14-M3 Release Notes

Release Date: 2020-11-12 // over 3 years ago

Previous changes from v1.0.13

  • ๐Ÿ“„ Logo

    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.

    1. 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.
    2. 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:

    • โšก๏ธ Update izumi to 0.10.18, sbtgen to 0.0.62, scalatest to 3.2.1 (#149)
    • โšก๏ธ Update zio to 1.0.1 (#148)
    • โšก๏ธ Update fs2-io to 2.4.3 (#145)
    • โšก๏ธ Update apache-client, dynamodb to 2.14.0 (#144)
    • โšก๏ธ Update scalacheck-1-14 to 3.1.3.0 (#142)