Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 10:45
· 70 commits to master since this release
07c8fba

1.15.0 (2022-03-16)

Bug Fixes

  • automatic replication test (005db0a)
  • data race in test (40ddaff)
  • disable slow test in race mode (daa2c0f)
  • do not publish on pubsub if replicate is disable (a59e011)
  • enable back linux test (6f59aa3)
  • enable discover on oneonone channel (56097ce)
  • enable event new peer (c761931)
  • enable race in replication test (5234f90)
  • fix fixed concurrency (5bc25f2)
  • improve replicator in a more "golang way" (6f4a076)
  • increase race timeout on mac (a6735a1)
  • increase sub events (04b9491)
  • increase timeout on macos test (9081593)
  • infinity loop in progress chan (e91c196)
  • make publish call async (939e5c8)
  • never ending routine (cda43ca)
  • oneonone connect (e7db5cf)
  • replication test (ab6884f)
  • replicator Load wait for the whole process to complete (66707a9)
  • small fixes (f7c6baf)
  • use custom pubsub with higher queue size for replication test (d02fa06)

Features

  • add entries to event replicated (f8c6113)
  • add noop index, improve base index (5b17daf)
  • add root cancel to replicator on stop (879c59f)
  • add timeout to CreateDBOption (189d3b6)
  • fix test (9ac2fde)
  • keep subscribe api (3d71dfb)
  • use event bus instead of event emitter (6a415f3)