Skip to content

@apify/utilities@3.0.0

Choose a tag to compare

@B4nan B4nan released this 03 Sep 21:16
· 8 commits to master since this release
90c4e88

3.0.0 (2026-09-03)

Features

  • input_secrets: replace ow with zod validation (#685) (38a6890)
  • publish ESM-only packages and require Node.js 22+ (#684) (338dbac)
  • replace legacy dependencies with platform builtins (#689) (fcb8fa7), closes #537

BREAKING CHANGES

  • ImageProxyClient methods (generateUrl, generateUrlWithParam, updateImagesInHtml, createImageHtml) are now async and return promises. Generated URLs and digests are unchanged.
  • input_secrets: Invalid arguments throw ArgumentValidationError instead of ow's ArgumentError, with differently formatted messages.
  • All packages are ESM-only and require Node.js 22 or higher. CommonJS consumers on Node.js 22+ can still require() them thanks to native require(esm) support.