Releases: apify/apify-client-js
Releases · apify/apify-client-js
v1.2.6
- Added gracefully parameter for abort run function
- Enabled access to actor run storages via RunClient
v1.2.4
- use new
apify-shared
packages to reduce bundle size
v1.2.3
- Fixed invalid max body length setting thanks to a transitive default in
axios
.
v1.2.2
- Fixed double stringification of JSON inputs in
.start()
, .call()
and .metamorph()
functions.
v1.2.1
- Added missing function serialization to
.metamorph()
. See 1.2.0 release.
v1.2.0
- 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
- Fixed slow parsing of large responses due to a bug in
axios
.
v1.1.0
- 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
- 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
- Omit query params for direct upload URL calls