diff --git a/documentation/manual/home.textile b/documentation/manual/home.textile index 5c2be8b276..3ed0415926 100644 --- a/documentation/manual/home.textile +++ b/documentation/manual/home.textile @@ -189,6 +189,7 @@ h2. Version notes New versions of Play include certain changes. Check older release notes for: # "About Play releases":releases/releases +# "Play 1.8.0":releases/release1.8.x/releasenotes-1.8.0 # "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1 # "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0 # "Play 1.6.0":releases/release1.6.x/releasenotes-1.6.0 diff --git a/documentation/manual/releases/release1.8.x/releasenotes-1.8.0.textile b/documentation/manual/releases/release1.8.x/releasenotes-1.8.0.textile new file mode 100644 index 0000000000..527637736f --- /dev/null +++ b/documentation/manual/releases/release1.8.x/releasenotes-1.8.0.textile @@ -0,0 +1,35 @@ +h1. Play 1.8.0 -- Release notes + +Play 1.8.0 has been released of the master branch. + +The changes in this release are listed in [1.8.0 on github](https://github.com/playframework/play1/issues?q=milestone%3A1.8.0+) including 22 resolved tickets. + + +h2. What's new in Play 1.8.0 + +* [#1428](https://github.com/playframework/play1/issues/1428): add support for java 18, 19. + +h2. What's fixed in Play 1.8.0 + +* [#1407](https://github.com/playframework/play1/issues/1407): Cleanup code +* [#1417](https://github.com/playframework/play1/issues/1417): Updated dependencies as of 20220618 +* [#1425](https://github.com/playframework/play1/issues/1425): Updated dependencies +* [#1430](https://github.com/playframework/play1/issues/1430): NullPointer in JPABase.cascadeOrphans() caused by unused lines +* [#1431](https://github.com/playframework/play1/issues/1431): Bugfix/1430 do not get unused value +* [#1432](https://github.com/playframework/play1/issues/1432): Better compatibility with Hibernate Envers +* [#1433](https://github.com/playframework/play1/issues/1433): about play 1.7.1 log problem +* [#1437](https://github.com/playframework/play1/issues/1437): "play auto-test" can return a exit code zero when the tests don't run +* [#1435](https://github.com/playframework/play1/issues/1435): #1437: play auto-test can return an exit code of zero when the teĆ  +* [#1438](https://github.com/playframework/play1/issues/1438): Upgrade Commons Lang +* [#1440](https://github.com/playframework/play1/issues/1440): Fix warnings with generics +* [#1441](https://github.com/playframework/play1/issues/1441): Dependency update 20230106 +* [#1444](https://github.com/playframework/play1/issues/1444): Fix missing HTTPMessage.getHeader() +* [#1446](https://github.com/playframework/play1/issues/1446): Removed support for python 2.x in github action +* [#1447](https://github.com/playframework/play1/issues/1447): [#1146] test(python): use python 3 for build instead of deprecated python2 +* [#1448](https://github.com/playframework/play1/issues/1448): Updated 3rd party dependencies +* [#1459](https://github.com/playframework/play1/issues/1459): Updated 3rd party dependencies +* [#1460](https://github.com/playframework/play1/issues/1460): Removed Python imp dependency +* [#1465](https://github.com/playframework/play1/issues/1465): #1457 python imp module +* [#1466](https://github.com/playframework/play1/issues/1466): Python AttributeError: module 'time' has no attribute 'clock' +* [#1467](https://github.com/playframework/play1/issues/1467): #1466 The clock function was removed from time module in Python 3.8 +* [#1469](https://github.com/playframework/play1/issues/1469): feat(YamlParser): add SafeConstructor to enforce security diff --git a/documentation/manual/releases/releases.textile b/documentation/manual/releases/releases.textile index ea327f932a..90d795b38f 100644 --- a/documentation/manual/releases/releases.textile +++ b/documentation/manual/releases/releases.textile @@ -2,6 +2,10 @@ h1. About Play releases You can download Play releases "here":https://www.playframework.com/download. Each release has a Migration Guide that explains how to upgrade from the previous release. +h2. Play 1.8.x + +# "Play 1.8.0":release1.8.x/releasenotes-1.8.0 + h2. Play 1.7.x # "Play 1.7.1":release1.7.x/releasenotes-1.7.1 @@ -52,4 +56,4 @@ h2. Play 1.0.x # "Play 1.0.3":release1.0.x/releasenotes-1.0.3 # "Play 1.0.2":release1.0.x/releasenotes-1.0.2 -# "Play 1.0.1":release1.0.x/releasenotes-1.0.1 \ No newline at end of file +# "Play 1.0.1":release1.0.x/releasenotes-1.0.1