You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add v0.5 codegen with last surviving aws-sdk-js v2 (#56)
* Add v0.5 with last surviving aws-sdk-js v2
* Add new fields to ApiMetadata
* Implement request header 'lists'
Uses header.append() so this effectively joins by comma if there are multiple items in a request header array.
* Implement list of integers in rest input query
* Escape json input keys when they aren't alphanumeric
* Replace canary in CI with 2.3
* What about deno 2.2 as latest supported
* Move base64 import to JSR to get Uint8Array fix
* Also switch md5 lib to a JSR one
* Drop support for Deno v1
* Drop deno 2.5 for now, has typescript issue
* Fix version exclusion
0 commit comments