Iobeam

Latest version: v0.11.0

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.9.1

- **IMPORTANT**: The client now correctly tracks batches it has seen before
so subsequent calls to `send()` do not send nothing.
- Documentation fixes

0.9.0

- Adding data should now be done via the new `iobeam.createDataStore(columns)` method,
which allows you to track multiple streams of data in one object.
- Internally, old methods involving `DataPoint`s and `DataSerie`s have been converted
to use `DataStore`s.
- Additional documentation provided [here](https://github.com/iobeam/iobeam-client-python/blob/master/docs/DataGuide.md).

0.8.0

- Automatic refresh of project tokens when they are expired. It is recommended that you
update as soon as possible to avoid breakage.
- bugfix: device ids are no longer allowed to be non-strings when registering

0.7.0

- **IMPORTANT**: previously sent data points were being kept and sent on subsequent sends, this
has been fixed
- Query assumes time values given in to/from are same unit as when it is initialized

0.6.0

- `Timestamp`: changed `type` param name to `unit` in constructor
- utils: Adds a check for whether this is python2 or 3
- New Error for duplicate ids
- New `registerOrSetId()` added to `iobeam.ClientBuilder` to allow you to register a name, or
if it already exists, set the client to use that id.

0.5.2

- Fix missing return for `iobeam.makeQuery()`

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.