Releases: apify/apify-client-js
Releases · apify/apify-client-js
v2.7.1
v2.7.0
What's Changed
- fix:
isAtHome
value in User-Agent header by @mvolfik in #286 - fix: types for actor run by @drobnikj in #331
- fix: improve reading of the version when using bundlers by @vladfrangu in #332
- feat: add support for
maxItems
in run options by @novotnyj in #330 - feat: mark Request Queue v2 methods as stable by @drobnikj in #334
- feat: add standard handing for setStatusMessage by @barjin in #333
New Contributors
Full Changelog: v2.6.3...v2.7.0
v2.6.3
v2.6.2
What's Changed
- fix:
Actor.call
andTask.call
acceptwaitSecs
notwaitForFinish
by @vladfrangu in #283 - feat: re-export useful types and classes by @vladfrangu in #285
- fix(types): correct extends clause for Dataset entries by @vladfrangu in #284
- fix: Correct docs links for actor env vars, some refactoring by @jirimoravcik in #287
- fix: make ActorUpdateOptions type have optional fields by @metalwarrior665 in #288
- fix: correctly set default client headers by @valekjo in #290
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- feat: drop single file support by @valekjo in #257
- feat: update actor types by @HonzaTuron in #263
- feat: Add flatten param to Dataset items listing by @Strajk in #264
- feat: Add optional title field to task, schedule, key-value store, dataset, and request queue by @valekjo in #271
- fix: Add
defaultRequestQueueId
property toActorRun
type by @fnesveda in #268
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Add run.update() method for setting fields on runs. You can update statusMessage of run using this method. by @barjin in #258
- Fix parsing ApifyError for method called with forceBuffer param to true. by @drobnikj in #260
- Fix stream support, related with axios/axios#1045 by @mvolfik in #256
New Contributors
Full Changelog: v2.5.2...v2.6.0
v2.5.2
v2.5.1
What's Changed
- Fix ActorRun - correct type for
status
by @vladfrangu in #254 - Add methods to list all requests in queue,
requestQueueClient.listRequests()
andrequestQueueClient.paginateRequests()
.
The paginate requests return an async iterator. by @drobnikj in #249
for await (const page of rqClient.paginateRequests()) {
// Do something with page.items
}
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- feat: origin param added for last actor/task run endpoints by @HonzaKirchner in #248
- chore: version update by @HonzaKirchner in #250
New Contributors
- @HonzaKirchner made their first contribution in #248
Full Changelog: v2.4.1...v2.5.0