hnix-store/hnix-store-remote/CHANGELOG.md

55 lines
2.5 KiB
Markdown
Raw Normal View History

2023-11-15 10:49:38 +03:00
# Unreleased 202y-mm-dd
2020-07-14 13:42:46 +03:00
2023-11-15 10:49:38 +03:00
* Changes:
* `StorePath` no longer carries `storePathRoot` field and we
have a stand-alone `StoreDir` type instead to be used instead of `FilePath`
when store root directory is needed as a context.
2023-11-15 10:49:38 +03:00
Fore `-remote`, this affects `runStoreOpts` and its variants [#216](https://github.com/haskell-nix/hnix-store/pull/216)
2023-11-15 10:49:38 +03:00
# [0.6.0.0](https://github.com/haskell-nix/hnix-store/compare/remote-0.5.0.0...remote-0.6.0.0) 2021-06-06
2022-06-06 12:26:09 +03:00
2023-11-15 10:49:38 +03:00
* Changes:
* `System.Nix.Store.Remote` [#179](https://github.com/haskell-nix/hnix-store/pull/179)
2022-06-06 12:26:09 +03:00
* `addToStore` no longer accepts `FilePath` as its second argument but uses
more generic `NarSource` [(NarSource PR)](https://github.com/haskell-nix/hnix-store/pull/177)
2023-11-15 10:49:38 +03:00
# [0.5.0.0](https://github.com/haskell-nix/hnix-store/compare/0.4.3.0...remote-0.5.0.0) 2021-06-11
2021-06-11 01:37:36 +03:00
2023-11-15 10:49:38 +03:00
* Changes:
* `System.Nix.Store.Remote` [#161](https://github.com/haskell-nix/hnix-store/pull/161)
2021-06-11 01:37:36 +03:00
* `addToStore`: constraint of `ValidAlgo a` removed in favour of constraint on `cryptonite: HashAlgorithm a` through constraint `NamedAlgo a`.
* `queryPathFromHashPart`: 1st arg changed from `Digest StorePathHashAlgo` to `StorePathHashPart`, for details: [hnix-store-core 0.5.0.0 ChangeLog](https://hackage.haskell.org/package/hnix-store-core-0.5.0.0/changelog).
2023-11-15 10:49:38 +03:00
# [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30
Nothing (it is tandem `hnix-store-core` fix release)
2023-11-15 10:49:38 +03:00
# [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12
2021-01-16 12:24:59 +03:00
2023-11-15 10:49:38 +03:00
* Additions:
* Cabal now properly states `tasty-discover` as `build-tool-depends` [#130](https://github.com/haskell-nix/hnix-store/pull/130)
* added explicit `hie.yml` cradle description for `cabal` to help Haskell Language Server to work with monorepo. [#132](https://github.com/haskell-nix/hnix-store/pull/132)
* Nix dev env: removed GHC 8.6.5 support, afaik it is not even in Nixpkgs anymore [#136](https://github.com/haskell-nix/hnix-store/pull/136)
2021-01-16 12:24:59 +03:00
2023-11-15 10:49:38 +03:00
# [0.4.1.0](https://github.com/haskell-nix/hnix-store/compare/0.4.0.0...0.4.1.0) 2021-01-16
2020-12-30 16:45:45 +03:00
2021-01-16 11:55:33 +03:00
* `System.Nix.Store.Remote`: module API now re-exports `System.Nix.Store.Remote.Types` API
* Big clean-up of dependencies.
2020-12-30 16:45:45 +03:00
2023-11-15 10:49:38 +03:00
# [0.4.0.0](https://github.com/haskell-nix/hnix-store/compare/0.3.0.0...0.4.0.0) 2020-12-30
2020-12-30 16:14:57 +03:00
* `hnix-store-core` compatibility
2023-11-15 10:49:38 +03:00
# 0.3.0.0 -- 2020-11-29
2020-07-14 13:42:46 +03:00
* Restored most store API functions except `addToStoreNar`
2020-07-14 13:42:46 +03:00
* Added `buildDerivation`
2023-11-15 10:49:38 +03:00
# 0.2.0.0 -- skipped
2020-07-14 13:42:46 +03:00
* `hnix-store-core` release only
2023-11-15 10:49:38 +03:00
# 0.1.0.0 -- 2019-03-18
2020-07-14 13:42:46 +03:00
* First version.