All notable changes to this project will be documented in this file.
- No change.
- Updated Python 3.7 support.
- Updated license to reflect new project institution.
- Updated pyzmq dependency to allow >=14.3
- No change.
- Error handling has been cleaned up to make it easier to provide an easier mechanism for globally processing errors and returning a consistently formatted response. Specifically, the handle_errors() function was added to utils.py.
- THe AgaveflaskError classes were updated to contain message and code data about the error.
- The APIException class has been removed in favor of the AgaveflaskError classes.
- Initial release of modules: auth, config, errors, store and utils.
- No change.
- No change.