Skip to content

Cancellation&aggregation support

Compare
Choose a tag to compare
@danog danog released this 21 Oct 16:06
· 783 commits to v8 since this release

Features:

  • Added support for request cancellation and aggregation to all methods.
  • You can now specify a custom floodWaitLimit for each API method call.

Fixes:

  • Multiple bugfixes, improved abstractions
  • Improve queue logic
  • Improve performance & cleanup method call code