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