minor update to copyright span
[websub-hub] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.3.1] - 2021-10-23
8
9 ## Fixed
10
11 - Login credentials are no longer logged.
12
13 ## [v1.3.0] - 2021-10-23
14
15 ### Added
16
17 - IndieAuth logins now supported, admin overview page will show topics related to the authenticated profile's host.
18 - Due to the new session-based admin login system, the config value `encryptionSecret` will need to be populated when upgrading.
19
20 ## [v1.2.2] - 2021-10-05
21
22 ### Fixed
23
24 - Dependency updates.
25
26 ## [v1.2.1] - 2021-09-10
27
28 ### Fixed
29
30 - Minor issues and dependency updates.
31
32 ## [v1.2.0] - 2021-08-28
33
34 ### Added
35
36 - Accept multiple topics in publish requests.
37 - Expired subscription entries are removed from the database when their topics are updated.
38 - Topics which have been marked deleted are removed from the database after all subscribers have been notified.
39
40 ## [v1.1.5] - 2021-08-23
41
42 ### Fixed
43
44 - Reverted change introduced in v1.1.3 which consolidated db connections, as it was causing data-integrity issues.
45 - Issue with SQLite backend causing admin details about subscriptions to show errors.
46 - Verifications will not be attempted until their topics become active, reducing worker activity in certain situations.
47
48 ## [v1.1.4] - 2021-08-16
49
50 ### Fixed
51
52 - Prevent task processor from being re-invoked if it is already running.
53
54 ### Added
55
56 - Allow more configuration of html page content.
57
58 ## [v1.1.3] - 2021-08-13
59
60 ### Fixed
61
62 - Worker tasks, such as delivering content updates, now share one database context. This reduces the connection load for Postgres backends, affording greater scalability.
63
64 ## [v1.1.2] - 2021-08-11
65
66 ### Added
67
68 - Make use of the content-type charset when parsing topic content, recoding to UTF8 when needed.
69
70 ### Fixed
71
72 - Feed parser could return a non-list for a single link entry, handle that case.
73
74 ## [v1.1.1] - 2021-08-09
75
76 ### Fixed
77
78 - Parsing of topic content-types which include encoding.
79
80 ## [v1.1.0] - 2021-08-08
81
82 ### Added
83
84 - 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.
85 - Minor cleanup to generated HTML pages.
86
87 ## [v1.0.0] - 2021-08-01
88
89 ### Added
90
91 - Everything. MVP first stable release.
92
93 ---
94
95 [Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.1
96 [v1.3.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.1;hp=v1.3.0
97 [v1.3.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.0;hp=v1.2.2
98 [v1.2.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.2;hp=v1.2.1
99 [v1.2.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.1;hp=v1.2.0
100 [v1.2.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.2.0;hp=v1.1.5
101 [v1.1.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.5;hp=v1.1.4
102 [v1.1.4]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.4;hp=v1.1.3
103 [v1.1.3]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.3;hp=v1.1.2
104 [v1.1.2]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.2;hp=v1.1.1
105 [v1.1.1]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.1;hp=v1.1.0
106 [v1.1.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.1.0;hp=v1.0.0
107 [v1.0.0]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.0.0;hp=v0.0.0