Skip to content

Releases: cplieger/fetch

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:30

Changed

  • Centralize fetch-instance assembly in buildInstance

Dependencies

  • Update cplieger/ci digest to 696eb4c (#33)
  • Update cplieger/ci digest to 0b9a003 (#35)
  • Lock file maintenance (#39)

Security

  • Harden path containment and the never-throw envelope against hostile input

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:50

Dependencies

  • Lock file maintenance (#8)
  • Update github/codeql-action action to v4.37.0 (#11)
  • Update cplieger/ci digest to eac2fbe (#13)
  • Update cplieger/ci digest to c06c226 (#16)
  • Update cplieger/ci digest to 041a6c6 (#17)
  • Update cplieger/ci digest to beb1451 (#20)
  • Update cplieger/ci digest to 1b09083 (#22)
  • Update cplieger/ci digest to 33c2c63 (#26)
  • Update cplieger/ci digest to 7230bd6 (#28)
  • Update cplieger/ci digest to 9bcea59 (#30)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:54

Added

  • Add createFetch(config) factory for isolated instances

Fixed

  • Harden request core against path traversal and unencodable bodies
  • Satisfy JSR no-slow-types in verbs (explicit types, drop destructuring export)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:39

Added

  • Initial @cplieger/fetch implementation

Changed

  • Drop the symmetry-only mutation *Typed verbs

Fixed

  • Classify client errors, empty-body type honesty, and runtime-safe timeouts