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