# Changelog All notable changes to this project will be documented in this file. ## [0.2.3] - 2024-09-02 ### 🚀 Features - Add support for listening on Unix domain sockets ### 📚 Documentation - Fix Markdown list formatting ### 🛠️ Build - Update dependencies and Cargo metadata ### ⚙️ Miscellaneous Tasks - Update git-cliff config file ## [0.2.2] - 2024-04-30 ### 🚀 Features - Add HTTP client `User-Agent` header ### 📚 Documentation - Document the new `native-certs` feature flag ### 🛠️ Build - Update dependencies and Cargo metadata - Add `native-certs` feature flag ### ⚙️ Miscellaneous Tasks - Test building with optional features enabled ## [0.2.1] - 2024-02-19 ### 🚀 Features - Store the cached index entry mtime in files - Recover from index connection failures ### 🛠️ Build - Update dependencies and Cargo metadata ## [0.2.0] - 2023-08-09 ### 🚀 Features - Add initial support for the sparse registry - Forward sparse index entry get requests - Forward index request metadata fields - Implement basic registry index caching - Add memory cache for index entry metadata - Implement index metadata cache invalidation ### 🚜 Refactor - Move file cache functions into a submodule ### 📚 Documentation - Update crate docs and README for v0.2 ### 🎨 Styling - *(changelog)* Group log entries by scope ### 🛠️ Build - [**breaking**] Rewrite using `tiny_http` directly - Update the crate description and dependencies ## [0.1.4] - 2023-07-02 ### 🛠️ Build - Update dependencies and Cargo metadata ### ⚙️ Miscellaneous Tasks - Add container build check job - Publish tagged versions to crates.io ## [0.1.3] - 2023-02-23 ### 🚜 Refactor - Fix Clippy warnings ### 🛠️ Build - Update build dependencies - Use Cargo build profile for stripping ### ⚙️ Miscellaneous Tasks - Build versioned Docker images ## [0.1.2] - 2022-11-15 ### 🚜 Refactor - Box `ureq::Error` to reduce the returned enum size ### 🛠️ Build - Update dependencies and bump to v0.1.2 ### ⚙️ Miscellaneous Tasks - Add a basic .gitlab.yml config file. - Add a GitHub workflow for Rust build checks - Add a GitHub workflow for publishing Docker images - Add `git-cliff` config file - Add a change log file