# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.7.0] - 2022-01-12 - Support Cachix Deploy ## [0.6.0] - 2021-01-08 - Support latest stackage nightly ## [0.5.0] - 2020-11-06 - Rewrite, cachix-api now serves as the base for cachix package but doesn't contain the full HTTP API anymore. This is mainly to improve development feedback loop of the backend. See https://app.cachix.org/api/v1/ for the full HTTP API spec. ## [0.4.0] - 2020-01-10 - #249 Serve nar content - #247 Generalize auth to just JWTs - NarC -> NarFileName ## [0.3.0] - 2019-09-03 - #216 Add bulk store path query - #216 Provide plain and base16 passthrough sinks ## [0.2.1] - 2019-07-05 # Added - #192 Add Secrets.SigningKey abstraction @robert - #180 Support servant 0.16 @domenkozar ## [0.2.0] - 2019-03-04 # Added - #168 LTS-13 support @domenkozar - #161 /api/v1/install support @domenkozar - #168 private binary caches support @domenkozar ### Changed - #168 remove swagger UI @domenkozar ## [0.1.0.3] - 2018-11-27 ### Changed - Remove redundant orphan instance for swagger2-2.3.1 @domenkozar ## [0.1.0.2] - 2018-09-27 ### Changed - #132 Remove autogenerated cabal file from git @domenkozar - NarC now strips the extension @domenkozar - added `BinaryCacheAuthenticated` @domenkozar - #118 User: add email field @domenkozar - Update dependencies to Stackage LTS-12 @domenkozar ### Changed ## [0.1.0.1] - 2018-07-06 ### Changed - #95 Upgrade to servant-0.14.1 @domenkozar ## [0.1.0.0] - 2018-07-01 ### Added - Initial release @domenkozar