Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 928 Bytes

Changelog

aws-error-utils uses monotonic versioning.

v2.7

  • Remove support for Python 3.6.

v2.6

  • Add errors.ALL to match all ClientErrors.

v2.5

  • Fix type annotations.

v2.4

  • Require Python 3.6 as 3.5 is EOL.
  • Update AWSErrorInfo to be a dataclass.
  • Add type annotations (#4).
    • Required refactoring from plain single-file module into package for py.typed file; single-file module within the package is here.

v1.3

  • Add make_aws_error() function for testing (#5).

v1.2

  • Add errors class for simpler syntax (README.md#errors).

v1.1

  • catch_aws_error() adds AWSErrorInfo field to ClientError.