- Added support for managing volume permissions.
- Added support for listing volume content.
- Added support for interruptable instances
- Added support for Enterprise account features.
- Added support for Advance Access Features
Note that now all Advance Access features will be only enabled if its
specified on the config level or explicitly when instantiating API object.
- All resources now implement deepcopy method to provide a way to copy an resource instance.
- `__eq__` method overridden on first level models (project, tasks etc) to allow easy comparision and enable `in` operator for Collection resources.
- Added primitive file content methods that downloads file and retrieves content.
- Update requests version 2.18.3.
- Documentation is updated to reflect new changes.
- Multiple tests added for both old and new resources.
- Backwards incompatible changes
- Duration of download/upload is not in milliseconds.
- `copy` method is removed from Input/Output model.
- Bugfixes
- [Issue 93](https://github.com/sbg/sevenbridges-python/issues/93)