Skip to content

Commit

Permalink
Merge pull request #1470 from xael-fry/prepare_release_1.8.0
Browse files Browse the repository at this point in the history
documentation(release): update documentation for release 1.8.0
  • Loading branch information
xael-fry committed Mar 1, 2024
2 parents a9ed21f + 4f8c618 commit b80ed47
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/manual/home.textile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
# "Play 1.0.1":release1.0.x/releasenotes-1.0.1

0 comments on commit b80ed47

Please sign in to comment.