Skip to content

Releases: zio/zio-sql

v0.1.2

13 Feb 14:04
50deb4b
Compare
Choose a tag to compare

select(*).from(table) @sviezypan (#829)
Update zio, zio-streams, zio-test, ... to 2.0.6 @scala-steward (#811)
Update sbt-tpolecat to 0.4.2 @scala-steward (#804)
Update sbt to 1.8.2 @scala-steward (#802)
Update mysql-connector-java to 8.0.32 @scala-steward (#814)
Update zio-schema, zio-schema-derivation to 0.4.2 @scala-steward (#803)
Contravariant F and optionals @sviezypan (#813)
Add Scaladoc Support @khajavi (#812)
macros to handle group by, where and having @sviezypan (#809)
verify Inserts with macro @sviezypan (#806)
fixes IN and #587 @sviezypan (#801)
More typesafe >, <, = comparisons @sviezypan (#791)
Autogenerate README.md File @khajavi (#792)
Update zio-schema, zio-schema-derivation to 0.4.1 @scala-steward (#790)
Remove sbt warnings and update Scala versions @jczuchnowski (#780)

v0.1.1

08 Dec 20:53
ed75031
Compare
Choose a tag to compare
Merge pull request #784 from scala-steward/update/zio-2.0.5

Update zio, zio-streams, zio-test, ... to 2.0.5

v0.1.0

03 Dec 18:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0

v0.0.3

02 Oct 19:51
2ff7dee
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Most significant changes:

  • new Scope-style Transactions
  • alternative syntax for column selection
  • ZIO 2.0.2
  • ZIO Schema 0.2.1

Changes

v0.0.2

09 Apr 13:36
4f15d74
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This release catches up with the latest changes in ZIO 2.0-RC4 and 2.0-RC5, so most notably no more ZManaged (by @adamgfraser).
Other than that small improvements and things that we missed in the initial release:

  • added missing execute method for update statements by @jczuchnowski (#603)
  • improved DSL for optional values in insert statements by @sviezypan (#618)
  • improved behavior of connections when interruption happens by @petoalbert (#605)

v0.0.1

08 Mar 11:02
c126b00
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.