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