Skip to content

Releases: playframework/play-slick

Play Slick 6.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:59
6.2.0
892bb34

Changes

❤️ 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.

🙇 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)!

Play Slick 5.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:59
5.4.0
e0d5ec8

Changes

❤️ 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.

🙇 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)!

Play Slick 6.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:37
6.1.1
22dd38c

Changes

❤️ 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.

🙇 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)!

Play Slick 5.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:37
5.3.1
452f63a

Changes

❤️ 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.

🙇 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)!

Play Slick 6.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 09:20
6.1.0
f2bfe9d

Finally comes with Scala 3 support thanks to Slick 3.5.0! 🥳

  • #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

❤️ 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.

🙇 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)!

Play Slick 5.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 09:20
5.3.0
dfc82e6

Finally comes with Scala 3 support thanks to Slick 3.5.0! 🥳

  • #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

❤️ 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.

🙇 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)!

Play Slick 6.1.0-RC1

Play Slick 6.1.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Feb 21:30
6.1.0-RC1
168cf30

Noteworthy

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

Changes

❤️ 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.

🙇 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)!

Play Slick 5.3.0-RC1

Play Slick 5.3.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Feb 21:26
5.3.0-RC1
8ebb10a

Noteworthy

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

Changes

❤️ 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.

🙇 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)!

Play Slick 6.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 14:24
6.0.0
08de520

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:

Changes

❤️ 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.

🙇 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)!

Play Slick 5.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 14:12
5.2.0
b5e2dbf

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:

Changes

❤️ 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.

🙇 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)!