Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (33 loc) · 898 Bytes

HISTORY.md

File metadata and controls

57 lines (33 loc) · 898 Bytes

Release History

0.0.1 (2018-03-11)

  • initial release
  • Apigateway Proxy Events, S3 Put Events

0.0.2 (2018-03-12)

  • Sns Events
  • extends Tests

0.0.3 (2018-04-22)

  • Alexa Skill Event
  • CloudFormation Event
  • updates README

0.0.4 (2018-04-22)

  • some bugfixes

0.1.0 (2018-08-03)

  • rename package to make it more relatable

0.2.0 (2018-08-06)

Improvements

  • reimplementation using dataclasses
  • refactor tests to using pytest

0.3.0 (2018-09-05)

  • implements support for CloudWatch Events

0.4.0 (2018-09-06)

  • implements support for CloudWatch Alarms

0.4.1 (2018-10-24)

  • adds pyproject.toml and flit support for publishing to pypi

0.4.2 (2018-10-24)

  • updates README.md

0.4.4 (2018-11-14)

  • removes unneeded dependencies
  • removes unused logger

0.4.5 (2018-12-03)

  • updates requirements for compatibility with Python 3.7