aws-error-utils
uses monotonic versioning.
- Remove support for Python 3.6.
- Add
errors.ALL
to match allClientError
s.
- Fix type annotations.
- 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.
- Required refactoring from plain single-file module into package for
- Add
make_aws_error()
function for testing (#5).
- Add
errors
class for simpler syntax (README.md#errors).
catch_aws_error()
addsAWSErrorInfo
field toClientError
.