Merge branch 'v1.1-dev' as v1.1.5
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ### Fixed
8
9 - Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues.
10 - Issue with SQLite backend causing admin details about subscriptions to show errors.
11 - Verifications will not be attempted until their topics become active, reducing worker activity in certain situations.
12
13 ## [v1.1.4] - 2021-08-16
14
15 ### Fixed
16
17 - Prevent task processor from being re-invoked if it is already running.
18
19 ### Added
20
21 - Allow more configuration of html page content.
22
23 ## [v1.1.3] - 2021-08-13
24
25 ### Fixed
26
27 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
28
29 ## [v1.1.2] - 2021-08-11
30
31 ### Added
32
33 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
34
35 ### Fixed
36
37 - Feed parser could return a non-list for a single link entry, handle that case.
38
39 ## [v1.1.1] - 2021-08-09
40
41 ### Fixed
42
43 - Parsing of topic content-types which include encoding.
44
45 ## [v1.1.0] - 2021-08-08
46
47 ### Added
48
49 - Caching of topic contents for Postfix database backends. This should greatly reduce the db load when many subscribers to a topic are delivered an update.
50 - Minor cleanup to generated HTML pages.
51
52 ## [v1.0.0] - 2021-08-01
53
54 ### Added
55
56 - Everything. MVP first stable release.
57
58 ---
59
60 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.1.4
61 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
62 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
63 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
64 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
65 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
66 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0