Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

43 lines (35 loc) · 1.47 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.

[Unreleased]

[0.5.2] - 2020-05-13

Changed

  • Pull #45 Remove Requirements pip>=20 by @dmlb2000

[0.5.1] - 2020-04-09

Changed

[0.5.0] - 2020-04-02

Added

Changed

  • Pull #36 Update Testing and PyLint 2.0+ by @dmlb2000
  • Pull #35 Update Packaging URL by @dmlb2000
  • Pull #31 Add Ansible Travis by @dmlb2000

[0.4.1] - 2019-05-18

Added

  • Event subscription management API
  • Event endpoint for notifying subscribers
  • Model upgrade process
  • ReadtheDocs supported Sphinx docs
  • REST API for subscribing to events
    • PUT - Update a Subscription
    • POST - Create a Subscription
    • GET - Get a Subscription
    • DELETE - Delete a Subscription
  • REST API for receiving events
    • POST - receive new event

Changed