Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.13 KB

Changelog

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

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

1.1.0 - 2021-07-07

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

1.0.1 - 2017-01-05

Added

  • Released to PyPi

Fixed

  • Misc fixes related to automated deploys and quality checks