Skip to content

Release 1.2

Compare
Choose a tag to compare
@belyalov belyalov released this 10 May 15:42
· 36 commits to master since this release

New Features

  • Limit concurrently opened connections (max_concurrency param)
  • Close connections by timeout (request_timeout param)

Enhancements

  • Allow REST handler to return simple string (converting from dict to json sometimes too expensive)

Bugfixes

  • Properly handle connection errors (ECONNREST, ECONNABORT, etc)

Misc

  • Replace old styled yield from to async / await