Skip to content

Releases: berty/go-ipfs-log

v1.3.0

04 May 10:01
ccec004
Compare
Choose a tag to compare

1.3.0 (2021-05-04)

Features

  • v0 entries + encrypted v2 entries (#47) (ccec004)

v1.2.6

24 Aug 13:16
d24a955
Compare
Choose a tag to compare

1.2.6 (2020-08-24)

Bug Fixes

  • remove deadlock in Iterator() and improve sorting performance (3b774cb)

v1.2.5

23 Aug 07:00
0fff340
Compare
Choose a tag to compare

1.2.5 (2020-08-23)

Bug Fixes

v1.2.4

10 Aug 13:04
4e8228a
Compare
Choose a tag to compare

1.2.4 (2020-08-10)

Bug Fixes

v1.2.3

30 Jul 18:33
e3d709b
Compare
Choose a tag to compare

1.2.3 (2020-07-30)

Bug Fixes

v1.2.2

17 Jul 16:12
cbe8be0
Compare
Choose a tag to compare

1.2.2 (2020-07-17)

Bug Fixes

v1.2.1

17 Jul 12:12
c617375
Compare
Choose a tag to compare

1.2.1 (2020-07-17)

Bug Fixes

v1.2.0

02 Jul 09:00
d247954
Compare
Choose a tag to compare

1.2.0 (2020-07-02)

Features

v1.1.0

18 Feb 15:57
6366423
Compare
Choose a tag to compare

1.1.0 (2020-02-18)

Bug Fixes

  • minor improvements (7e045ba)
  • removed potential race conditions (45d7ed6)
  • returned errors format, FetchParallel result merging (f0189e8)

Features

  • catching up with JS version of ipfs-log (d232dc6)

v1.0.0

28 Dec 15:11
27349e8
Compare
Choose a tag to compare

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)