Skip to content

[0.7.1] Tweaks to sending

Compare
Choose a tag to compare
@RobAtticus RobAtticus released this 30 Mar 16:16
· 30 commits to master since this release

This minor release improves sending to accurately match intended semantics. When send() is called, all DataStores are copied and the copies are sent while the originals are reset to containing no rows. This prevents double sending data and reduces memory leaks. Also updated superagent to the most recent stable version.

Changelog

  • Update docs for iobeam and Device
  • Fix semantics of sending so batches are snapshotted.
  • deps: Update superagent to 1.8