add a screenshot to readme
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [v1.3.3] - 2022-01-03
6
7 ### Fixed
8
9 - Refactor of authenticated sessions and HTML template rendering, split into sub-modules.
10 - Dependency updates.
11
12 ## [v1.3.2] - 2021-12-29
13
14 ### Fixed
15
16 - Minor fix and update to HTML templates.
17 - Dependency updates.
18
19 ## [v1.3.1] - 2021-10-23
20
21 ### Fixed
22
23 - Login credentials are no longer logged.
24
25 ## [v1.3.0] - 2021-10-23
26
27 ### Added
28
29 - IndieAuth logins now supported, admin overview page will show topics related to the authenticated profile's host.
30 - Due to the new session-based admin login system, the config value `encryptionSecret` will need to be populated when upgrading.
31
32 ## [v1.2.2] - 2021-10-05
33
34 ### Fixed
35
36 - Dependency updates.
37
38 ## [v1.2.1] - 2021-09-10
39
40 ### Fixed
41
42 - Minor issues and dependency updates.
43
44 ## [v1.2.0] - 2021-08-28
45
46 ### Added
47
48 - Accept multiple topics in publish requests.
49 - Expired subscription entries are removed from the database when their topics are updated.
50 - Topics which have been marked deleted are removed from the database after all subscribers have been notified.
51
52 ## [v1.1.5] - 2021-08-23
53
54 ### Fixed
55
56 - Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues.
57 - Issue with SQLite backend causing admin details about subscriptions to show errors.
58 - Verifications will not be attempted until their topics become active, reducing worker activity in certain situations.
59
60 ## [v1.1.4] - 2021-08-16
61
62 ### Fixed
63
64 - Prevent task processor from being re-invoked if it is already running.
65
66 ### Added
67
68 - Allow more configuration of html page content.
69
70 ## [v1.1.3] - 2021-08-13
71
72 ### Fixed
73
74 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
75
76 ## [v1.1.2] - 2021-08-11
77
78 ### Added
79
80 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
81
82 ### Fixed
83
84 - Feed parser could return a non-list for a single link entry, handle that case.
85
86 ## [v1.1.1] - 2021-08-09
87
88 ### Fixed
89
90 - Parsing of topic content-types which include encoding.
91
92 ## [v1.1.0] - 2021-08-08
93
94 ### Added
95
96 - 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.
97 - Minor cleanup to generated HTML pages.
98
99 ## [v1.0.0] - 2021-08-01
100
101 ### Added
102
103 - Everything. MVP first stable release.
104
105 ---
106
107 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.2
108 [v1.3.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.3;hp=v1.3.2
109 [v1.3.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.2;hp=v1.3.1
110 [v1.3.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.1;hp=v1.3.0
111 [v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2
112 [v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1
113 [v1.2.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.1;hp=v1.2.0
114 [v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5
115 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4
116 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
117 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
118 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
119 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
120 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
121 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0