Releases: thorgate/python-lvis
Releases · thorgate/python-lvis
Version 1.1.0
Added
- Requests timing out in 2 minutes (can be overridden by subclassing the
ElvisClient
),
previously, there was no timeout and requests could hang for long time causing resource
leaks - Add helper to provide choices tuples from Enums (can be used with Django)
- This changelog
Changed
- Date fields are now properly parsed to datetime
- Elvis proxy exception formatting is improved so that exceptions can actually
be read
Fixed
- ElvisModel was mutating its constructor argument, sometimes causing undesired data changes
- Getting transport orders now works in python 3
Version 1.0.1
- First PYPI release
1.0.0 Release Canditate 3
1.0.0-rc3 use the proper style for argument names for python
1.0.0 Release Canditate 2
Added ForestNotice to TimberBatch model.
1.0.0 Release Canditate 1
Added all missing api endpoints.
Connection Tagging
Added support for connection tagging.
Also created local testing settings support as we have in our django projects.
Note: Needs lVisProxy >= 2.1 to function properly.
Version 0.0.10
Python3 compability Added Django to requirements