obscure authorization header value when logging
[squeep-api-dingus] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ### Added
8
9 - obscure sensitive request header data when logging
10
11 ## [v1.2.1] - 2021-10-22
12
13 ### Added
14
15 - updated dependencies
16 - minor fix to serveFile
17
18 ## [v1.2.0] - 2021-09-10
19
20 ### Added
21
22 - handlers can be provided additional arguments when defining routes
23 - simple handlers for redirects and static files
24
25 ## [v1.1.0] - 2021-08-08
26
27 ### Added
28
29 - support setting additional static headers when serving static files
30
31 ## [v1.0.0] - 2021-08-01
32
33 ### Added
34
35 - Everything.
36
37 ---
38
39 [Unreleased]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=HEAD;hp=v1.2.1
40 [v1.2.1]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.1;hp=v1.2.0
41 [v1.2.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.2.0;hp=v1.1.0
42 [v1.1.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.1.0;hp=v1.0.0
43 [v1.0.0]: https://git.squeep.com/?p=squeep-api-dingus;a=commitdiff;h=v1.0.0;hp=v0.0.0