11jsoup changelog
22
3- *** Release 1.14.1 [PENDING ]
3+ *** Release 1.14.1 [2021-Jul-10 ]
44 * Change: updated the minimum supported Java version from Java 7 to Java 8.
55
66 * Change: updated the minimum Android API level from 8 to 10.
@@ -13,9 +13,8 @@ jsoup changelog
1313 you may need to make a code update.
1414 <https://github.com/jhy/jsoup/issues/1431>
1515
16- * Change: the org.jsoup.Connection interface has been modified to introduce new methods for sessions and the cookie store.
17- If you have a custom implementation of this interface, you will need to add implementations of these methods.
18- (jsoup supports Java 7, so default interface implementations are not available.)
16+ * Change: the org.jsoup.Connection interface has been modified to introduce new methods for sessions and the cookie
17+ store. If you have a custom implementation of this interface, you will need to add implementations of these methods.
1918
2019 * Improvement: added HTTP request session management support with Jsoup.newSession(). This extends the Connection
2120 implementation to support (optional) sessions, which allow request defaults (timeout, proxy, etc) to be set once and
@@ -75,9 +74,16 @@ jsoup changelog
7574 * Improvement: clean up relative URLs with too many .. segments better.
7675 <https://github.com/jhy/jsoup/pull/1482>
7776
77+ * Build Improvement: integrated jsoup into the OSS Fuzz project, which semi-randomly generates millions of different
78+ HTML and XML input files, searching for areas to improve in the parser for increased robustness and throughput.
79+ <https://github.com/jhy/jsoup/issues/1502>
80+
81+ * Build Improvement: integrated with GitHub's CodeQL static code analyzer.
82+ <https://github.com/jhy/jsoup/pull/1494>
83+
7884 * Build Improvement: moved to GitHub Workflows for build verification.
7985
80- * Build Improvement: updated Jetty (used for integration tests; not bundled) to 9.4.35.v2020112 .
86+ * Build Improvement: updated Jetty (used for integration tests; not bundled) to 9.4.42 .
8187
8288 * Build Improvement: added nullability annotations and initial settings.
8389 <https://github.com/jhy/jsoup/pull/1467>
0 commit comments