Skip to content

v2.5.1

Choose a tag to compare

@drobnikj drobnikj released this 06 Jun 15:30
· 710 commits to master since this release

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