|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 1.9.0 |
| 4 | + |
| 5 | +1.9.0 (compared to 1.8.7) contains several testing changes, along with content improvements: |
| 6 | + |
| 7 | +- The RPKI test [is now included in the total test score](https://github.com/internetstandards/Internet.nl/issues/745) |
| 8 | + and its worst score is now a failure. |
| 9 | + Note that, as the score is evenly divided over all major categories, the score impact from each individual major |
| 10 | + category has been reduced. Therefore, scoring success on RPKI but fail on other tests, may result in a higher score |
| 11 | + than with 1.8. See the [scoring documentation](https://github.com/internetstandards/Internet.nl/blob/main/documentation/scoring.md) |
| 12 | + for details on the scoring algorithm. |
| 13 | +- [Improvements in the null MX recommendation](https://github.com/internetstandards/Internet.nl/issues/989) based on SPF values. |
| 14 | +- SPF test now [correctly counts include/redirect for the 10 lookup limit](https://github.com/internetstandards/Internet.nl/issues/1336). |
| 15 | +- All tests, except some parts of TLS, now use a [standard User-Agent format](https://github.com/internetstandards/Internet.nl/issues/1224) |
| 16 | + which can also be modified for third party deployments. |
| 17 | +- Update to the [latest version of sectxt](https://github.com/internetstandards/Internet.nl/issues/1046) |
| 18 | + which includes detection of BOM, unknown fields, and several PGP issues. |
| 19 | + |
| 20 | +Internal changes: |
| 21 | +- CI now detects missing or conflicting database migrations. |
| 22 | +- Many documentation improvements. |
| 23 | +- Improvements in customisability for forked versions. |
| 24 | + |
| 25 | +For all issues, see the [1.9 milestone](https://github.com/internetstandards/Internet.nl/issues?q=milestone%3Av1.9), |
| 26 | +though some of those were backported to 1.8 already. |
| 27 | + |
| 28 | +## 1.8.7 |
| 29 | + |
| 30 | +1.8.7 mainly contains various important fixes to support batch deployment. |
| 31 | + |
| 32 | +* Updated sectxt to use a patched version of PGPy with a fix for a |
| 33 | + [catastrophic regex backtracking issue](https://github.com/SecurityInnovation/PGPy/pull/467) |
| 34 | +* Updated nassl to fix memory leak in OCSP check. |
| 35 | +* Connection test zones are now re-signed every week instead of every month. |
| 36 | +* Support for new Docker (compose) versions and some checks for incompatible versions. |
| 37 | +* Many updates to the Docker setup to handle issues with large batch jobs |
| 38 | +* Extensions in Grafana dashboards for batch monitoring. |
| 39 | +* Various improvements to CI UX. |
| 40 | + |
3 | 41 | ## 1.8.6
|
4 | 42 |
|
5 | 43 | Functional changes:
|
|
0 commit comments