This repository was archived by the owner on Aug 8, 2024. It is now read-only.
Releases: oxolo/oxapi-python
Releases · oxolo/oxapi-python
v1.1.3
v1.1.2: Added project urls to setup (#13)
[1.1.2] - 2022-09-01
Added
- Link to source code in pypi.org package page
v1.1.1
What's Changed
- test upload badges to S3 by @nasser1941 in #10
- Fix jinja2 dependency by @AdStrinati in #12
New Contributors
- @nasser1941 made their first contribution in #10
Full Changelog: v1.1.0...v1.1.1
v1.1.0
[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
.createrenamed.run- Updated endpoint names
- Updated endpoint routes
- Fixed imports in
__init__to surpress warnings - Moved
versionfromconfig.pyto__init__ - Moved
log_levelfromconfig.pyto__init__ - Moved from
grequeststorequestsfor sync calls to avoid gevent warnings - Moved import of
grequeststo runtime to avoid gevent warnings
Removed
Bearerprefix for Token authorization