Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Releases: PlayQ/d4s

1.0.21

01 Jun 00:26
Compare
Choose a tag to compare
  • Update to izumi 1.0.7

v1.0.13

20 Aug 20:41
Compare
Choose a tag to compare

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.
  2. 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.
  5. 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)

v1.0.12

07 Aug 08:45
Compare
Choose a tag to compare

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.
  2. 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.
  5. aws-common - tagging and namespaces

Changes:

  1. Added ScanDeleteBatch request. #96
  2. Updated Option[A] decoder to support the decoding of the entities with dropped nulls. #108

v1.0.10

15 Jul 22:40
Compare
Choose a tag to compare

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.
  2. 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.
  5. aws-common - tagging and namespaces

v1.0.9

10 Jul 18:52
Compare
Choose a tag to compare

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.
  2. 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.
  5. aws-common - tagging and namespaces

v1.0.7

01 Jun 13:33
Compare
Choose a tag to compare

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.
  2. 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.
  5. aws-common - tagging and namespaces

v1.0.6

22 May 12:30
Compare
Choose a tag to compare

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.
  2. 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.
  5. aws-common - tagging and namespaces

v1.0.4

26 Apr 19:17
Compare
Choose a tag to compare

Major changes

  • General codecs implementation improvements, including derivation support for case object and resolving issues with sealed traits encoding and decoding.
  • Make logging more flexible: now we perform it in DynamoExecution instead of DynamoInterpreter
  • Remove circe and shapeless dependencies from main module d4s

Kudos to these guys for their work: @neko-kai, @aliubymov-playq

v1.0.2: Minor updates.

10 Apr 17:16
Compare
Choose a tag to compare
Set version to 1.0.2

v1.0.1: d4s are finally out!

03 Apr 20:06
Compare
Choose a tag to compare

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.
  2. d4s-circe – provides circe codecs to encode the data.
  3. d4s-test - provides test enviroment and docker containers via DIstage TestKit.
  4. metrics - a small yet convinient package for metrics aggregation.
  5. aws-common - tagging and namespaces