This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
v0.26.0
Added
- Detect AWS authentication using web identity token files. This enables the use of AWS native authentication on AWS EKS. (#158)
- Various documentation improvements (#160, #164)
- Add functionality to get a charset by its name (#168)
- Improve error messages (#165)
Fixed
- Switch UUID package. The previous package had a critical bug in entropy gathering for generation of new UUID's. However, this functionality is not used client-side outside of tests and migration is mainly performed to not use a deprecated package. (#166)