Skip to content

v1.6.0

Choose a tag to compare

@paolafrancesca paolafrancesca released this 06 Jun 10:59
· 23 commits to main since this release
45e2654

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

Full Changelog: v1.5.0...v1.6.0