Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Releases: microsoft/SimpleRestClients

0.2.2

Choose a tag to compare

@berickson1 berickson1 released this 21 Sep 00:54
Check for _aborted before _fire() (#38)

* Check for _aborted before _fire()

0.2.1

Choose a tag to compare

@berickson1 berickson1 released this 20 Sep 00:56
e62c713
Fix an assertion if a request with timeout receives 2 callbacks from …

0.2.0

Choose a tag to compare

@berickson1 berickson1 released this 31 Aug 20:37
  • 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

Choose a tag to compare

@berickson1 berickson1 released this 30 Aug 23:26

Adding support for streaming COMET-style hanging GETs to SimpleWebRequest