Skip to content

Releases: laserdisc-io/tamer

v0.7.0 - REST authentication, pagination and HATEOAS support

06 May 10:32
937508e
Compare
Choose a tag to compare

🚀 New features

  • Add auth management, and pagination and hateoas support (#300)

🧹 Cleanup / maintenance

  • Update oci-java-sdk-objectstorage to 1.36.3 (#321)
  • Update scalacheck to 1.15.4 (#320)
  • Update httpclient-backend-zio to 3.3.0 (#318)
  • Update sbt to 1.5.1 (#316)
  • Update doobie-core, doobie-hikari to 0.13.1 (#317)
  • Update log-effect-fs2, log-effect-zio to 0.15.0 (#315)
  • Delete fmt-all (#314)
  • Update postgresql to 42.2.20 (#312)
  • Update zio-streams, zio-test, zio-test-sbt to 1.0.7 (#313)
  • Update refined to 0.9.24 (#311)
  • Update scalatest to 3.2.8 (#309)
  • Update cats-core to 2.6.0 (#308)
  • Update avro4s-core to 4.0.7 (#306)
  • Update zio-oci-objectstorage to 0.2.0 (#302)

Version 0.6.1

14 Apr 15:59
b8ad55b
Compare
Choose a tag to compare

Changes:

  • Remove the constraint that K, V, and S require to be subtype of Product (#299)

Dependency updates:

  • Update oci-java-sdk-objectstorage to 1.36.0 (#301)

Version 0.6.0

12 Apr 12:35
f57a80e
Compare
Choose a tag to compare

Changes:

  • job env made contravariant (#292)
  • Rest test: wip (#267)
  • An alternative OCI Object Storage source (#277)
  • job abstraction separated (#266)
  • Generic rest client (no tests and convenience helpers so far) (#262)
  • narrow aggregate function (#259)
  • Lower CPU when idle (#247)
  • Fix maven badge (#257)
  • ZLayer/refactorings (#253)
  • Fix for zio/zio#4729 (#251)
  • zipPar makes no sense and expected to be less efficient than zip due to fiber overhead (#250)
  • S3 not perfectly compatible fix (#248)
  • S3 generalization (#235)
  • Update README.md (#241)

Dependency updates:

  • Update zio-streams, zio-test, zio-test-sbt to 1.0.6 (#298)
  • Update oci-java-sdk-objectstorage to 1.35.1 (#295)
  • Update zio-s3 to 0.3.1 (#296)
  • Update sbt to 1.5.0 (#294)
  • Update refined to 0.9.23 (#293)
  • Update httpclient-backend-zio to 3.2.3 (#291)
  • Update scalatest to 3.2.7 (#290)
  • Update avro4s-core to 4.0.5 (#289)
  • Update cats-core to 2.5.0 (#288)
  • Update circe-core, circe-generic, ... to 0.13.0 (#284)
  • Update sbt-ci-release to 1.5.7 (#281)
  • Update kafka-avro-serializer to 6.1.1 (#279)
  • Update cats-effect to 2.4.0 (#278)
  • Update sbt-native-packager to 1.8.1 (#274)
  • Update doobie-core, doobie-hikari to 0.12.1 (#272)
  • bump confluent to 6.0.2 (#255)
  • Update silencer-lib, silencer-plugin to 1.7.3 (#249)
  • Update postgresql to 42.2.19 (#244)
  • Update scalacheck to 1.15.3 (#236)
  • Update zio-interop-cats to 2.3.1.0 (#234)

Version 0.5.1

09 Feb 17:43
7217f14
Compare
Choose a tag to compare

Changes:

  • Make S3 module blocking when state is not changed (#226)

Dependency updates:

  • Update kafka-avro-serializer to 6.1.0 (#227)
  • Update silencer-lib, silencer-plugin to 1.7.2 (#225)

Version 0.5.0

07 Feb 19:45
8040e32
Compare
Choose a tag to compare

Changes:

  • Update README.md (#218)
  • S3 module (#216)
  • Front end rehaul (#212)
  • Updated badges (#203)
  • Remove custom name from matrix (#201)
  • Scala 2.13.4 (#200)
  • Zio layers (#195)
  • Ci and scala 2.12.12 (#197)
  • Update example (#189)
  • add .vscode and .bsp to ignore list (#188)
  • updated schema registry client (#152)
  • make the example work again (#35)
  • ignoring metals.sbt
  • badge for 2.13

Dependency updates:

  • Scala 2.12.13 and Zio 1.0.4-2 (#224)
  • Update sbt to 1.4.7 (#220)
  • Update zio-kafka to 0.14.0 (#219)
  • Update zio-streams, zio-test, zio-test-sbt to 1.0.4 (#217)
  • Update doobie-core, doobie-hikari to 0.10.0 (#215)
  • Update refined to 0.9.20 (#214)
  • Update avro4s-core to 4.0.4 (#209)
  • Update kafka-clients to 2.7.0 (#208)
  • Update cats-core, cats-effect to 2.3.1 (#207)
  • Update scalacheck to 1.15.2 (#205)
  • Update sbt-native-packager to 1.8.0 (#206)
  • Update sbt-ci-release to 1.5.5 (#202)
  • Update kafka-avro-serializer to 6.0.1 (#196)
  • Update scalatest to 3.2.3 (#186)
  • Update scalafmt-core to 2.7.5 (#180)
  • Update postgresql to 42.2.18 (#179)
  • Update ciris, ciris-refined to 1.2.1 (#158)
  • Update sbt-scalafmt to 2.4.2 (#144)

v0.4.1

02 Mar 20:40
b342a60
Compare
Choose a tag to compare

#70 Include query result count and execution time 🙏 @sharmargilt

v0.4.0

20 Feb 17:44
b53c220
Compare
Choose a tag to compare

Lots of version upgrades, most notably Tamer now runs with Scala 2.13.1
Also, #63 to externalise doobie's chunk size (thanks @sharmargilt 🙏 )

v0.3.1

17 Jan 11:51
Compare
Choose a tag to compare
  • DB password can now be of length 10 (if security is your concern, that is) - #39#40 by @amir (thanks!)

v0.3.0

10 Jan 11:50
Compare
Choose a tag to compare

v0.2.0

13 Dec 03:08
917413c
Compare
Choose a tag to compare
  • #17 adds primitive support for Schema Registry, allowing both state and sink topics to be registered on write and verified during consumption (@sirocchj)