Play Slick Versions Save

Slick Plugin for Play

6.1.0

2 months ago

Finally comes with Scala 3 support thanks to Slick 3.5.0! :partying_face:

  • #827 slick 3.5.0 final release + other dependency upgrades by @mkurz
  • #805 Slick 3.5.0-RC1 + Scala 3 support by @mkurz

Other Changes

  • #832 Add missing branche to dependabot config by @mkurz
  • #825 Add prefix to Dependabot commit message / PR title by @mkurz
  • #822 Dependabot should upgrade GitHub actions workflows by @mkurz
  • #820 Upgrade GitHub action workflows by @mkurz
  • #817 scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
  • #815 Patch updates by @scala-steward
  • #814 Never trigger release process via UI, need to push tag by hand always by @mkurz
  • #809 Patch updates by @scala-steward
  • #808 Adjust mima after release by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.3.0

2 months ago

Finally comes with Scala 3 support thanks to Slick 3.5.0! :partying_face:

  • #828 [5.3.x] slick 3.5.0 final release + other dependency upgrades by @mkurz
  • #806 [5.3.x] Slick 3.5.0-RC1 + Scala 3 support by @mkurz

Other Changes

  • #835 [5.3.x] Bump actions/checkout from 3 to 4 by @dependabot
  • #833 [5.3.x] Bump release-drafter/release-drafter from 5 to 6 by @dependabot
  • #830 [5.3.x] Add branch Scala stewards PRs by @mkurz
  • #819 [5.2.x] scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
  • #816 [5.2.x] Patch updates by @scala-steward
  • #813 [5.2.x] Never trigger release process via UI, need to push tag by hand always by @mkurz
  • #811 [5.2.x] Patch updates by @scala-steward
  • #807 [5.2.x] Adjust mima after release by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

6.1.0-RC1

2 months ago

Noteworthy

  • #805 Slick 3.5.0-RC1 + Scala 3 support by @mkurz

Changes

  • #817 scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
  • #815 Patch updates by @scala-steward
  • #814 Never trigger release process via UI, need to push tag by hand always by @mkurz
  • #809 Patch updates by @scala-steward
  • #808 Adjust mima after release by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.3.0-RC1

2 months ago

Noteworthy

  • #806 [5.3.x] Slick 3.5.0-RC1 + Scala 3 support by @mkurz

Changes

  • #819 [5.2.x] scalafmt-core 3.8.0 (was 3.7.17) by @scala-steward
  • #816 [5.2.x] Patch updates by @scala-steward
  • #813 [5.2.x] Never trigger release process via UI, need to push tag by hand always by @mkurz
  • #811 [5.2.x] Patch updates by @scala-steward
  • #807 [5.2.x] Adjust mima after release by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

6.0.0

6 months ago

Noteworthy

  • With version 6.0.0 the groupId changes from com.typesafe.play to org.playframework. To add this project as dependency you now have to use:
    libraryDependencies ++= Seq(
      "org.playframework" %% "play-slick" % "6.0.0",
      "org.playframework" %% "play-slick-evolutions" % "6.0.0"
    )
    
  • This release supports (actually requires) Play 3.0.
  • It uses slick version 3.4.1 (even though in previous release candidates unstable slick 3.5 was used already).
  • It does not support Scala 3 yet, we are waiting for a stable slick 3.5 release, meanwhile you can follow:

Noteworthy pull requests merged for this release:

  • #797 Play 3.0.0 by @mkurz
  • #789 Switch to org.playframework and Play 3 by @mkurz
  • #696 Drop Java 8 by @mkurz

Changes

  • #803 Downgrade to Slick v3.4.1, so that Play v3 based version can be released by @marko-asplund
  • #799 Correct versions in README by @mkurz
  • #796 Patch updates (backport #795) by @scala-steward
  • #793 Move scala steward conf into .github folder by @mkurz
  • #790 remove -Xmigration by @xuwei-k
  • #791 Revert "Temporary disable MiMa checks" by @mkurz
  • #773 Drop interplay by @ihostage
  • #784 MiMa should check Scala 3 artifacts by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.2.0

6 months ago

Noteworthy

  • This release supports Play 2.9.
  • It uses slick version 3.4.1 (even though in previous release candidates unstable slick 3.5 was used already).
  • It does not support Scala 3 yet, we are waiting for a stable slick 3.5 release, meanwhile you can follow:

Noteworthy pull requests merged for this release:

  • #798 Play 2.9.0 by @mkurz
  • #696 Drop Java 8 by @mkurz

Changes

  • #804 [5.2.x] Use stable slick 3.4 and drop out-of-the-box Scala 3 support for now by @mkurz
  • #801 [5.2.x] Correct version in docs by @mkurz
  • #800 [5.2.x] Correct versions in README by @mkurz
  • #795 [5.2.x] Patch updates by @scala-steward
  • #794 [5.2.x] Move scala steward conf into .github folder by @mkurz
  • #788 [5.2.x] Play 2.9.0-RC3 (was 2.9.0-RC2) (backport #787) by @scala-steward
  • #783 [5.2.x] Adjust branch for GHA workflows by @mkurz
  • #779 Play 2.9 release candidate by @mkurz
  • #782 h2 2.2.224 (was 2.2.222) by @mkurz
  • #781 sbt 1.9.6 by @mkurz
  • #780 Group Scala Steward patch updates into single PR by @mkurz
  • #778 sbt 1.9.5 by @mkurz
  • #777 sbt 1.9.5 by @mkurz
  • #774 Update h2 to 2.2.222 by @scala-steward
  • #775 Update sbt-scalafmt to 2.5.2 by @scala-steward
  • #776 Update scalafmt-core to 3.7.14 by @scala-steward
  • #772 Upgrade interplay by @mkurz
  • #771 Scala 2.13.12 by @mkurz
  • #768 Update scala3-library to 3.3.1 by @scala-steward
  • #769 Update sbt-scalafmt to 2.5.1 by @scala-steward
  • #770 Update scalafmt-core to 3.7.13 by @scala-steward
  • #767 Update interplay to 3.1.3 by @scala-steward
  • #765 Update scala3-library to 3.3.1-RC6 by @scala-steward
  • #766 Update sbt to 1.9.4 by @scala-steward
  • #764 Play 2.9.0 M7 by @mkurz
  • #762 Update scalafmt-core to 3.7.12 by @scala-steward
  • #760 Update sbt to 1.9.3 by @scala-steward
  • #759 Update sbt-mima-plugin to 1.1.3 by @scala-steward
  • #758 Update scalafmt-core to 3.7.10 by @scala-steward
  • #757 Make dbConfig lazy to fix Scala 3 error by @mkurz
  • #751 Scala 3 by @xuwei-k
  • #755 Update scalafmt-core to 3.7.9 by @scala-steward
  • #752 Update interplay to 3.1.1 by @scala-steward
  • #753 Update sbt to 1.9.2 by @scala-steward
  • #754 Update scalafmt-core to 3.7.8 by @scala-steward
  • #749 Update h2 to 2.2.220 by @scala-steward
  • #750 Update scalafmt-core to 3.7.7 by @scala-steward
  • #747 Update scalafmt-core to 3.7.5 by @scala-steward
  • #746 Update sbt to 1.9.1 by @scala-steward
  • #745 Latest Play by @mkurz
  • #744 Scala 2.13.11 by @mkurz
  • #740 Update interplay to 3.1.0 by @scala-steward
  • #741 Update play, play-docs-sbt-plugin, ... to 2.9.0-M5 by @scala-steward
  • #742 Update scalafmt-core to 3.7.4 by @scala-steward
  • #743 Update sbt to 1.9.0 by @scala-steward
  • #739 Update sbt to 1.8.3 by @scala-steward
  • #738 Update interplay to 3.1.0-RC14 by @scala-steward
  • #737 Update copyright by @mkurz
  • #735 Update sbt-ci-release to 1.5.12 by @scala-steward
  • #736 Update interplay to 3.1.0-RC12 by @scala-steward
  • #733 Update play, play-docs-sbt-plugin, ... to 2.9.0-M4 by @scala-steward
  • #732 Play 2.9.0-M3 / Fix dependency tree by @mkurz
  • #729 Update sbt-mima-plugin to 1.1.2 by @scala-steward
  • #730 Update scalafmt-core to 3.7.3 by @scala-steward
  • #727 Update interplay to 3.1.0-RC10 by @scala-steward
  • #726 Update data for pom.xml by @mkurz
  • #725 Remove old copyright by @mkurz
  • #724 Update links by @mkurz
  • #721 Update interplay to 3.1.0-RC9 by @scala-steward
  • #722 Update scalafmt-core to 3.7.2 by @scala-steward
  • #723 Set up sbt dependency submission by @mkurz
  • #720 Update interplay to 3.1.0-RC8 by @scala-steward
  • #719 Upgrade logback conf to new canonical format by @mkurz
  • #717 Switch from coloredLevel to %highlight(%-5level) by @mkurz
  • #716 Update interplay to 3.1.0-RC7 by @scala-steward
  • #715 Update scalafmt-core to 3.7.1 by @scala-steward
  • #713 Update sbt to 1.8.2 by @scala-steward
  • #712 Update sbt-scalafmt to 2.5.0 by @scala-steward
  • #711 Update sbt to 1.8.0 by @scala-steward
  • #710 interplay 3.1.0-RC6 by @mkurz
  • #697 Revert "Workaround scala-xml conflicts" by @mkurz
  • #709 Update scalafmt-core to 3.6.1 by @scala-steward
  • #707 Update sbt-ci-release to 1.5.11 by @scala-steward
  • #706 Link to .github/RELEASING.md by @mkurz
  • #705 Use contributor guidelines from .github repo by @mkurz
  • #704 Update scalafmt-core to 3.6.0 by @scala-steward
  • #703 Use the mergify config from the .github repo by @mkurz
  • #702 Latest scala sbt versions by @mkurz
  • #699 Semantic Scala version selector expression in workflows by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.2.0-RC1

8 months ago

Noteworthy

  • #696 Drop Java 8 by @mkurz
  • #751 Scala 3 by @xuwei-k
  • #779 Play 2.9 release candidate by @mkurz

Changes

  • #782 h2 2.2.224 (was 2.2.222) by @mkurz
  • #781 sbt 1.9.6 by @mkurz
  • #780 Group Scala Steward patch updates into single PR by @mkurz
  • #778 sbt 1.9.5 by @mkurz
  • #777 sbt 1.9.5 by @mkurz
  • #772 Upgrade interplay by @mkurz
  • #771 Scala 3.3.1 / 2.13.12 by @mkurz
  • #764 Play 2.9.0 M7 by @mkurz
  • #763 Scala 3.3.1-RC5 by @mkurz
  • #756 Try Scala 3.3.1-RC4 by @mkurz
  • #757 Make dbConfig lazy to fix Scala 3 error by @mkurz
  • #745 Latest Play by @mkurz
  • #744 Scala 2.13.11 by @mkurz
  • #737 Update copyright by @mkurz
  • #734 Scala 3.3.0-RC5 by @mkurz
  • #732 Play 2.9.0-M3 / Fix dependency tree by @mkurz
  • #726 Update data for pom.xml by @mkurz
  • #725 Remove old copyright by @mkurz
  • #724 Update links by @mkurz
  • #723 Set up sbt dependency submission by @mkurz
  • #719 Upgrade logback conf to new canonical format by @mkurz
  • #717 Switch from coloredLevel to %highlight(%-5level) by @mkurz
  • #710 interplay 3.1.0-RC6 by @mkurz
  • #697 Revert "Workaround scala-xml conflicts" by @mkurz
  • #706 Link to .github/RELEASING.md by @mkurz
  • #705 Use contributor guidelines from .github repo by @mkurz
  • #703 Use the mergify config from the .github repo by @mkurz
  • #702 Latest scala sbt versions by @mkurz
  • #699 Semantic Scala version selector expression in workflows by @mkurz

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.1.0

1 year ago

Upgrades slick to 3.4.1

Changes

  • #688 sbt 1.7 by @mkurz
  • #694 Update sbt-mima-plugin to 1.1.1 by @scala-steward
  • #693 Update slick, slick-hikaricp to 3.4.1 by @scala-steward
  • #692 🔄 Synced file(s) with playframework/.github by @ihostage
  • #691 Update slick, slick-hikaricp to 3.4.0 by @scala-steward
  • #690 Update scalafmt-core to 3.5.9 by @scala-steward
  • #685 Update play-docs-sbt-plugin, ... to 2.8.16 by @scala-steward
  • #686 Update scala-library to 2.12.16 by @scala-steward
  • #687 Update scalafmt-core to 3.5.8 by @scala-steward
  • #684 Update h2 to 2.1.214 by @scala-steward
  • #680 GitHub actions last round + badges by @mkurz
  • #676 Introduce sbt-ci-release by @mkurz
  • #670 Update scalafmt-core to 3.5.2 by @scala-steward
  • #674 Use secrets inherit for publish workflow by @mkurz
  • #673 Switch to cmd.yml by @mkurz
  • #672 Migrate to GitHub actions by @BillyAutrey
  • #671 Nicer sbt-dynver config by @mkurz
  • #669 Update h2 to 2.1.212 by @scala-steward
  • #667 Update scalafmt-core to 3.5.1 by @scala-steward
  • #668 Update sbt-mima-plugin to 1.1.0 by @scala-steward
  • #666 Update scalafmt-core to 3.5.0 by @scala-steward
  • #665 Switch to GitHub Discussions (+ rm outdated Google Groups) by @mkurz
  • #664 Update play-docs-sbt-plugin, ... to 2.8.15 by @scala-steward
  • #663 Update play-docs-sbt-plugin, ... to 2.8.14 by @scala-steward
  • #662 Update scalafmt-core to 3.4.3 by @scala-steward
  • #660 Add release drafter with configs from .github repo by @mkurz
  • #658 Rename master branch to main by @mkurz
  • #657 Update scalafmt-core to 3.4.2 by @scala-steward
  • #655 Update sbt to 1.6.2 by @scala-steward
  • #652 Update scalafmt-core to 3.4.0 by @scala-steward
  • #654 Migrate samples from play-slick repo to play-samples repo (backport #653) by @mergify
  • #651 Scalafmt 3.3.3 by @tototoshi
  • #650 Update sbt-mima-plugin to 1.0.1 by @scala-steward
  • #614 Update scala-library to 2.13.8 by @scala-steward
  • #649 fix warning in build.sbt by @xuwei-k
  • #636 Update sbt to 1.6.1 by @scala-steward
  • #595 Update sbt-mima-plugin to 0.9.2 by @scala-steward
  • #643 Update interplay to 3.0.5 by @scala-steward
  • #613 Update scala-library to 2.12.15 by @scala-steward
  • #633 Update sbt-scalafmt to 2.4.6 by @scala-steward
  • #644 Update play-docs-sbt-plugin, ... to 2.8.13 by @scala-steward
  • #645 Update h2 to 2.1.210 by @scala-steward
  • #605 fix Auto-application warnings by @xuwei-k
  • #603 fix Symbol literal warnings by @xuwei-k
  • #604 use new slash syntax instead of deprecated in by @xuwei-k
  • #601 add explicit type annotations for implicit val by @xuwei-k
  • #641 @deprecated annotation needs to be constant by @mkurz
  • #581 Update scalafmt-core to 2.7.5 by @scala-steward
  • #593 Remove bintray resolver + upgrade dependencies to fix nightly build by @mkurz
  • #590 Update play-docs-sbt-plugin, ... to 2.8.8 by @scala-steward
  • #576 Update slick, slick-hikaricp to 3.3.3 by @scala-steward
  • #592 Update sbt-mima-plugin to 0.9.1 by @scala-steward
  • #589 Update interplay to 3.0.3 by @scala-steward
  • #560 Clarify Community Driven status in README by @raboof
  • #568 Update sbt-dynver to 4.1.1 by @scala-steward
  • #567 Mergify: merge-when-green by @octonato
  • #562 Update sbt to 1.3.12 by @scala-steward
  • #557 Update sbt-scalafmt to 2.4.0 by @scala-steward
  • #559 Update scalafmt-core to 2.5.3 by @scala-steward
  • #558 Update play-docs-sbt-plugin, ... to 2.8.2 by @scala-steward
  • #549 Update sbt-mima-plugin to 0.7.0 by @scala-steward
  • #554 Update sbt to 1.3.10 by @scala-steward
  • #553 Update sbt-scalafmt to 2.3.4 by @scala-steward
  • #548 Update scalafmt-core to 2.4.2 by @scala-steward
  • #544 Update the docs and formatting by @wsargent
  • #545 update docs for version 5.0.0 by @domdorn
  • #543 Remove probot settings by @octonato
  • #538 Update play-docs-sbt-plugin, ... to 2.8.1 by @scala-steward
  • #541 Update sbt to 1.3.8 by @scala-steward
  • #542 Update sbt-mima-plugin to 0.6.4 by @scala-steward
  • #537 Update sbt-scalafmt to 2.3.1 by @scala-steward
  • #536 Update sbt to 1.3.7 by @scala-steward
  • #534 Update sbt 1.3.6 and fix coursier cache by @octonato
  • #533 Merge branch 5.0.x into master by @octonato
  • #532 Update sbt to 1.3.6 by @scala-steward
  • #529 Update interplay to 3.0.0 by @scala-steward
  • #530 Mergify aligment by @octonato
  • #528 branch-merge-5.0.x (f5c914b) by @octonato
  • #527 Update compatibility matrix for 5.0.0 release by @octonato
  • #526 Use sbt-dynver by @octonato
  • #525 [5.0.x]: Configure mima to run against 5.0.0 version by @marcospereira
  • #524 Update sbt to 1.3.5 by @scala-steward
  • #523 Remove usage of playOmnidoc by @ignasi35

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.0.2

2 years ago

Changes

  • #678 [5.0.x] Correct profile name for publishing by @mkurz
  • #677 [5.0.x] Various Backports by @mkurz
  • #661 [5.0.x] Add release drafter with configs from .github repo by @mkurz
  • #659 [5.0.x] Rename master branch to main by @mkurz
  • #653 Migrate samples from play-slick repo to play-samples repo by @Max-AR
  • #646 Add missing documentation for 5.0.x by @Max-AR
  • #642 @deprecated annotation needs to be constant (backport #641) by @mergify
  • #534 Update sbt 1.3.6 and fix coursier cache by @octonato
  • #527 Update compatibility matrix for 5.0.0 release by @octonato
  • #526 Use sbt-dynver by @octonato
  • #525 [5.0.x]: Configure mima to run against 5.0.0 version by @marcospereira

:heart: Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor. You can also individually sponsor the project by becoming a backer.

:bow: Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. Special thanks to all code contributors who helped with this particular release (they are listed below)!

5.0.0

2 years ago

Released Dec 12, 2019