Changelog for ron-storage-0.11
Changelog
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 Compatible Versioning.
Unreleased
0.11 - 2019-10-08
Added
- Type
RawDocId subscribefunction- Notifying about changes in database caused by other process
- instance
HashableforDocId
Changed
- Pass raw document id and collection name through subscription channel instead of existentially typed one
Removed
- Type
CollectionDocId subscribeForeverfunction
0.10 - 2019-09-06
Added
- Function
newHandleWithReplicaId
Changed
- Function
newHandletakes random replica id if cannot get MAC address
0.9 - 2019-08-10
Changed
modifynow pops result of action (to use withgetObject, for instance).- Renamed
ObjectStatetoObjectFrame - Renamed
Document.valuetoobjectFrame
Removed
- Concept of chunk version in RON protocol,
types
StateChunkandWireReducedChunk.
0.8 - 2019-07-26
Added
- Module
RON.Storage.Rocks
0.7 - 2019-04-25
Changed
- Rename module
RON.Storage.{IO -> FS} - Moved from
RON.StoragetoRON.Storage.Backend:DocIddata constructor (the type is still available viaRON.Storagemodule)DocumenttypeDocVersiontypeMonadStorageclassreadVersionfunction
0.6 - 2019-03-01
Added
CollectionDocIdtypesubscriveForeverfunction
Changed
hOnDocumentChangedtype changed fromIORef (Maybe OnDocumentChanged)toTChan CollectionDocId. Now, to subscribe to changes you need todupTChanthis.
Removed
setOnDocumentChangedfunctionOnDocumentChangedtype
0.5 - 2019-02-04
Added
RON.UUID.liftNamefunction to create name UUIDs in compile time.RON.Util.ByteStringLtype.RON.Errormodule with unified pretty errors.- Organize
Replicated,ReplicatedAsPayload, andReplicatedAsObjectin class hierarchy. - Add
ORSet.removeValueandremoveRefimplementation. - Op "patterns" and patterns.
Removed
- Type alias
ObjectIdsince objects are identified by UUID.
Changed
- Extracted
ron-storagepackage. - Extracted
ron-schemapackage. - Extracted
ron-rdtpackage. - Switched from
Either String atoMonadError String m => m ain failable procedures. ORSet.addRefnow adds item's frame, too.ORSet.addNewRefnow returns the reference to the freshly created object.- Change
StateFramekey to UUID since objects are identified by UUID. - Renamed
RawOptoClosedOpaccording to the fresh spec.
Fixed
- Error handling in Boole decoder.
0.4 - 2019-01-09
Added
- Schema
enumdeclaration. docIdFromUuid.OnDocumentChangedis called each time when any document is changed.
Changed
- Made GHC 8.6 default.
Removed
- Schema embedded DSL helpers:
atomInteger,atomString,boole,char,field,option,orSet,rgaString,structLww,versionVector.
Fixed
RGA.editbug with re-adding deleted items (#39).
0.3 - 2018-12-05
Added
- Encode/decode EpochTime.
- EDN-based schema DSL.
Removed
RON.Storage.createVersionfrom public API.NFDatainstances.
0.2 - 2018-11-20
Added
- Schema boole type.
- RON.Storage and submodules are moved from ff project.
- RON.Schema is now re-exported via RON.Schema.TH.
Changed
- Renamed UUID field "schema" to "version", according to changes in the specification.
- RGA: sequential UUIDs on initialization.
- Optimized
Base64.isLetter. - Extend
UUID.mkNameto accept any monad. - Renamed
MonadStoragemethodslist...->get... - Renamed
RON.Storage.saveDocument->createDocument
Removed
RON.Storage.uuidToFileNameas it has no sense as an abstractionRON.Storage.IO.runStorageTwithStorageT
0.1 - 2018-11-08
Added
- Package
ron- RON-text format
- RON-binary format
- RON-RDT:
- LWW
- RGA
- OR-Set
- VersionVector
- RON-Schema
- RON-Schema TemplateHaskell code generator