Skip to content

Releases: zio/zio-quill

v4.8.4

07 May 14:35
87073c8
Compare
Choose a tag to compare

What's Changed

  • Update postgresql to 42.7.3 by @zio-scala-steward in #3003
  • Introduce Contramap/Map on Encoders/Decoders by @deusaquilus in #2908
  • Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #3007
  • Update scalafmt-core to 3.8.1 by @zio-scala-steward in #3009
  • Update logback-classic to 1.5.5 by @zio-scala-steward in #3011
  • Update zio, zio-streams to 2.0.22 by @zio-scala-steward in #3012
  • Update pprint to 0.9.0 by @zio-scala-steward in #3014
  • Update scala-collection-compat to 2.12.0 by @zio-scala-steward in #3015
  • Update sqlite-jdbc to 3.45.3.0 by @zio-scala-steward in #3016
  • Update logback-classic to 1.5.6 by @zio-scala-steward in #3017
  • Update zio-logging to 2.2.3 by @zio-scala-steward in #3019
  • Update mysql-connector-j to 8.4.0 by @zio-scala-steward in #3027
  • Fix exception in Postgres inserting None value for Option[JsonValue[...]] or Option[JsonbValue[...]] fields by @vladimirkl in #3023
  • Update sbt-scoverage to 2.0.12 by @zio-scala-steward in #3029
  • Fix some code by @guizmaii in #2928
  • Update scala-compiler, scala-library to 2.13.14 by @zio-scala-steward in #3028
  • Update sbt, sbt-dependency-tree to 1.10.0 by @zio-scala-steward in #3030
  • Fix sbt doc execution by @guizmaii in #3031

Full Changelog: v4.8.2...v4.8.4

v4.8.3

14 Mar 03:37
72a95cd
Compare
Choose a tag to compare

Publishing of v4.8.2 failed

v4.8.2

14 Mar 03:02
72a95cd
Compare
Choose a tag to compare

Publishing of v4.8.2 failed, please use v4.8.3

Changes

  • Update zio-logging to 2.2.2 @zio-scala-steward (#2989)
  • Update postgresql to 42.7.2 @zio-scala-steward (#2991)
  • Update scala-compiler, scala-library to 2.12.19 @zio-scala-steward (#2992)
  • Update scala-compiler, scala-library to 2.13.13 @zio-scala-steward (#2993)
  • Update doobie-core, doobie-postgres to 1.0.0-RC5 @zio-scala-steward (#2959)
  • Update sqlite-jdbc to 3.45.2.0 @zio-scala-steward (#3002)
  • Update logback-classic to 1.5.3 @zio-scala-steward (#2987)
  • Update orientdb-graphdb to 3.2.29 @zio-scala-steward (#2988)
  • Update pekko-connectors-cassandra, ... to 1.0.2 @zio-scala-steward (#2990)
  • Update scala3-library to 3.3.3 @zio-scala-steward (#2994)
  • Update sbt, sbt-dependency-tree to 1.9.9 @zio-scala-steward (#2995)
  • Update scalafmt-core to 3.8.0 @zio-scala-steward (#2996)
  • Update scalatest to 3.2.18 @zio-scala-steward (#2997)
  • Update sbt-scoverage to 2.0.11 @zio-scala-steward (#2998)
  • Update sqlite-jdbc to 3.45.1.0 @zio-scala-steward (#2999)
  • Bump scala-steward-org/scala-steward-action from 2.63.0 to 2.65.0 @dependabot (#3001)
  • Bump actions/cache from 3 to 4 @dependabot (#3000)
  • Update logback-classic to 1.4.14 @zio-scala-steward (#2966)
  • Bump scala-steward-org/scala-steward-action from 2.61.0 to 2.63.0 @dependabot (#2971)
  • Update sbt, sbt-dependency-tree to 1.9.8 @zio-scala-steward (#2973)
  • Update zio, zio-streams to 2.0.21 @zio-scala-steward (#2976)
  • Update sqlite-jdbc to 3.45.0.0 @zio-scala-steward (#2983)
  • Update mysql-connector-j to 8.3.0 @zio-scala-steward (#2981)
  • Update orientdb-graphdb to 3.2.26 @zio-scala-steward (#2977)
  • Update zio-logging to 2.1.17 @zio-scala-steward (#2982)

v4.8.1

19 Jan 02:29
b4b7acf
Compare
Choose a tag to compare

What's Changed

  • using expandBatchActionNew and removes old expandBatchAction by @juliano in #2811
  • Upgrade Doobie version by @wb14123 in #2910
  • Fix sbt Docker image version by @wb14123 in #2909
  • Add performance tip by @jilen in #2532
  • Update typesafe:config to 1.4.3 by @zio-scala-steward in #2916
  • drop jasync modules by @juliano in #2889
  • remove jasync residuals by @juliano in #2917
  • Update scala-java8-compat to 0.9.1 by @zio-scala-steward in #2918
  • Simplify ZioJdbcContext::transaction code by @guizmaii in #2920
  • Remove noisy and useless Logback logs by @guizmaii in #2922
  • Fixed the "==" constraint to a.i == b.i in PrepareSpec."with outer join" by @b-gyula in #2230
  • Fix java.lang.NoClassDefFoundError: zio/ZIO$Fail by @guizmaii in #2923
  • Add a CI check for code format by @guizmaii in #2925
  • Don't create more than one empty Statement by @guizmaii in #2934
  • Prefer mutable data structure to reduce memory usage in macros by @guizmaii in #2932
  • Avoid allocations by @guizmaii in #2935
  • Prefer tail recursive loop by @guizmaii in #2936
  • Use more mutable data structures by @guizmaii in #2940
  • Code review of the Ast by @guizmaii in #2941
  • Split the quill-jdbc tests into several sbt modules to speed up com… by @guizmaii in #2937
  • Move quill-sql tests to a separate module by @guizmaii in #2938
  • Parallelize the build of quill-jdbc-test-* and quill-sql-test modules by @guizmaii in #2939
  • Update sbt, sbt-dependency-tree to 1.9.7 by @zio-scala-steward in #2943
  • Update orientdb-graphdb to 3.2.24 by @zio-scala-steward in #2947
  • Update mysql-connector-j to 8.2.0 by @zio-scala-steward in #2946
  • Update scalafmt-core to 3.7.15 by @zio-scala-steward in #2945
  • Update HikariCP to 5.1.0 by @zio-scala-steward in #2951
  • Improve performance of QuatMaking. Better use of cache by @deusaquilus in #2950
  • Update zio, zio-streams to 2.0.19 by @zio-scala-steward in #2954
  • Update zio-logging to 2.1.15 by @zio-scala-steward in #2952
  • Update zio-json to 0.6.2 by @zio-scala-steward in #2859
  • Migrate from Akka to Pekko by @guizmaii in #2926
  • Update pekko-connectors-cassandra to 1.0.1 by @zio-scala-steward in #2955
  • Update zio-logging to 2.1.16 by @zio-scala-steward in #2961
  • Update postgresql to 42.7.0 by @zio-scala-steward in #2960
  • Update scalafmt-core to 3.7.17 by @zio-scala-steward in #2958
  • Reverse null-check branch order in Optional operations by @deusaquilus in #2970
  • Only reduce conflicts by @deusaquilus in #2979

Full Changelog: v4.8.0...v4.8.1

v4.8.0

02 Oct 08:11
f6228d3
Compare
Choose a tag to compare

The two main changes of this release are:

  • we dropped Java 8, 9 and 10 support. The minimal supported Java version is now Java 11.
  • @wb14123 fixed the memory leak present in the dynamic queries cache. See #2878

Changes

v4.7.3

28 Sep 12:41
450afe8
Compare
Choose a tag to compare

Changes

v4.7.2

28 Sep 10:48
e46edb2
Compare
Choose a tag to compare

⚠️ The publishing of this version failed. Please use v4.7.3

Changes

v4.7.1

28 Sep 08:53
e48107c
Compare
Choose a tag to compare

⚠️ The publishing of this version failed. Please use v4.7.2

What's Changed

  • Fix publishing of codegen and "big data" modules for Scala 2.13 by @guizmaii in #2877

Full Changelog: v4.7.0...v4.7.1

v4.7.0

25 Sep 09:15
636af78
Compare
Choose a tag to compare

Noticeable changes

For zio-quill users

For zio-quill commiters

All Changes

v4.6.1

24 Jun 09:14
db720a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.0...v4.6.1