Skip to content

Releases: apify/apify-shared-js

@apify/validations@1.1.0

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 12:23
5940c90

1.1.0 (2026-09-07)

Features

  • validations: adopt the richer error formatting from apify-client (#703) (cf69060)

@apify/validations@1.0.2

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 09:34
6372a1d

1.0.2 (2026-09-07)

Note: Version bump only for package @apify/validations

@apify/input_secrets@2.0.3

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 12:23
5940c90

2.0.3 (2026-09-07)

Note: Version bump only for package @apify/input_secrets

@apify/input_secrets@2.0.2

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 09:34
6372a1d

2.0.2 (2026-09-07)

Note: Version bump only for package @apify/input_secrets

@apify/input_schema@4.0.3

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 12:23
5940c90

4.0.3 (2026-09-07)

Note: Version bump only for package @apify/input_schema

@apify/input_schema@4.0.2

Choose a tag to compare

@apify-service-account apify-service-account released this 07 Sep 09:34
6372a1d

4.0.2 (2026-09-07)

Note: Version bump only for package @apify/input_schema

@apify/validations@1.0.1

Choose a tag to compare

@B4nan B4nan released this 03 Sep 21:17
f21168b

1.0.1 (2026-09-03)

Bug Fixes

  • graduate remaining 0.x packages to v1 (#700) (1d754fa)

@apify/validations@0.1.0

Choose a tag to compare

@B4nan B4nan released this 03 Sep 21:16
90c4e88

0.1.0 (2026-09-03)

Features

  • input_secrets: replace ow with zod validation (#685) (38a6890)

BREAKING CHANGES

  • input_secrets: Invalid arguments throw ArgumentValidationError instead of ow's ArgumentError, with differently formatted messages.

@apify/utilities@3.0.1

Choose a tag to compare

@B4nan B4nan released this 03 Sep 21:16
f21168b

3.0.1 (2026-09-03)

Note: Version bump only for package @apify/utilities

@apify/utilities@3.0.0

Choose a tag to compare

@B4nan B4nan released this 03 Sep 21:16
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.