Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

68 lines (47 loc) · 3.57 KB

3.16.0.Beta2.1

  • Note: Similar to zio-quill/pull/2413 this change just removes the deprecated EntityQuery.insert(CaseClass) and EntityQuery.update(CaseClass) APIs that have been updated to EntityQuery.insertValue(CaseClass) and EntityQuery.updateValue(CaseClass), and it is the only change in this release. This is needed because of scala/scala3#14043.

3.15.0.Beta2.0

3.12.0.Beta1.7

3.10.0.Beta1.6

3.10.0.Beta1.5

This change lines up the zio-jdbc modules with the latest 3.10.0 line. Various fixes are done to Ast lifting as well as the InsertUpdateMacro for increased efficiency. The static keyword is introduced.

3.7.2.Beta1.4

3.7.2.Beta1.3

3.7.2.Beta1.2

  • Kryo-Serialize entire AST. Further improves performance.
  • Allow x -> y syntax for constructing tuples.
  • Allow infix"..." without .as[...] in some needed cases.

3.7.1.Beta1.1

  • Aggressively serialize quats via Kryo. This seems to significantly improve performance.
  • Introduce context.prepare command.

3.7.1.Beta1.0

  • Initial release