Releases: PlayQ/d4s
1.0.21
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- 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:
v1.0.12
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
Changes:
v1.0.10
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
v1.0.9
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
v1.0.7
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
v1.0.6
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
v1.0.4
Major changes
- General codecs implementation improvements, including derivation support for
case object
and resolving issues withsealed traits
encoding and decoding. - Make logging more flexible: now we perform it in
DynamoExecution
instead ofDynamoInterpreter
- Remove
circe
andshapeless
dependencies from main moduled4s
Kudos to these guys for their work: @neko-kai, @aliubymov-playq
v1.0.2: Minor updates.
Set version to 1.0.2
v1.0.1: d4s are finally out!
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:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test enviroment and docker containers via DIstage TestKit.
- metrics - a small yet convinient package for metrics aggregation.
- aws-common - tagging and namespaces