v3.5.0-M3
Pre-release
Pre-release
What's Changed
Highlights 🎉
- Remove some more advanced HList features by @nafg in #2693
- Remove specialization by @nafg in #2695
- Remove
MappedTo
trait (single-param case classes extending it were mapped automatically to the underlying type) by @nafg in #2698 - Remove
tsql
interpolator, andstripMargin
method for Plain SQL queries. by @nafg in #2696 - un-deprecate
countDistinct
method by @xuwei-k in #2649 - Remove deprecated features by @nafg in #2710
Enhancements ✨
Bugs fixed 🐛️
- avoid deprecated
java.net.URL
constructor by @xuwei-k in #2691 - OracleProfile: restore parentheses by @nafg in #2697
- For some reason searching by dates in some timezones occasionally fails on Oracle 11g XE, avoid them in tests by @OlegYch in #2685
Chores 🛠
- Update dependency org.xerial.sbt:sbt-sonatype to v3.9.18 by @renovate in #2675
- Update logback-classic to 1.3.6 by @scala-steward in #2677
- Update dependency org.slf4j:slf4j-api to v2.0.7 by @renovate in #2679
- Update dependency org.postgresql:postgresql to v42.6.0 by @renovate in #2680
- Avoid compiling entire project on Intellij import by @OlegYch in #2678
- Update dependency com.typesafe:sbt-mima-plugin to v1.1.2 by @renovate in #2699
- Update sbt-sdlc to 0.3.0 by @slick-scala-steward in #2704
- Update dependency mysql:mysql-connector-java to v8.0.33 by @renovate in #2706
- Update logback-classic to 1.3.7 by @slick-scala-steward in #2707
Other Changes
- Some cleanups by @nafg in #2683
- An indentation fix by @nafg in #2692
- Line breaks after infix operator by @nafg in #2694
- OracleProfile: Delete unused and incomplete OracleLocalTimeJdbcType from #1872 by @nafg in #2686
New Contributors
Full Changelog: v3.5.0-M2...v3.5.0-M3