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