[0.7.1] Tweaks to sending
This minor release improves sending to accurately match intended semantics. When send()
is called, all DataStore
s 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