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