Skip to content

Releases: apify/apify-client-js

v1.2.6

22 Jun 07:33
38dc19c
Compare
Choose a tag to compare
  • Added gracefully parameter for abort run function
  • Enabled access to actor run storages via RunClient

v1.2.4

07 Jun 11:07
2851d4d
Compare
Choose a tag to compare
  • use new apify-shared packages to reduce bundle size

v1.2.3

27 May 15:27
c559b5a
Compare
Choose a tag to compare
  • Fixed invalid max body length setting thanks to a transitive default in axios.

v1.2.2

22 Apr 16:51
6a3e065
Compare
Choose a tag to compare
  • Fixed double stringification of JSON inputs in .start(), .call() and .metamorph() functions.

v1.2.1

21 Apr 11:06
1a087e8
Compare
Choose a tag to compare
  • Added missing function serialization to .metamorph(). See 1.2.0 release.

v1.2.0

20 Apr 13:00
Compare
Choose a tag to compare
  • Added function serialization to .start() and .call() function inputs. You can now define input functions as JS functions instead of having to type them out as a string.
  • Added validation for resource IDs to be non-empty. This is non-breaking and prevents cryptic errors like We have bad news: there is no API endpoint at this URL.

v1.1.1

14 Apr 11:12
9625764
Compare
Choose a tag to compare
  • Fixed slow parsing of large responses due to a bug in axios.

v1.1.0

10 Apr 17:44
Compare
Choose a tag to compare
  • Added timeout, memory, and build parameters to client.run.resurrect()
  • Deprecated disableRedirect option for kvs.setRecord()
  • Updated apify-shared version to resolve a sub-dependency vulnerability.

v1.0.5

21 Feb 20:50
Compare
Choose a tag to compare
  • Fix requests timing out too early due to socket timeouts.
  • Fix .call and .waitForFinish waiting infinitely with waitSecs: 0.
  • Add missing validations to getOrCreate methods.
  • Remove signed URL uploads from kvs.setRecord()

v1.0.4

10 Feb 14:17
7043c78
Compare
Choose a tag to compare
  • Omit query params for direct upload URL calls