Security alert
Since the first commit merged on main
branch after v.1.5.0
, including docker images tagged as edge
(#537) we had a bug that disabled the basic auth feature. This release include the fix for the bug as well as the new feature that introduced the bug: ie, using and htpasswd file for basic auth credentials.
What's Changed
- add http-auth-htpasswd by @aspacca in #537
- add IP_FILTERLIST_BYPASS_HTTP_AUTH by @aspacca in #538
- Add
Vary
headers in responses by @kotx in #536 - call WriteHeader after last change to header map by @aspacca in #542
- Add charset to content type in getHandler by @snowphone in #545
- Dockerfile: Use Go 1.20 by default by @adamantike in #550
- Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #552
- Add mime.types to docker container to select charset properly by @snowphone in #547
- Upgrade github.com/urfave/cli to v2 by @adamantike in #551
- Improve purgeTime display in web page by @natilou in #558
- Improve Docker layer caching for Go dependencies by @adamantike in #560
- Upgrade aws-sdk-go to v2 by @adamantike in #559
- fix basic auth by @aspacca in #564
New Contributors
- @kotx made their first contribution in #536
- @snowphone made their first contribution in #545
- @adamantike made their first contribution in #550
- @natilou made their first contribution in #558
Full Changelog: v1.5.0...v1.6.0