github gregtwallace/certwarden v0.12.0
LeGo CertHub v0.12.0

latest releases: v0.21.4, v0.21.3, v0.21.2...
pre-release11 months ago

[v0.12.0] - 2023-07-27

This version brings support for conditional headers. It also cleans up
some of the backend logic and fixes a couple of issues.

Added

  • Add etag header to pem files when they're sent.
  • Add last-modified time stamp to pem files when they're sent.
  • Add support for request headers if-match and if-none-match.
  • Add support for request headers if-modified-since and
    if-unmodified-since.
  • Add support for request header if-range.

Changed

  • Use http.ServeContent to send pem files to clients instead of previous
    Write method.
  • Switch to a separate CORS package for ease of use and to ensure proper
    specs are followed without having to maintain it myself.
  • Overhauled logic in storage and download packages so pem output is a
    little more sane.
  • Updated output package logging to make it a little cleaner and clarify
    some log messages.

Fixed

  • Fixed issue where legacy request api keys would be saved to log.
  • Fixed check that always said db needs an upgrade in new version even
    when it didn't.
  • Added missing x-api-key and apikey headers to CORS list.

Removed

N/A

Don't miss a new certwarden release

NewReleases is sending notifications on new releases.