@@ -83,21 +83,25 @@ const ec2_europe = new ApiFactory({
8383
8484## Changelog
8585
86- * ` v0.6.0 ` on ` 2021-12-TBD ` : codegen ` v0.3 `
86+ * ` v0.6.0 ` on ` 2022-01-19 ` : codegen ` v0.3 `
8787 * ** Breaking change:** Some response types now have nullable lists and maps. Workarounds:
8888 * Add a nullcheck around any broken fields if you just want to get going again.
8989 * If you aren't already,
9090 [ add an ` ?actions=... ` filter] ( https://github.com/cloudydeno/deno-aws_api/wiki/Web-Service#parameters )
9191 to your import to produce more-concise types.
9292 * Test on Deno 1.11 up to 1.17 (the current latest)
93- * Use Deno's ` /std@0.115 .0 `
93+ * Use Deno's ` /std@0.120 .0 `
9494 * Fix specific issues with ` Glacier ` , ` ApiGateway ` , ` S3 ` ,
9595 and [ ` EC2 ` ] ( https://github.com/cloudydeno/deno-aws_api/issues/16 )
96+ * Fix 404 when requesting several APIs incluiding Lex and DynamoDBStreams
9697 * Block APIs needing AWS's "eventstream" protocol (so, ` S3.SelectObjectContent ` )
9798 * Set ` docs=short ` as the default. For the least bytes, please specify ` docs=none ` .
9899 * Add experimental request hooks to ` ApiFactory ` , helps with debugging
99100 * Use Lambda's new IPv6-enabled API endpoints
101+ * Allow selecting IPv6 endpoints for IMDSv2
100102 * Fix incorrect logic reuse between ` rest-json ` and ` json ` clients
103+ * Adjust which headers are used for request signatures
104+ * Rewrite of response error parsing
101105* ` v0.5.0 ` on ` 2021-08-27 ` : codegen ` v0.2 `
102106 * Support Deno 1.11 or later
103107 * Use definitions from ` aws-sdk-js@2.971.0 `
@@ -204,7 +208,7 @@ Multiple bits are *missing*:
204208
205209[ // ] : # ( Generated Content Barrier )
206210
207- All API definitions are current as of [ aws-sdk-js ` v2.1048 .0 ` ] ( https://github.com/aws/aws-sdk-js/releases/tag/v2.1048 .0 ) .
211+ All API definitions are current as of [ aws-sdk-js ` v2.1060 .0 ` ] ( https://github.com/aws/aws-sdk-js/releases/tag/v2.1060 .0 ) .
208212
209213| Class | Module | Protocol |
210214| --- | --- | --- |
0 commit comments