**Full Changelog**: https://github.com/mgmonteleone/python-atlasapi/compare/v1.1.7...v2.0.rc1
Pre-release
Issue 92
Work for issue 92, added both the get all databases as well as get metrics for database.
Added the database metrics to the Measurements class as well.
Currently only getting all metrics for database is supported. if there is need to pull individual metrics, perhaps we can add that later.
---
Issue 100
As part of completing 100 needed to refactor quite a bit with measurements, including:
- grabbing the unit description from the API
- Changing the _friendly method to use the unit description to properly render bytes of numbers.
- Moved measurements classes to its own module (`measurements.py`)
- had to refactor tests