All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support latest stackage nightly
- 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.
- #249 Serve nar content
- #247 Generalize auth to just JWTs
- NarC -> NarFileName
- #216 Add bulk store path query
- #216 Provide plain and base16 passthrough sinks
- #192 Add Secrets.SigningKey abstraction @robert
- #180 Support servant 0.16 @domenkozar
- #168 LTS-13 support @domenkozar
- #161 /api/v1/install support @domenkozar
- #168 private binary caches support @domenkozar
- #168 remove swagger UI @domenkozar
- Remove redundant orphan instance for swagger2-2.3.1 @domenkozar
- #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
- #95 Upgrade to servant-0.14.1 @domenkozar
- Initial release @domenkozar