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