Skip to content

Commit

Permalink
Merge pull request #1345 from maxmind/kevin/fetch-changelog
Browse files Browse the repository at this point in the history
Update changelog re: fetch usage
  • Loading branch information
kevcenteno authored Nov 19, 2024
2 parents 5cbf29c + a64c70a commit 348dec6
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 348dec6

Please sign in to comment.