Skip to content

v0.5.0: Big Endpoint Rewrite

Choose a tag to compare

@danopia danopia released this 27 Aug 21:22
· 130 commits to main since this release

Versions

Breaking Changes

All Changes

  • Formalize .makeNew(constructor) method on ApiFactory
  • Complete rewrite of the endpoint selection logic
    • Automatically selects GovCloud or AWS China domains
    • Uses the S3 and EC2 dualstack endpoints when offered.
  • Add fixedEndpoint option to ApiFactory for localstack, minio, etc.
  • Remove pre-generated EC2 API because of how large it is on disk.
  • Implement request cancellation via AbortSignal pass-thru
  • Remove /std/uuid import in favor of crypto.randomUUID()