Skip to content

Commit

Permalink
Update changelog re: fetch usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Nov 18, 2024
1 parent 9eda4b6 commit a64c70a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
CHANGELOG
=========

5.1.0
6.0.0
------------------

* **Breaking** Internal webservice calls now use Node's built-in `fetch` instead of `http`. This
will affect users who are on unsupported versions of Node, specifically Node 17 and below.
* Two new error codes have been added: `NETWORK_TIMEOUT` and `FETCH_ERROR`, second of which is returned
when there's a `fetch` related error that could not be handled by other errors.
* The `ip6addr` dependency has been removed.

5.0.0 (2023-12-05)
Expand Down

0 comments on commit a64c70a

Please sign in to comment.