Skip to content

6.12.0

Compare
Choose a tag to compare
@kartikk221 kartikk221 released this 03 Nov 02:22
· 136 commits to master since this release

What's Changed

  • Optimized Request / Response constructor intialization cost by reducing arguments and inlining property assignments.
  • Fixed Response streaming bug where certain chunks get incorrectly retried randomly.
  • Migrated all # prefixed private properties to _ prefixed implicit private properties on Request / Response for faster access.
  • Improved Types & Comments.

Full Changelog: 6.11.0...6.12.0