Skip to content

axis-configuration release v7.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 07:49
· 112 commits to main since this release
[email protected]
9baeca2

💉 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 - The options 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 the get function has been changed from a rest notation to an array.
      • The argument type of parameterGroups in the update function has been changed from a rest notation to an array.
  • Connection and Protocol are now exported from this package, meaning you don't have to import them from axis-core.