·
112 commits
to main
since this release
💉 Changed
- [BREAKING CHANGE] #997 With the stabilization of the Fetch API in Node.js v21, this package now uses the Fetch API instead of got. As a consequence, the following breaking changes where introduced:
Connection
class - Theoptions
property has been removed.UnauthorizedError
error - Removed and replaced by the Fetch API's error handling.RequestError
error - Removed and replaced by the Fetch API's error handling.UnknownError
error - Removed and replaced by the Fetch API's error handling.Parameters
class- The argument type of
parameterGroups
in theget
function has been changed from a rest notation to an array. - The argument type of
parameterGroups
in theupdate
function has been changed from a rest notation to an array.
- The argument type of
Connection
andProtocol
are now exported from this package, meaning you don't have to import them fromaxis-core
.