Releases: mhart/aws4fetch
Releases · mhart/aws4fetch
v1.0.20
Limit hostname labels to 63 chars max.
63 octets is the maximum length a hostname label can be.
Full Changelog: v1.0.19...v1.0.20
v1.0.19
Added support for Lambda Function URLs (thanks @Manouchehri!)
Also: made types a little more accurate, updated deps, made hex encoding faster, made example code more up-to-date
v1.0.18
Fixed types for newer TypeScript versions. See #56, #57, #58, #60
What's Changed
- Type path for each export by @tomlarkworthy in #58
New Contributors
- @tomlarkworthy made their first contribution in #58
Full Changelog: v1.0.17...v1.0.18
v1.0.17
v1.0.16
Added exports to package.json so esbuild compiles correctly
Full Changelog: v1.0.15...v1.0.16
v1.0.15
v1.0.14
v1.0.13
Add connection header to ignores. This is ignored by the official Java SDK (among others)