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