Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run.update() for generic run PUT requests #259

Merged
merged 5 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version bump to avoid crawlee problems
  • Loading branch information
barjin committed Jul 5, 2022
commit 280b98c3c4b837fee40cacfef55c2bf1257e639a
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
2.6.0 / 2022/07/XX
2.6.1 / 2022/07/XX
==================
- Add `run.update()` method for setting fields on runs (i.e. statusMessage).
- Replace `run.setStatusMessage()` with `run.update()` method for generic setting fields on runs.

2.6.0 / 2022/07/04
==================
- Add `setStatusMessage` method for setting custom status messages on runs.

2.5.2 / 2022/06/27
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-client",
"version": "2.6.0",
"version": "2.6.1",
"description": "Apify API client for JavaScript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down