Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 May 10:02
· 2 commits to master since this release

v0.2.0

Highlights

The biggest change in this release is expanded distribution options. With official Homebrew formula and crates.io publishing, installation is now much easier than ever before.

New Features

Multiple Installation Methods

oidc-jwks-converter is now available through 4 installation methods:

# Homebrew (macOS / Linux)
brew tap sinofseven/luciferous-tap
brew install oidc-jwks-converter

# crates.io
cargo install oidc-jwks-converter

See the README for all installation options including binary releases and building from source.

Changes

Dependency Updates

Crate Old New
reqwest 0.11 0.13 (rustls)
thiserror 1.0 2.0

The reqwest upgrade to rustls removes the OpenSSL dependency, improving security and portability across platforms.

Build & CI Improvements

  • Improved Linux ARM64 / ARM32 build stability using rust-musl-cross Docker image
  • Added Ubuntu 24 compatibility
  • Optimized Cargo registry and GitHub Actions caching for faster builds
  • Separated architecture-specific cache for better performance

Notes

  • No breaking changes — fully compatible with v0.1.0
  • No known issues

Full Changelog

v0.1.0...v0.2.0