Releases: playframework/play-ebean
Play Ebean 6.2.0-RC7
Important notes
See the release notes of the previous 6.2.0-RC4 release!
Changes
- #302 Fix PersistenceException in production by @PromanSEW
- #296 GitHub actions last round + badges by @mkurz
- #294 Fix Ebean version in readme by @PromanSEW
- #292 Fixed some warnings by @PromanSEW
- #289 New RC by @mkurz
❤️ 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 Ebean 6.2.0-RC6
Important notes
See the release notes of the previous 6.2.0-RC4 release!
Changes
- #288 Remove deprecated method by @PromanSEW
❤️ 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 Ebean 6.2.0-RC5
Important notes
See the release notes of the previous 6.2.0-RC4 release!
Changes
- #239 Update reflections to 0.10.2 by @scala-steward
- #281 Ebean 13.6.0 compatibility by @PromanSEW
- #286 Use secrets inherit for publish workflow by @mkurz
- #285 Switch to cmd.yml by @mkurz
- #284 Mergify by @mkurz
- #283 Switch to GHA by @mkurz
- #279 Fix Scalafmt config by @PromanSEW
- #282 Fix version in docs by @PromanSEW
- #267 Update scalafmt-core to 3.5.2 by @scala-steward
- #268 Update sbt-header to 5.7.0 by @scala-steward
- #274 Update ebean-agent to 13.5.0 by @scala-steward
- #275 Update ebean-ddl-generator to 13.5.0 by @scala-steward
- #276 Update ebean to 13.5.0 by @scala-steward
- #271 Remove sbt-dynver, comes with sbt-ci-releaes anyway by @mkurz
- #270 Nicer sbt-dynver config by @mkurz
- #261 Update sbt-mima-plugin to 1.1.0 by @scala-steward
- #255 Upgrade Play in docs by @mkurz
- #253 Update filters-helpers, play-guice, ... to 2.8.15 by @scala-steward
- #251 Update ebean-agent to 12.16.1 by @scala-steward
- #248 Ebean agent has the same version by @PromanSEW
- #247 Update ebean-agent to 12.16.0 by @scala-steward
- #245 Update ebean-agent to 12.15.1 by @scala-steward
- #237 Update ebean, ebean-ddl-generator to 12.8.3 by @scala-steward
- #233 Update typesafe:config to 1.4.2 by @scala-steward
- #238 Update ebean-agent to 12.8.4 by @scala-steward
- #243 Update sbt-mima-plugin to 1.0.1 by @scala-steward
- #236 Update sbt-header to 5.6.5 by @scala-steward
- #241 Update sbt-scalafmt to 2.4.6 by @scala-steward
- #240 Update sbt to 1.6.2 by @scala-steward
- #234 Update sbt-mima-plugin to 0.9.2 by @scala-steward
- #242 Update scalafmt-core to 2.7.5 by @scala-steward
- #232 Update sbt-jacoco to 3.4.0 by @scala-steward
- #231 Add release drafter with configs from .github repo by @mkurz
- #229 Rename master branch to main by @mkurz
❤️ 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)!
6.2.0-RC4
Important notes
Change of groupId
You need to change com.typesafe.sbt
to com.typesafe.play
in your project/plugins.sbt
:
// in project/plugins.sbt
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean" % "6.2.0-RC4")
(No need to add any resolvers, because the release was published to Maven Central 😉)
Minimal sbt version
play-ebean 6.2.0-RC4
requires sbt 1.4 or newer (We highly recommend to use latest sbt 1.6.1!)
Play enhancer got removed
That means getters and setter are not generated automatically anymore. That can break Play's form binding as well as Ebean's lazy loading feature. You need to add getters and setter yourself now.
Also see this discussion and #228.
Ebean version
The Ebean version was upgraded to 12.8.1
Changes
- Publish to maven central
- com.typesafe.sbt -> com.typesafe.play #227 by @mkurz
- Upgrade versions #226 by @mkurz
- Fixes #208 - Support sbt 1.4.x+ #219 by @jmswenski
- Remove secrets (provided via Travis UI now) #204 by @ennru
- Setting up Travis CI Deployment #203 by @jmswenski
- Changed preferred name DB and Database instead of Ebean and EbeanServer with ebean v12.1.13. #200 by @kundan59
- Adding MiMa plugin for travis build #202 by @jmswenski
- Travis: use build stages and matrix #197 by @ennru
- feat: upgrade to play 2.8.2 & ebean 12.1.13 (#194) #198 by @jmswenski
6.2.0-RC3
fix missing sonatypeProfileName flag - 2 (#224)
6.2.0-RC2
fix missing sonatypeProfileName flag (#223)
6.1.0-RC2
Changes
- Plugin Repo Name sbt-play-ebean --> play-ebean #205 by @jmswenski
6.1.0-RC1
Changes
- Remove secrets (provided via Travis UI now) #204 by @ennru
- Setting up Travis CI Deployment #203 by @jmswenski
- Changed preferred name DB and Database instead of Ebean and EbeanServer with ebean v12.1.13. #200 by @kundan59
- Adding MiMa plugin for travis build #202 by @jmswenski
- Travis: use build stages and matrix #197 by @ennru
- feat: upgrade to play 2.8.2 & ebean 12.1.13 (#194) #198 by @jmswenski
6.0.0
Released Feb 11, 2020
feat: upgrade to play 2.8.1 & ebean 11.45.1 (#192)
- feat: upgrade to play 2.8.0
- included jaxb as a transitive dependency, since ebean requires it and if not included then this plugin will not work out of the box with Java 11
- feat: java 11 travis tests must pass
- previously java 1 tests where allowed to fail
- rfac: upgrade to play 2.8.1
❤️ 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.