Releases: arihant2math/ftc-api
Releases · arihant2math/ftc-api
v0.4.0
- UPDATED: Latest openapiclient generator in use
- FIXED: Redundant erroring due to malformed typing
Full Changelog: v0.3.3...v0.4.0
v0.3.3
- FIXED:
pyproject.toml
auto-detection
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- UPDATED: Project metadata
- FIXED: packaging structure
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- FIXED: Temporarily disabled http2.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Updated to latest API spec
- Added links to the docs and homepage
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New
- http2 is now the default protocol, disable it by setting
client.http2
toFalse
. - Generated api documentation for sphinx
Changed
AuthenticatedClient
now issues a deprecation warning.- Updated dependencies
Fixed
- Various installation bugs
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Additions
- Added support for creating a Client with a username and access key
Changes
- Merged
Client
withAuthenticatedClient
- Various bug fixes and internal changes
Depreciations
*AuthenticatedClient
is now deprecated, set to be removed at 1.0.0
v0.0.2
Fixed pyproject.toml
v0.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.
v0.0.0
Initial Release