Changelog for hnix-store-remote-0.7.0.0
0.7.0.0 2024-07-31
-
Changes:
StorePathno longer carriesstorePathRootfield and we have a stand-aloneStoreDirtype instead to be used instead ofFilePathwhen store root directory is needed as a context. Fore-remote, this affectsrunStoreOptsand its variants #216- The old
MonadStoreis now deprecated and aliased toRemoteStoreT IO - All store operations now use
MonadRemoteStoretypeclass, whichRemoteStoreTis an instance of - Couple of
Boolparameters switched to enums
-
Additions
The library stability is not quite there yet and should be considered experimental.
0.6.0.0 2021-06-06
- Changes:
System.Nix.Store.Remote#179addToStoreno longer acceptsFilePathas its second argument but uses more genericNarSource(NarSource PR)
0.5.0.0 2021-06-11
- Changes:
System.Nix.Store.Remote#161addToStore: constraint ofValidAlgo aremoved in favour of constraint oncryptonite: HashAlgorithm athrough constraintNamedAlgo a.queryPathFromHashPart: 1st arg changed fromDigest StorePathHashAlgotoStorePathHashPart, for details: hnix-store-core 0.5.0.0 ChangeLog.
0.4.3.0 2021-05-30
Nothing (it is tandem hnix-store-core fix release)
0.4.2.0 2021-03-12
- Additions:
0.4.1.0 2021-01-16
System.Nix.Store.Remote: module API now re-exportsSystem.Nix.Store.Remote.TypesAPI- Big clean-up of dependencies.
0.4.0.0 2020-12-30
hnix-store-corecompatibility
0.3.0.0 -- 2020-11-29
- Restored most store API functions except
addToStoreNar - Added
buildDerivation
0.2.0.0 -- skipped
hnix-store-corerelease only
0.1.0.0 -- 2019-03-18
- First version.
hnix-store-remote uses PVP Versioning.