Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 468 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 468 Bytes

0.0.0

  • Initial Release

0.0.1

  • 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.

0.0.2

  • Fixed numbering in pyproject.toml

0.1.0

  • Merged Client with AuthenticatedClient using AuthenticatedClient is now deprecated
  • Added support for creating a Client with a username and access key
  • Various bug fixes and internal changes