Releases: jebena/jebena-python-client
Releases · jebena/jebena-python-client
Fall 2024 Release 🍂
Halloween 2021 Release 🎃
What's Changed
- Set socket timeout to 5 minutes by @jpotter in #6
- Updates for python 2.7 support by @jpotter in #8
- Handle some flake8 / mypy issues in a Py 2.7 compatible way by @jpotter in #9
- Add support for operation_name optional arg by @jpotter in #10
- Fix httplib import for Py 2.7 by @jpotter in #11
- More fixes for python 2.7 by @jpotter in #13
- Additional fix for py2.7 compatibility by @jpotter in #14
- Allow developers to use retry-logic for mutations when they know it's safe by @jpotter in #15
- Call logging.basicConfig in Python2 setups by @jpotter in #18
- Support for Jebena Trace ID; fix for Python2 Logging setups by @jpotter in #19
- Switch to NullHandler solution for py2 logger error issues by @jpotter in #20
Full Changelog: 0.7.0...0.9.1
Christmas 2020 Release 🌲
Small fixes for "edge-case" conditions:
- Don't re-try GQL queries that are mutations
- Add additional options to
run_query()
that allow developers to control logging and error handling - Slower time values on retries, based on observed behavior in production