Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 1.42 KB

CHANGELOG

See UPGRADE.md for notes on breaking changes for downstream developers.

Current

v9.5.0

  • Feed close makes the replication detach the channel used for this particular stream.

v9.4.0

  • feed.get accepts onwait hook, that is called if get is waiting for a network peer.

v9.3.0

  • feed.get returns an id, that can be used to cancel a pending get with feed.cancel(getId)

v9.2.0

  • Add maxBlockSize on write streams to auto chunk big blocks being written.

v9.1.0

  • Make peer.remoteOpened public (#268)

v9.0.1

  • Upgraded standard to v14 with subsequent formatting tweaks
  • createReadStream is up to 8x faster now! (#261 by @tinchoz49)
  • Fixed benchmarks (#266 by @fwip)

v9.0.0