v3.5.2
Note: this release requires a minimum Java version of 11
What's Changed
Highlights 🎉
- Add
DBIO#void
,DBIO#as
,DBIO.unit
by @iRevive in #2911 - Add
DBIO#traverse
by @iRevive in #2929 - Minimum Java version of 11 by @nafg in #2960
- Added HList::: concat by @sofoklis in #2962
- HList_apply_Idx by @sofoklis in #2967
- Strip null chars from postgres string jdbc type on setValue by @jdrphillips in #2944
Documentation improvements 📃️
- fix typo by @xuwei-k in #2964
- Add cookbook entry showing how to distinguish DBIOActions by Effect type at runtime by @alexklibisz in #2968
Chores 🛠
- version-policy-check.yml: Fix missing scala version and allow manual trigger by @nafg in #2926
- Let version policy prevent merging by @nafg in #2928
- Set versionPolicyIntention to BumpMajor by @nafg in #2954
- Update sbt-version-policy to 3.2.1 by @slick-scala-steward in #2946
- Update sbt to 1.10.0 by @slick-scala-steward in #2952
- Update scala-collection-compat to 2.12.0 by @slick-scala-steward in #2951
- Update sbt-scoverage to 2.0.12 by @slick-scala-steward in #2953
- Update dependency com.mysql:mysql-connector-j to v8.4.0 by @renovate in #2936
- Update scala-compiler, scala-library to 2.13.14 by @slick-scala-steward in #2949
- Update ojdbc8_g to 21.14.0.0 by @slick-scala-steward in #2958
- Update hsqldb to 2.7.2 by @slick-scala-steward in #2725
- Update HikariCP to 5.1.0 by @slick-scala-steward in #2851
- Update dependency ch.qos.logback:logback-classic to v1.5.6 by @renovate in #2676
- Update dependency org.hsqldb:hsqldb to v2.7.3 by @renovate in #2727
- Update freemarker to 2.3.33 by @slick-scala-steward in #2965
- Update dependency org.xerial.sbt:sbt-sonatype to v3.11.0 by @renovate in #2971
- Update mysql-connector-j to 9.0.0 by @slick-scala-steward in #2972
- Update sbt-scoverage to 2.1.0 by @slick-scala-steward in #2975
- Update sbt to 1.10.1 by @slick-scala-steward in #2977
- Update sbt-sonatype to 3.11.1 by @scala-steward in #2983
New Contributors
- @jdrphillips made their first contribution in #2944
Full Changelog: v3.5.1...v3.5.2