Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 591 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 591 Bytes

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.

[0.0.3] - 2020-11-23

Added

  • Add IsNetworkError which recursively checks if an error is a network error.

[0.0.2] - 2020-11-18

Added

  • Add GetAWSError which recursively checks an error to see if it is an awserror.Error.

[0.0.1] - 2020-08-30

Added

  • Add in Auth for storing tokens and lazy refreshment of tokens.