Releases: berty/go-ipfs-log
Releases · berty/go-ipfs-log
v1.3.0
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2019-12-28)
Bug Fixes
- added clock to entry in CreateEntry (fb831c0)
- added fixed identities in tests, missing public key field of identities (acac910)
- added identity cbor serialization (b7df538)
- align accesscontroller interface with orbitdb requirements (504e3bc)
- atlas serialization of EntryToHash and CID in ToMultihash (0803639)
- entries slice + access controller (6d40282)
- entry map lock (7c649b6)
- entry sig (25c37f3)
- Entry ToMultihash: add hash to entry (f977b43)
- entry version in cbor + some join issues (8463d1e)
- fix Difference with empty log (724915c)
- fix expected imports (a2ff097)
- fix log join (a5d97d4)
- fix log_join_test.go (b53c692)
- fix maxtime in log.go (7c6ee88)
- fix next on new log, fix fromEntry (8519648)
- fix sorting by clock (9194367)
- fixes in log.Join (19bae75)
- force Secp256k1 key format (486315f)
- heads sorting (061f28b)
- issue with signing entries containing next pointers (3e9a512)
- issues in log loading + added tests (c219e85)
- Log heads (331fb75)
- log.FindHeads (4026469)
- Log.Next initialization (34b1da8)
- OrbitDBIdentityProvider GetIDreturns an Identity (2c8be52)
- partial fix of log join output in log creator (9aa4ed9)
- race conditions in log struct (f93fb0b)
- removed potential race conditions (2abd3f9)
- removed potential race conditions (#28) (27349e8)
- test: update hash in test (04fb011), closes ipfs/go-ipfs#6220
- small fixes and new test (04e3248)
- small fixes, full log_append_test written (01621d7)
- typo (e04c6bc)
- typos in tested error messages (a7e643c)
- use an ordered map for entries (1809994)
- Use byte array in Log.Append parameters (a2deb50)
- using a getter function for heads that does the reverse thing (3504891)
Features
- add more error handling (116f27a)
- added error return for NewLog and derived functions, written full 'constructor' tests of log_test (a86f4fa)
- added json tags to entry related structs (8fa53d2)
- added signed_log test (67fc3c5)
- added to log_io: FromEntry (ec5eb13)
- automatic semantic releases (679b8cd)
- automatic semantic releases (#29) (b0aa01e)
- continued port (184b7fd)
- go: update to go 1.13 (13ae0e1)
- let the identity provider unmarshal the public key (2fdd71d)
- Log: added findTailHashes and findTails (ec0838d)
- Log: NewFrom functions (abeb867)
- now passing previous log entries to access controller + minor fixes (da33028)
- reimplement javascript slice function (937267f)
- wip: log load test (d37a8de)
- test: Add ipfs example (1e09332)
- wip: log load test, more tests (d943cd9)