Skip to content

Commit 4f8c618

Browse files
committed
documentation(release): update documentation for release 1.8.0
1 parent 55ca839 commit 4f8c618

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

documentation/manual/home.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
189189
New versions of Play include certain changes. Check older release notes for:
190190

191191
# "About Play releases":releases/releases
192+
# "Play 1.8.0":releases/release1.8.x/releasenotes-1.8.0
192193
# "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1
193194
# "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0
194195
# "Play 1.6.0":releases/release1.6.x/releasenotes-1.6.0
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
h1. Play 1.8.0 -- Release notes
2+
3+
Play 1.8.0 has been released of the master branch.
4+
5+
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.
6+
7+
8+
h2. What's new in Play 1.8.0
9+
10+
* [#1428](https://github.com/playframework/play1/issues/1428): add support for java 18, 19.
11+
12+
h2. What's fixed in Play 1.8.0
13+
14+
* [#1407](https://github.com/playframework/play1/issues/1407): Cleanup code
15+
* [#1417](https://github.com/playframework/play1/issues/1417): Updated dependencies as of 20220618
16+
* [#1425](https://github.com/playframework/play1/issues/1425): Updated dependencies
17+
* [#1430](https://github.com/playframework/play1/issues/1430): NullPointer in JPABase.cascadeOrphans() caused by unused lines
18+
* [#1431](https://github.com/playframework/play1/issues/1431): Bugfix/1430 do not get unused value
19+
* [#1432](https://github.com/playframework/play1/issues/1432): Better compatibility with Hibernate Envers
20+
* [#1433](https://github.com/playframework/play1/issues/1433): about play 1.7.1 log problem
21+
* [#1437](https://github.com/playframework/play1/issues/1437): "play auto-test" can return a exit code zero when the tests don't run
22+
* [#1435](https://github.com/playframework/play1/issues/1435): #1437: play auto-test can return an exit code of zero when the teà
23+
* [#1438](https://github.com/playframework/play1/issues/1438): Upgrade Commons Lang
24+
* [#1440](https://github.com/playframework/play1/issues/1440): Fix warnings with generics
25+
* [#1441](https://github.com/playframework/play1/issues/1441): Dependency update 20230106
26+
* [#1444](https://github.com/playframework/play1/issues/1444): Fix missing HTTPMessage.getHeader()
27+
* [#1446](https://github.com/playframework/play1/issues/1446): Removed support for python 2.x in github action
28+
* [#1447](https://github.com/playframework/play1/issues/1447): [#1146] test(python): use python 3 for build instead of deprecated python2
29+
* [#1448](https://github.com/playframework/play1/issues/1448): Updated 3rd party dependencies
30+
* [#1459](https://github.com/playframework/play1/issues/1459): Updated 3rd party dependencies
31+
* [#1460](https://github.com/playframework/play1/issues/1460): Removed Python imp dependency
32+
* [#1465](https://github.com/playframework/play1/issues/1465): #1457 python imp module
33+
* [#1466](https://github.com/playframework/play1/issues/1466): Python AttributeError: module 'time' has no attribute 'clock'
34+
* [#1467](https://github.com/playframework/play1/issues/1467): #1466 The clock function was removed from time module in Python 3.8
35+
* [#1469](https://github.com/playframework/play1/issues/1469): feat(YamlParser): add SafeConstructor to enforce security

documentation/manual/releases/releases.textile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ h1. About Play releases
22

33
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.
44

5+
h2. Play 1.8.x
6+
7+
# "Play 1.8.0":release1.8.x/releasenotes-1.8.0
8+
59
h2. Play 1.7.x
610

711
# "Play 1.7.1":release1.7.x/releasenotes-1.7.1
@@ -52,4 +56,4 @@ h2. Play 1.0.x
5256

5357
# "Play 1.0.3":release1.0.x/releasenotes-1.0.3
5458
# "Play 1.0.2":release1.0.x/releasenotes-1.0.2
55-
# "Play 1.0.1":release1.0.x/releasenotes-1.0.1
59+
# "Play 1.0.1":release1.0.x/releasenotes-1.0.1

0 commit comments

Comments
 (0)