Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Releases: oxolo/oxapi-python

v1.1.3

05 Sep 11:03
586cb09

Choose a tag to compare

[1.1.3] - 2022-09-05

Fixed

  • Exception wrapping when error message from the API has not standard format.

v1.1.2: Added project urls to setup (#13)

02 Sep 08:01
1dad563

Choose a tag to compare

[1.1.2] - 2022-09-01

Added

  • Link to source code in pypi.org package page

v1.1.1

31 Aug 08:09
2961e51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Aug 12:01

Choose a tag to compare

[1.1.0] - 2022-08-17

Added

  • Added location check to inform about degraded performance from outside US

[1.0.0] - 2022-08-17

Added

  • Major first release

Changed

  • Updated README.md
  • .create renamed .run
  • Updated endpoint names
  • Updated endpoint routes
  • Fixed imports in __init__ to surpress warnings
  • Moved version from config.py to __init__
  • Moved log_level from config.py to __init__
  • Moved from grequests to requests for sync calls to avoid gevent warnings
  • Moved import of grequests to runtime to avoid gevent warnings

Removed

  • Bearer prefix for Token authorization