Skip to content

Releases: arihant2math/ftc-api

v0.4.0

17 Oct 04:21
Compare
Choose a tag to compare
  • UPDATED: Latest openapiclient generator in use
  • FIXED: Redundant erroring due to malformed typing

Full Changelog: v0.3.3...v0.4.0

v0.3.3

17 Oct 03:58
Compare
Choose a tag to compare
  • FIXED: pyproject.toml auto-detection

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Oct 03:55
Compare
Choose a tag to compare
  • UPDATED: Project metadata
  • FIXED: packaging structure

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Oct 04:01
Compare
Choose a tag to compare
  • FIXED: Temporarily disabled http2.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Oct 03:54
Compare
Choose a tag to compare
  • Updated to latest API spec
  • Added links to the docs and homepage

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Feb 21:07
Compare
Choose a tag to compare

New

  • http2 is now the default protocol, disable it by setting client.http2 to False.
  • 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

02 Jan 19:18
Compare
Choose a tag to compare

Additions

  • Added support for creating a Client with a username and access key

Changes

  • Merged Client with AuthenticatedClient
  • Various bug fixes and internal changes

Depreciations

*AuthenticatedClient is now deprecated, set to be removed at 1.0.0

v0.0.2

01 Jan 04:01
Compare
Choose a tag to compare

Fixed pyproject.toml

v0.0.1

01 Jan 00:51
Compare
Choose a tag to compare
  • 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

01 Jan 00:20
Compare
Choose a tag to compare

Initial Release