Unclaimed project
Are you a maintainer of slick? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
slick
Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala
databasescalasql
Last updated 20 days ago
Back to changelogNote: this release requires a minimum Java version of 11
What's Changed
Highlights ๐
- Add
DBIO#void, DBIO#as, DBIO.unit by @iRevive in https://github.com/slick/slick/pull/2911
- Add
DBIO#traverse by @iRevive in https://github.com/slick/slick/pull/2929
- Minimum Java version of 11 by @nafg in https://github.com/slick/slick/pull/2960
- Added HList::: concat by @sofoklis in https://github.com/slick/slick/pull/2962
- HList_apply_Idx by @sofoklis in https://github.com/slick/slick/pull/2967
- Strip null chars from postgres string jdbc type on setValue by @jdrphillips in https://github.com/slick/slick/pull/2944
Documentation improvements ๐๏ธ
- fix typo by @xuwei-k in https://github.com/slick/slick/pull/2964
- Add cookbook entry showing how to distinguish DBIOActions by Effect type at runtime by @alexklibisz in https://github.com/slick/slick/pull/2968
Chores ๐
- version-policy-check.yml: Fix missing scala version and allow manual trigger by @nafg in https://github.com/slick/slick/pull/2926
Let version policy prevent merging by @nafg in https://github.com/slick/slick/pull/2928Set versionPolicyIntention to BumpMajor by @nafg in https://github.com/slick/slick/pull/2954Update sbt-version-policy to 3.2.1 by @slick-scala-steward in https://github.com/slick/slick/pull/2946Update sbt to 1.10.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2952Update scala-collection-compat to 2.12.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2951Update sbt-scoverage to 2.0.12 by @slick-scala-steward in https://github.com/slick/slick/pull/2953Update dependency com.mysql:mysql-connector-j to v8.4.0 by @renovate in https://github.com/slick/slick/pull/2936Update scala-compiler, scala-library to 2.13.14 by @slick-scala-steward in https://github.com/slick/slick/pull/2949Update ojdbc8_g to 21.14.0.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2958Update hsqldb to 2.7.2 by @slick-scala-steward in https://github.com/slick/slick/pull/2725Update HikariCP to 5.1.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2851Update dependency ch.qos.logback:logback-classic to v1.5.6 by @renovate in https://github.com/slick/slick/pull/2676Update dependency org.hsqldb:hsqldb to v2.7.3 by @renovate in https://github.com/slick/slick/pull/2727Update freemarker to 2.3.33 by @slick-scala-steward in https://github.com/slick/slick/pull/2965Update dependency org.xerial.sbt:sbt-sonatype to v3.11.0 by @renovate in https://github.com/slick/slick/pull/2971Update mysql-connector-j to 9.0.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2972Update sbt-scoverage to 2.1.0 by @slick-scala-steward in https://github.com/slick/slick/pull/2975Update sbt to 1.10.1 by @slick-scala-steward in https://github.com/slick/slick/pull/2977Update sbt-sonatype to 3.11.1 by @scala-steward in https://github.com/slick/slick/pull/2983New Contributors
- @jdrphillips made their first contribution in https://github.com/slick/slick/pull/2944
Full Changelog: https://github.com/slick/slick/compare/v3.5.1...v3.5.2
v3.5.2 - slick Release Notes | AnnounceHQ