Skip to content

Latest commit

 

History

History
145 lines (86 loc) · 2.48 KB

File metadata and controls

145 lines (86 loc) · 2.48 KB

Changelog

All notable changes to this project will be documented in this file.

[2.0.0] - 2026-03-04

Bug Fixes

  • Replace Host extractor with manual header parsing

Features

  • [breaking] Add support for multiple policies per domain, advanced mode for policies
  • Add CORS header for cross-origin key fetching

Miscellaneous Tasks

  • Update to rust 2024

[1.3.1] - 2025-04-07

Miscellaneous Tasks

  • Revert to debian image in order to fix ci

[1.3.0] - 2025-04-07

Bug Fixes

  • Update to new capture groups

Features

  • Support advanced method
  • Extract user ids from certificate instead of filename
    This means that it is no longer required to follow a specific file naming scheme. Instead, all files that contain pgp keys will be added to the cache.

Miscellaneous Tasks

  • Update dockerfile to use official rust image as builder
  • Remove installer

[1.2.4] - 2024-10-03

Miscellaneous Tasks

  • Remove arm linux builds
  • Update cargo-dist
  • Re-add multiple targets
  • Use pre-built artifacts for docker images
  • Build docker for armv7
  • Remove install toolchain
  • Remove arm linux from build

[1.2.3] - 2024-10-02

Miscellaneous Tasks

  • Remove armv7

[1.2.2] - 2024-10-02

Bug Fixes

  • Cargo update to fix build

Miscellaneous Tasks

  • Also build for armv7
  • Remove unused ci deps from release-plz.yaml
  • Build for armv8/armv7 linux

[1.2.1] - 2024-05-30

Miscellaneous Tasks

  • Remove armv7

[1.2.0] - 2024-05-30

Bug Fixes

  • Handle signals

Features

  • Cache keys in memory

Fix

  • Don't print error on shutdown

Miscellaneous Tasks

  • Revert version upgrade of upload/download action
  • Remove dependabot for gh actions

Styling

  • Remove unneeded type

Testing

  • Add tests

Build

  • Switch to debian stable
  • Switch from debian to alpine-based images

[1.1.0] - 2024-02-18

Features

  • Change to RustCrypto backend for gpg

Miscellaneous Tasks

  • Update cargo dist

[0.1.1] - 2024-02-18

Bug Fixes

  • Update rust crate tokio to 1.36.0

Miscellaneous Tasks

  • Disable builds for release
  • Disable building for aarch64 for now
  • Replace renovate with dependabot
  • Add mergify