From 6a37cefc09589d50f7087444a9bfc149bac5b0ca Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Sat, 8 Nov 2025 11:49:04 +0100 Subject: [PATCH] 2.0.5 CHANGELOG --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983fdc6..ca4652f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changes +## 2.0.5 (8 November 2025) + +### Security + +Add a mitigation for certain DOS attacks using adverserial brotli payloads, see #266 + +### Backwards incompatible changes + +Fail to start when using non-sqlite for snappea, See #252 + +Since this was always recommended against, and probably broken anyway, this is not +expected to be backwards incompatible _in practice_, but it is at least in prinicple. + + +### Other changes + +* Markdown stacktrace: render with all frames, See 9cb89ecf46a7 +* Add database vendor, version and machine arch to phonehome message, see d8fef759cabc +* Fix redirect on single-click actions when hosting at subdomain, Fix #250 +* 'poor mans's DB lock: lock the right DB; See e55c0eb417e2, and #252 for context +* Add more warnings about using non-sqlite for snappea in the conf templates, See #252 +* `parse_timestamp`: _actually_ parse as UTC when timezone not provided, see 8ad7f9738085 +* Add debug setting for email-sending, Fix #86 +* docker-compose-sample.yaml: more clearly email:password, See #261 +* create snappea database on Docker start rather than image build, See #244 + ## 2.0.4 (9 October 2025) * `convert_mariadb_uuids` command to fix UUID column problems on MariaDB