Changed - Broadened dependencies allowed. Tapipy compatible with Python 3.10 now. - Tests now only cover tapipy. Not tapisservice. Tapisservice tests done by tapipy-tapisservice repo. - Tests now use user account. - Test user and password configured in Makefile now.
Removed - No change.
1.2.0
Added - No change
Changed - Added compatibility for PyJWT > 2.0.0. Still only requiring > 1.7.1. - Fixed tests for Tapipy to include plugins rework. - Tests now using pip install of tapisservice plugin.
Removed - No change.
1.1.1
Added - No change
Changed - This update converts tapipy to using a plugins architecture. In particular, functionality related to tapis services has been moved to the tapipy-tapisservice repository, in the form of a plugin.
Removed - No change.
1.1.0
Added - No change.
Changed - Bug fix. tapipy.actors.get_client() wrongly instantiated with jwt rather than access_token. - Setting jwt in Tapis object now also sets access_token (jwt is an alias for access_token). - Fix for create_token test - basic_auth should be false to create tokens on other tenants.