This release introduces major pieces of new functionality, including:
* Fetching metadata about resources in the Rune platform (including patients, devices, and more)
* Fetching data from the [V2 Stream API](https://docs.runelabs.io/stream/v2/)
* Global initialization of the library, using your configured API credentials
For more details, see the [documentation](https://runeq.readthedocs.io/en/v0.9.0/).
Note that the beta `v2sdk` module was **removed** in this release. Similar functionality to fetch metadata is now available in the `resources` module (which is not in "beta").
This release also introduces support for Python 3.10.
What's Changed
* [DATA-317] Remove old V2 SDK by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/18
* V2 SDK by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/20
* Fix CircleCI config by cranti in https://github.com/rune-labs/runeq-python/pull/21
* Fixing get_all_devices by abhinavpottabathula in https://github.com/rune-labs/runeq-python/pull/22
* [DATA-490] Remove some redundant helper functions; documentation; small bugfix by cranti in https://github.com/rune-labs/runeq-python/pull/23
* [DATA-481] Standardize name field; more compact __repr__ by cranti in https://github.com/rune-labs/runeq-python/pull/25
* Fix get_all_devices (again) by cranti in https://github.com/rune-labs/runeq-python/pull/26
* [DATA-530] [DATA-531] Remove stream created_at from dataframes by cranti in https://github.com/rune-labs/runeq-python/pull/27
* [DATA-281] Update documentation, including a new quickstart by cranti in https://github.com/rune-labs/runeq-python/pull/24
New Contributors
* abhinavpottabathula made their first contribution in https://github.com/rune-labs/runeq-python/pull/18
**Full Changelog**: https://github.com/rune-labs/runeq-python/compare/v0.8.0...v0.9.0