Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 603 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 603 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

[0.2.0] - 2018-08-29

Added

  • Unit tests verifying queueing/blocking requests and executing them in order

Changed

  • 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