Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 944 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 944 Bytes

Changelog

All notable changes to this project will be documented in this file. and this project adheres to Semantic Versioning.

[0.3.0] - July 10, 2019:

Added

  • This CHANGELOG.md file
  • create and delete methods to Model base
  • Convenience methods to Service for fetching details and active version number

Fixed

  • Updated Service.version and Version.vcl to use new Model.create
  • Compare attrs and _original_attrs before saving. (Without this check, calling .save() on an instance without changed attributes makes a PUT call with no data. Then instance.attrs is set to the error response for an incomplete API call, e.g. {"msg": "Missing parameter", "detail": "param is missing or the value is empty: item_value"}) Added missing VCL import to fastly.py

[0.2.3] - August 2019

Added

  • Custom errors
  • Backwards compatibility with Python 3.4

Fixed

  • Updates API models