Skip to content

Releases: apify/apify-client-js

v2.7.1

06 Apr 11:54
930ea84
Compare
Choose a tag to compare

What's Changed

  • fix: add types to package exports by @B4nan in #349

Full Changelog: v2.7.0...v2.7.1

v2.7.0

14 Mar 12:46
34902c0
Compare
Choose a tag to compare

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

14 Feb 12:49
6b7465e
Compare
Choose a tag to compare

What's Changed

  • feat: isStatusMessageTerminal in RunUpdate interface by @barjin in #306

Full Changelog: v2.6.2...v2.6.3

v2.6.2

04 Jan 10:14
08eeae1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

13 Oct 09:49
d3d3cc3
Compare
Choose a tag to compare

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 to ActorRun type by @fnesveda in #268

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Jul 11:59
Compare
Choose a tag to compare

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

27 Jun 06:50
Compare
Choose a tag to compare

What's Changed

  • Adjust default parallels and retries for batch add requests by @drobnikj in #255

Full Changelog: v2.5.1...v2.5.2

v2.5.1

06 Jun 15:30
Compare
Choose a tag to compare

What's Changed

  • Fix ActorRun - correct type for status by @vladfrangu in #254
  • Add methods to list all requests in queue, requestQueueClient.listRequests() and requestQueueClient.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

30 May 14:08
18cdc84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

19 May 16:53
Compare
Choose a tag to compare

What's Changed

  • feat: Add request queue methods listAndLockHead, prolongRequestLock, deleteRequestLock by @drobnikj in #246

Full Changelog: v2.4.0...v2.4.1