Skip to content

Commit

Permalink
Merge branch 'node-fetch-migration'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwhitman committed Feb 2, 2022
2 parents 8b5eaef + 3f89158 commit dca0e34
Show file tree
Hide file tree
Showing 13 changed files with 2,704 additions and 744 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
## Changelog

### 3.0.0-dev

**Note that this major version release contains backwards incompatible changes.**

- Callback functionality has been removed. Callbacks can still be used by using `util.callbackify()`.
- `request` has been replaced by `node-fetch`. Full API responses are returned by function calls.

### 2.4.0

- Reconnect to websocket stream if disconnected.
Expand Down

0 comments on commit dca0e34

Please sign in to comment.