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

Latest commit

 

History

History
64 lines (51 loc) · 1.66 KB

File metadata and controls

64 lines (51 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

[1.1.3] - 2022-09-05

Fixed

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

[1.1.2] - 2022-09-01

Added

  • Link to source code in pypi.org package page

[1.1.1] - 2022-08-31

Fixed

  • Relaxed jinja2 dependency

Fixed

  • Fixed import of version in documentation

[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

[0.0.7] - 2022-06-06

Fixed for

  • Dependencies security issues

[0.0.6] - 2022-05-31

Fixed for

  • Error at package import

[0.0.5] - 2022-05-26

Changed

  • This changelog

Fixed for

  • Documentation

The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.