Skip to content

Releases: mtslzr/boto3auth

v1.2.0

14 Feb 21:58
a5dc811
Compare
Choose a tag to compare

[1.2.0] - 2020-02-14

Changed

  • Converted Travis to CircleCI 2.1.
  • Updated dependencies.

Fixed

  • Renamed type argument to rtype to avoid conflict.

v1.1.0

19 Jun 15:31
4af1a13
Compare
Choose a tag to compare

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.

v1.0.2

05 Jun 21:22
5cf23fa
Compare
Choose a tag to compare

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.

v1.0.0

05 Jun 18:14
Compare
Choose a tag to compare

1.0.0 - 2019-06-05

Added

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