Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

40 lines (34 loc) · 1.35 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.2.0 - 2020-02-14

Changed

  • Converted Travis to CircleCI 2.1.
  • Updated dependencies.

Fixed

  • Renamed type argument to rtype to avoid conflict.

1.1.0 - 2019-06-19

Added

  • Optional argument for passing STS credentials.
  • Unit tests via pytest.
  • Travis CI integration and build status.
  • Requirements for local development.

Changed

  • Converted boto3auth to Class.
  • Moved account_id, role to class properties.
  • Updated README to reflect new structure.

1.0.2 - 2019-06-05

Fixed

  • Changed sample arguments to be easier to read.
  • Mistype in README regarding setting a resource.
  • Incorrect references to client/service instead of client/resource.

1.0.0 - 2019-06-05

Added

  • Auth function with support for AWS services.
  • Package for PyPi.