Skip to content

Releases: microsoft/SimpleRestClients

0.2.2

21 Sep 00:54
Compare
Choose a tag to compare
Check for _aborted before _fire() (#38)

* Check for _aborted before _fire()

0.2.1

20 Sep 00:56
e62c713
Compare
Choose a tag to compare
Fix an assertion if a request with timeout receives 2 callbacks from …

…the Browser/OS. (#37)

This resulted in _respond being called twice, which (if the correct retry policy was applied) would result in the request being enqueued twice & this two timeout timers were setup.

0.2.0

31 Aug 20:37
Compare
Choose a tag to compare
  • GenericRestClient._blockRequestUntil is now called every time when the request is on top of the pending requests queue rather than only once
  • If GenericRestClient._blockRequestUntil rejects, the whole request is properly rejected
  • All the asserts now properly clear the request queues before throwing
  • Unit tests verifying queueing/blocking requests and executing them in order

0.1.8

30 Aug 23:26
Compare
Choose a tag to compare

Adding support for streaming COMET-style hanging GETs to SimpleWebRequest