@apify/utilities@3.0.0
·
8 commits
to master
since this release
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.