- Initial Release
- Changed default prefix of Authorization header to "Basic", which should be the default for the API
- Fixed bug that caused double //s when requesting an api endpoint.
- Fixed numbering in pyproject.toml
- Merged
Client
withAuthenticatedClient
usingAuthenticatedClient
is now deprecated - Added support for creating a Client with a username and access key
- Various bug fixes and internal changes