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