Skip to content

Releases: slick/slick

v3.5.2

01 Oct 12:42
67c3296
Compare
Choose a tag to compare

What's Changed

Highlights 🎉

Documentation improvements 📃️

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
  • Minimum Java version of 11 by @nafg in #2960
  • 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

Full Changelog: v3.5.1...v3.5.2

v3.5.1

14 Apr 20:00
172275e
Compare
Choose a tag to compare

What's Changed

Highlights 🎉

  • MySQLProfile: quote column names in insertOrUpdate statement by @iRevive in #2912

Chores 🛠

Other Changes

Full Changelog: v3.5.0...v3.5.1

v3.5.0

07 Mar 10:12
2032b60
Compare
Choose a tag to compare

What's Changed

Highlights 🎉

  • Drop support for old SQL Server versions by @nafg in #2558
  • Insert multiple rows using a single SQL statement by @jkugiya in #2398
  • Adds insertOrUpdateAll by @jkugiya in #2397
  • Fix SQL Server tests. Drops JTDS by @nafg in #2560
  • Drop scala 2.12 by @nafg in #2633
  • Add -Xsource:3 to scalacOptions by @nafg in #2662
  • 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, and stripMargin 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
  • Revert drop scala 212 by @mdedetrich in #2734
  • #2701 Add conditional filterNot methods (filterNotIf/filterNotOpt) support by @sebastianrozyczka in #2751
  • Scala 3 support by @nafg in #2687

Enhancements ✨

  • Attach base statement as child for asTry dumpInfo by @natefitzgerald in #2584
  • More type-safe way of expressing profiles' support of RowsPerStatement.All by @nafg in #2612
  • Add exceptionOverrideClassName config for HikariCP by @jsoizo in #2621
  • Make b interpolator not use macros by @nafg in #2684
  • Restore ability to concat sql strings, closes #1161 by @OlegYch in #2796
  • MappedProjection: make the source type no longer part of the API by @nafg in #2854
  • Fix getOrElse type inference issue in Scala 3, closes #2761 by @OlegYch in #2803

Bugs fixed 🐛️

  • Handle in-use count errors by @nafg in #2619
  • BasicBackend#DatabaseDef#releaseSession: null out the session first, … by @nafg in #2620
  • Postgres date and time boundary conditions by @JamesMcIntosh in #2643
  • 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
  • Fixed behavior of insertOrUpdate on tables with auto_increment option by @jkugiya in #2785
  • Replace filter on aggregates with CASE, closes #2235 by @OlegYch in #2832
  • Support referencing group keys in nested query, closes #2422 by @OlegYch in #2877

Documentation improvements 📃️

Chores 🛠

  • Update slf4j-api to 2.0.0 by @scala-steward in #2549
  • Update slf4j-api to 2.0.1 by @scala-steward in #2554
  • Update dependency com.typesafe:sbt-mima-plugin to v1.1.1 by @renovate in #2555
  • Drop Java 8 support by @nafg in #2557
  • CompatReportPlugin: use details/summary tags by @nafg in #2559
  • Update sbt-scoverage to 2.0.3 by @scala-steward in #2553
  • Update logback-classic to 1.4.1 by @scala-steward in #2552
  • Update dependency com.zaxxer:HikariCP to v5 by @renovate in #2463
  • Update scala-compiler, scala-library to 2.12.17 by @scala-steward in #2556
  • Update dependency org.scoverage:sbt-scoverage to v2.0.4 by @renovate in #2561
  • Update dependency org.slf4j:slf4j-api to v2.0.2 by @renovate in #2562
  • Update dependency org.slf4j:slf4j-api to v2.0.3 by @renovate in #2563
  • build.sbt: versionPolicyIntention: BumpMajor by @nafg in #2565
  • build.sbt: testAll should run versionPolicyCheck on actual modules by @nafg in #2566
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.14.0 by @renovate in #2564
  • Update dependency ch.qos.logback:logback-classic to v1.4.2 by @renovate in #2568
  • Update dependency ch.qos.logback:logback-classic to v1.4.3 by @renovate in #2569
  • Update dependency ch.qos.logback:logback-classic to v1.4.4 by @renovate in #2574
  • Update dependency org.scoverage:sbt-scoverage to v2.0.5 by @renovate in #2576
  • Update hsqldb to 2.7.0 by @scala-steward in #2511
  • Update sbt to 1.7.2 by @scala-steward in #2582
  • Update ibmcom/db2 Docker tag to v11.5.8.0 by @renovate in #2585
  • Update mysql-connector-java to 8.0.31 by @scala-steward in #2580
  • Update dependency org.scoverage:sbt-scoverage to v2.0.6 by @renovate in #2587
  • .mergify.yml: don't require signing Lightbend CLA by @nafg in #2590
  • Update dependency org.hsqldb:hsqldb to v2.7.1 by @renovate in #2592
  • Use scala version wildcards for ci.yml matrix by @nafg in #2594
  • Update sbt-ci-release to 1.5.11 by @scala-steward in #2593
  • Update scala-compiler, scala-library to 2.13.10 by @slick-scala-steward in #2577
  • Update paradox-theme-generic, sbt-paradox to 0.10.3 by @slick-scala-steward in #2596
  • Update dependency ch.epfl.scala:sbt-version-policy to v2.1.0 by @renovate in #2597
  • use CollectionConverters instead of deprecated JavaConverters by @xuwei-k in #2599
  • add explicit types for implicits by @xuwei-k in #2598
  • Update sbt to 1.7.3 by @slick-scala-steward in #2600
  • Revert "Update sbt to 1.7.3" by @nafg in #2601
  • Update sqlite-jdbc to 3.39.4.0 by @slick-scala-steward in #2603
  • Update sbt to 1.7.3 by @scala-steward in #2604
  • Update sbt to 1.8.0 by @slick-scala-steward in #2605
  • Update dependency org.xerial:sqlite-jdbc to v3.39.4.1 by @renovate in #2606
  • Update dependency org.slf4j:slf4j-api to v2.0.4 by @renovate in #2607
  • Update dependency ch.qos.logback:logback-classic to v1.4.5 by @renovate in #2608
  • Update dependency org.xerial:sqlite-jdbc to v3.40.0.0 by @renovate in #2609
  • Update dependency org.postgresql:postgresql to v42.5.1 by @renovate in #2610
  • Update dependency org.slf4j:slf4j-api to v2.0.5 by @renovate in #2611
  • Update scala-collection-compat to 2.9.0 by @slick-scala-steward in #2613
  • pr-compat-report-generate.yml: use -no-colors and switch to GH Environment Files by @nafg in #2616
  • pr-compat-report-generate.yml: give up on piping and do the writing within SBT by @nafg in #2617
  • Update dependency com.oracle.database.jdbc.debug:ojdbc8_g to v21.8.0.0 by @renovate in #2618
  • Update dependency org.slf4j:slf4j-api to v2.0.6 by @renovate in #2624
  • Restore Java 8 support by @nafg in #2622
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.15.0 by @renovate in #2629
  • Update sbt to 1.8.2 by @scala-steward in #2630
  • Publish with JDK 8 again by @nafg in #2632
  • Update dependency org.f...
Read more

v3.5.0-RC1

07 Feb 22:51
89f4f4b
Compare
Choose a tag to compare
v3.5.0-RC1 Pre-release
Pre-release

What's Changed

Bugs fixed 🐛️

Chores 🛠

Full Changelog: v3.5.0-M5...v3.5.0-RC1

v3.5.0-M5

21 Nov 00:04
d56bca8
Compare
Choose a tag to compare
v3.5.0-M5 Pre-release
Pre-release

What's Changed

Enhancements ✨

  • Restore ability to concat sql strings, closes #1161 by @OlegYch in #2796
  • MappedProjection: make the source type no longer part of the API by @nafg in #2854
  • Fix getOrElse type inference issue in Scala 3, closes #2761 by @OlegYch in #2803

Bugs fixed 🐛️

  • Fixed behavior of insertOrUpdate on tables with auto_increment option by @jkugiya in #2785
  • Replace filter on aggregates with CASE, closes #2235 by @OlegYch in #2832

Documentation improvements 📃️

  • Document tupled workaround for Scala 3 by @mdedetrich in #2760
  • Fix scaladoc -sourcepath issues by @nafg in #2769
  • schemas.md: improve Mapped Tables section by @nafg in #2770
  • upgrade.md: Add initial 3.5.0 section by @nafg in #2773
  • upgrade.md: fix sections by @nafg in #2805
  • upgrade.md: mention the change to MappedProjection from PR #2854 by @nafg in #2860

Chores 🛠

  • fix warning in TransactionTest by @xuwei-k in #2762
  • Update dependency com.lightbend.paradox:sbt-paradox to v0.10.4 by @renovate in #2764
  • Update dependency com.lightbend.paradox:sbt-paradox to v0.10.5 by @renovate in #2765
  • Update paradox-theme-generic, sbt-paradox to 0.10.5 by @slick-scala-steward in #2766
  • Try Scala 3.3.1-RC3 by @nafg in #2758
  • Update scala3-library to 3.3.1-RC4 by @slick-scala-steward in #2768
  • build.sbt: default scala version to 2.13 by @nafg in #2771
  • CompatReportPlugin: Remove <detail>/<summary> by @nafg in #2772
  • build.sbt: buildCompatReport: include header by @nafg in #2775
  • Update dependency com.mysql:mysql-connector-j to v8.1.0 by @renovate in #2777
  • Update sbt-version-policy to 2.1.2 by @slick-scala-steward in #2778
  • Update dependency com.typesafe:sbt-mima-plugin to v1.1.3 by @renovate in #2780
  • Update sbt-mima-plugin to 1.1.3 by @slick-scala-steward in #2781
  • Update dependency sbt/sbt to v1.9.3 by @renovate in #2786
  • Update sbt-version-policy to 2.1.3 by @slick-scala-steward in #2787
  • Update logback-classic to 1.3.9 by @slick-scala-steward in #2789
  • Update logback-classic to 1.3.10 by @slick-scala-steward in #2792
  • Update logback-classic to 1.3.11 by @slick-scala-steward in #2794
  • Update scala3-library to 3.3.1-RC5 by @slick-scala-steward in #2797
  • Update ojdbc8_g to 21.11.0.0 by @slick-scala-steward in #2798
  • Explicitly handle this.type soundness reported as error since Scala 3.4.x by @WojciechMazur in #2801
  • Only use scala-collection-compat for Scala 2.12 by @mdedetrich in #2747
  • Fix incorrect POM filter with case sensitivity by @mdedetrich in #2804
  • Update scala3-library to 3.3.1-RC6 by @slick-scala-steward in #2806
  • Add scalac inliner options for Scala 2 by @mdedetrich in #2808
  • Update sbt to 1.9.4 by @slick-scala-steward in #2812
  • Update scala3-library to 3.3.1-RC7 by @slick-scala-steward in #2813
  • Update dependency org.slf4j:slf4j-api to v2.0.8 by @renovate in #2817
  • Update slf4j-api to 2.0.8 by @slick-scala-steward in #2816
  • Update dependency org.slf4j:slf4j-api to v2.0.9 by @renovate in #2819
  • Update actions/checkout action to v4 by @renovate in #2820
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.17.0 by @renovate in #2821
  • Update scala3-library to 3.3.1 by @slick-scala-steward in #2823
  • Update dependency org.scoverage:sbt-scoverage to v2.0.9 by @renovate in #2824
  • add explicit type by @xuwei-k in #2825
  • Update dependency sbt/sbt to v1.9.5 by @renovate in #2829
  • Update sbt to 1.9.5 by @slick-scala-steward in #2830
  • Update dependency sbt/sbt to v1.9.6 by @renovate in #2833
  • Update sbt to 1.9.6 by @slick-scala-steward in #2834
  • Hide old compatibility changes report by @xuwei-k in #2840
  • add explicit type by @xuwei-k in #2838
  • Revert "Hide old compatibility changes report" by @nafg in #2841
  • Test on JDK 21 instead of 17 and fix by @xuwei-k in #2839
  • Scala 2.13.12 by @xuwei-k in #2842
  • Update typesafe:config to 1.4.3 by @slick-scala-steward in #2844
  • Update dependency sbt/sbt to v1.9.7 by @renovate in #2846
  • Update sbt to 1.9.7 by @slick-scala-steward in #2847
  • Update dependency com.mysql:mysql-connector-j to v8.2.0 by @renovate in #2850
  • Update actions/github-script action to v7 by @renovate in #2857
  • Update dependency org.xerial.sbt:sbt-sonatype to v3.10.0 by @renovate in #2859
  • Update dependency org.postgresql:postgresql to v42.7.0 by @renovate in #2861

New Contributors

Full Changelog: v3.5.0-M4...v3.5.0-M5

v3.5.0-M4

10 Jul 04:20
cfb58dd
Compare
Choose a tag to compare
v3.5.0-M4 Pre-release
Pre-release

What's Changed

Highlights 🎉

Chores 🛠

  • Update dependency org.xerial.sbt:sbt-sonatype to v3.9.19 by @renovate in #2712
  • Update sbt-sonatype to 3.9.19 by @slick-scala-steward in #2713
  • Update sbt-ci-release to 1.5.12 by @slick-scala-steward in #2715
  • Update dependency org.xerial.sbt:sbt-sonatype to v3.9.20 by @renovate in #2716
  • Update sbt to 1.8.3 by @slick-scala-steward in #2718
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.16.0 by @renovate in #2721
  • Update sbt-sonatype to 3.9.21 by @slick-scala-steward in #2722
  • Update ojdbc8_g to 21.10.0.0 by @slick-scala-steward in #2723
  • Update sbt to 1.9.0 by @slick-scala-steward in #2728
  • Update dependency org.scoverage:sbt-scoverage to v2.0.8 by @renovate in #2730
  • Update sbt-scoverage to 2.0.8 by @slick-scala-steward in #2729
  • Update dependency ch.epfl.scala:sbt-version-policy to v2.1.1 by @renovate in #2732
  • Update scala-compiler, scala-library to 2.13.11 by @slick-scala-steward in #2737
  • Update logback-classic to 1.3.8 by @slick-scala-steward in #2740
  • Update scala-compiler, scala-library to 2.12.18 by @slick-scala-steward in #2741
  • Update actions/upload-artifact action to v3 by @renovate in #2744
  • Update dependency org.scala-lang.modules:scala-collection-compat to v2.11.0 by @renovate in #2749
  • Update scala-collection-compat to 2.11.0 by @slick-scala-steward in #2748
  • Update dependency sbt/sbt to v1.9.1 by @renovate in #2752
  • Update mysql client dependency by @xuwei-k in #2754
  • Update sbt to 1.9.2 by @slick-scala-steward in #2757

Other Changes

  • A few cleanups by @nafg in #2717
  • Remove headOption extension method for ReadAheadIterator by @nafg in #2719
  • Remove usage of reflection to support pre-JDBC 4.1 (pre-Java 7) by @nafg in #2720
  • Some cleanup by @nafg in #2739

New Contributors

Full Changelog: v3.5.0-M3...v3.5.0-M4

v3.5.0-M3

24 Apr 09:28
83bffe2
Compare
Choose a tag to compare
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, and stripMargin 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 ✨

  • Make b interpolator not use macros by @nafg in #2684

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

New Contributors

Full Changelog: v3.5.0-M2...v3.5.0-M3

v3.5.0-M2

28 Feb 04:59
c4cb91a
Compare
Choose a tag to compare
v3.5.0-M2 Pre-release
Pre-release

What's Changed

Highlights 🎉

Bugs fixed 🐛️

Chores 🛠

  • Update dependency org.freemarker:freemarker to v2.3.32 by @renovate in #2636
  • Update dependency mysql:mysql-connector-java to v8.0.32 by @renovate in #2637
  • Update dependency org.postgresql:postgresql to v42.5.2 by @renovate in #2644
  • Update dependency org.xerial:sqlite-jdbc to v3.40.1.0 by @renovate in #2646
  • Update dependency org.postgresql:postgresql to v42.5.3 by @renovate in #2647
  • Update dependency org.scoverage:sbt-scoverage to v2.0.7 by @renovate in #2650
  • Update dependency com.oracle.database.jdbc.debug:ojdbc8_g to v21.9.0.0 by @renovate in #2651
  • Update dependency org.postgresql:postgresql to v42.5.4 by @renovate in #2652
  • Fix compiler deprecated warnings by @slovvik in #2529
  • Update dependency org.xerial:sqlite-jdbc to v3.41.0.0 by @renovate in #2653

Other Changes

  • Remove scala-collection-compat by @nafg in #2656
  • Remove scala.language.higherKinds import by @nafg in #2657
  • Delete deprecated TestkitTest by @nafg in #2659
  • Eliminate last warning by @nafg in #2660
  • Fix scaladoc warnings by @nafg in #2661
  • Fix mis-renamed SQLServerProfile#XXXJdbcType by @nafg in #2664
  • Remove unused imports by @nafg in #2663
  • Update sbt-sonatype by @nafg in #2666
  • Change sonatypeProfileName from com.typesafe to com.typesafe.slick by @nafg in #2667

New Contributors

Full Changelog: v3.5.0-M1...v3.5.0-M2

v3.5.0-M1

12 Jan 00:01
ddd378e
Compare
Choose a tag to compare
v3.5.0-M1 Pre-release
Pre-release

Note: Java 8 support was restored after it had been initially dropped during this cycle.

What's Changed

Highlights 🎉

Enhancements ✨

  • Attach base statement as child for asTry dumpInfo by @natefitzgerald in #2584
  • More type-safe way of expressing profiles' support of RowsPerStatement.All by @nafg in #2612
  • Add exceptionOverrideClassName config for HikariCP by @jsoizo in #2621

Bugs fixed 🐛️

  • Handle in-use count errors by @nafg in #2619
  • BasicBackend#DatabaseDef#releaseSession: null out the session first, … by @nafg in #2620

Documentation improvements 📃️

Chores 🛠

  • Update slf4j-api to 2.0.0 by @scala-steward in #2549
  • Update slf4j-api to 2.0.1 by @scala-steward in #2554
  • Update dependency com.typesafe:sbt-mima-plugin to v1.1.1 by @renovate in #2555
  • Drop Java 8 support by @nafg in #2557
  • CompatReportPlugin: use details/summary tags by @nafg in #2559
  • Update sbt-scoverage to 2.0.3 by @scala-steward in #2553
  • Update logback-classic to 1.4.1 by @scala-steward in #2552
  • Update dependency com.zaxxer:HikariCP to v5 by @renovate in #2463
  • Update scala-compiler, scala-library to 2.12.17 by @scala-steward in #2556
  • Update dependency org.scoverage:sbt-scoverage to v2.0.4 by @renovate in #2561
  • Update dependency org.slf4j:slf4j-api to v2.0.2 by @renovate in #2562
  • Update dependency org.slf4j:slf4j-api to v2.0.3 by @renovate in #2563
  • build.sbt: versionPolicyIntention: BumpMajor by @nafg in #2565
  • build.sbt: testAll should run versionPolicyCheck on actual modules by @nafg in #2566
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.14.0 by @renovate in #2564
  • Update dependency ch.qos.logback:logback-classic to v1.4.2 by @renovate in #2568
  • Update dependency ch.qos.logback:logback-classic to v1.4.3 by @renovate in #2569
  • Update dependency ch.qos.logback:logback-classic to v1.4.4 by @renovate in #2574
  • Update dependency org.scoverage:sbt-scoverage to v2.0.5 by @renovate in #2576
  • Update hsqldb to 2.7.0 by @scala-steward in #2511
  • Update sbt to 1.7.2 by @scala-steward in #2582
  • Update ibmcom/db2 Docker tag to v11.5.8.0 by @renovate in #2585
  • Update mysql-connector-java to 8.0.31 by @scala-steward in #2580
  • Update dependency org.scoverage:sbt-scoverage to v2.0.6 by @renovate in #2587
  • .mergify.yml: don't require signing Lightbend CLA by @nafg in #2590
  • Update dependency org.hsqldb:hsqldb to v2.7.1 by @renovate in #2592
  • Use scala version wildcards for ci.yml matrix by @nafg in #2594
  • Update sbt-ci-release to 1.5.11 by @scala-steward in #2593
  • Update scala-compiler, scala-library to 2.13.10 by @slick-scala-steward in #2577
  • Update paradox-theme-generic, sbt-paradox to 0.10.3 by @slick-scala-steward in #2596
  • Update dependency ch.epfl.scala:sbt-version-policy to v2.1.0 by @renovate in #2597
  • use CollectionConverters instead of deprecated JavaConverters by @xuwei-k in #2599
  • add explicit types for implicits by @xuwei-k in #2598
  • Update sbt to 1.7.3 by @slick-scala-steward in #2600
  • Revert "Update sbt to 1.7.3" by @nafg in #2601
  • Update sqlite-jdbc to 3.39.4.0 by @slick-scala-steward in #2603
  • Update sbt to 1.7.3 by @scala-steward in #2604
  • Update sbt to 1.8.0 by @slick-scala-steward in #2605
  • Update dependency org.xerial:sqlite-jdbc to v3.39.4.1 by @renovate in #2606
  • Update dependency org.slf4j:slf4j-api to v2.0.4 by @renovate in #2607
  • Update dependency ch.qos.logback:logback-classic to v1.4.5 by @renovate in #2608
  • Update dependency org.xerial:sqlite-jdbc to v3.40.0.0 by @renovate in #2609
  • Update dependency org.postgresql:postgresql to v42.5.1 by @renovate in #2610
  • Update dependency org.slf4j:slf4j-api to v2.0.5 by @renovate in #2611
  • Update scala-collection-compat to 2.9.0 by @slick-scala-steward in #2613
  • pr-compat-report-generate.yml: use -no-colors and switch to GH Environment Files by @nafg in #2616
  • pr-compat-report-generate.yml: give up on piping and do the writing within SBT by @nafg in #2617
  • Update dependency com.oracle.database.jdbc.debug:ojdbc8_g to v21.8.0.0 by @renovate in #2618
  • Update dependency org.slf4j:slf4j-api to v2.0.6 by @renovate in #2624
  • Restore Java 8 support by @nafg in #2622
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.15.0 by @renovate in #2629
  • Update sbt to 1.8.2 by @scala-steward in #2630
  • Publish with JDK 8 again by @nafg in #2632

New Contributors

Full Changelog: v3.4.1...v3.5.0-M1

v3.4.1

13 Sep 19:27
f6e4971
Compare
Choose a tag to compare

What's Changed

Highlights 🎉

  • Revert "Update dependency org.slf4j:slf4j-api to v2" by @nafg in #2543

Documentation improvements 📃️

  • README.md: snippet markers for inclusion in site by @nafg in #2538

Chores 🛠

  • Update sqlite-jdbc to 3.39.3.0 by @scala-steward in #2541
  • Set versionPolicyIntention to BumpMinor by @nafg in #2544
  • Update dependency org.scalatestplus:testng-7-5 to v3.2.13.0 by @renovate in #2545
  • Update dependency com.oracle.database.jdbc.debug:ojdbc8_g to v21.7.0.0 by @renovate in #2546

Full Changelog: v3.4.0...v3.4.1