Skip to content

Releases: L-Blondy/up-fetch

v2.6.0-beta.3

09 Mar 14:33

Choose a tag to compare

--latest=false

v2.6.0-beta.2

09 Mar 14:27

Choose a tag to compare

--latest=false

v2.6.0-beta.1

09 Mar 13:43

Choose a tag to compare

--latest=false

v2.6.0-beta.0

09 Mar 13:29

Choose a tag to compare

  • refactor!: rename validation errors and simplify response error shape

  • rename ValidationError to ResponseValidationError

  • rename isValidationError to isResponseValidationError

  • remove request/response from ResponseError

  • add v2 to v3 upgrade guide and update docs/tests

  • feat: restore deprecated validation error aliases in dist exports

  • serializable errors

serializable errors

  • feat(ai): add agent skill

v2.6.0

09 Mar 15:08

Choose a tag to compare

What's changed since v2.5.1

  • Added up-fetch agent skill files and related documentation
  • deprecate ValidationError and isValidationError in favor of ResponseValidationError and isResponseValidationError
  • Breaking: ResponseError no longer has response and request, status has been moved top level.

This set of changes ensures errors can be (de)serialized while preserving their types

v2.5.1

15 Jan 10:09

Choose a tag to compare

  • feat: export ValidationError class instead of type

v2.5.0

09 Oct 12:39

Choose a tag to compare

  • feat: add onResponse callback that executes once after all retries

v2.4.2

08 Oct 07:36

Choose a tag to compare

  • fix: onError unhandled promise

v2.4.1

08 Oct 07:16

Choose a tag to compare

  • fix: floating promises in event handlers are properly handled
  • fix: fetcher's onSuccess data type is properly inferred

v2.4.0

19 Aug 10:47

Choose a tag to compare

  • onResponseStreaming totalBytes no longer defaults to transferredBytes