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

v1.1.0

Choose a tag to compare

@oborchers oborchers released this 17 Aug 12:01
· 12 commits to main since this release

[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