Skip to content

Releases: thorgate/python-lvis

Version 1.1.0

09 Jul 07:03
c8c8da4
Compare
Choose a tag to compare

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

05 Jan 17:53
Compare
Choose a tag to compare
  • First PYPI release

1.0.0 Release Canditate 3

29 Oct 13:40
Compare
Choose a tag to compare
Pre-release
1.0.0-rc3

use the proper style for argument names for python

1.0.0 Release Canditate 2

29 Oct 13:34
Compare
Choose a tag to compare
Pre-release

Added ForestNotice to TimberBatch model.

1.0.0 Release Canditate 1

10 Oct 12:37
Compare
Choose a tag to compare
Pre-release

Added all missing api endpoints.

Connection Tagging

01 Oct 15:13
Compare
Choose a tag to compare
Connection Tagging Pre-release
Pre-release

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

03 Sep 10:54
Compare
Choose a tag to compare
Version 0.0.10 Pre-release
Pre-release
Python3 compability

Added Django to requirements