Releases: apify/apify-shared-js
Releases · apify/apify-shared-js
Release list
@apify/validations@1.1.0
@apify/validations@1.0.2
1.0.2 (2026-09-07)
Note: Version bump only for package @apify/validations
@apify/input_secrets@2.0.3
2.0.3 (2026-09-07)
Note: Version bump only for package @apify/input_secrets
@apify/input_secrets@2.0.2
2.0.2 (2026-09-07)
Note: Version bump only for package @apify/input_secrets
@apify/input_schema@4.0.3
4.0.3 (2026-09-07)
Note: Version bump only for package @apify/input_schema
@apify/input_schema@4.0.2
4.0.2 (2026-09-07)
Note: Version bump only for package @apify/input_schema
@apify/validations@1.0.1
@apify/validations@0.1.0
@apify/utilities@3.0.1
3.0.1 (2026-09-03)
Note: Version bump only for package @apify/utilities
@apify/utilities@3.0.0
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.