2.6.20
Enhancements
- Allow asynchronous fetching of User Pools / OIDC auth token. See PR#62 Thanks @JohnRbk 🎉
- Integrate logging with
AWSDDLog
. To print logs from the SDK, follow instructions mentioned here.
Bug Fixes
- Fixed a bug in loading configuration from
awsconfiguration.json
- Fixed a bug where receiving a non String or JSON object would cause SDK to crash. The SDK would now instead log an error message.