Skip to content

Commit 2fbf821

Browse files
committed
implemented rate limit respecting and an async flag for library implementation; bumped api version to 0.0.4
1 parent cd87bea commit 2fbf821

3 files changed

Lines changed: 292 additions & 326 deletions

File tree

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.0 (unreleased)
2+
-------------------
3+
4+
* exposing rate limiting
5+
* added `async` flag to `Streamer` constructor. When set to `async=false` Streamer will block when shipping to Initial State API in order to wait for the response.
6+
* added a wait time based on the `Retry-After` header responded by the API when a `429` response is received
7+
* using Initial State API >=0.0.4
8+
19
0.0.26 (unreleased)
210
-------------------
311

0 commit comments

Comments
 (0)