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-converterSee 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-crossDocker 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