Skip to content

Releases: apify/apify-cli

v0.18.0

20 Jul 09:47
04af80d
Compare
Choose a tag to compare

What's Changed

  • feat(create, init): create INPUT.json from input_schema prefills by @nguyeda1 in #379
  • feat: Use actor/apify env vars instead of old ENV_VARS by @jirimoravcik in #381
  • chore: Bump version to 0.18.0 by @jirimoravcik in #382

Full Changelog: v0.17.0...v0.18.0

v0.17.0

22 Jun 12:59
65a9f80
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: Telemetry data collection by @drobnikj in #362
  • chore: Fix docs reference by @drobnikj in #375
  • fix: Folder path creation by @HonzaTuron in #376
  • feat(create): Merge local development instructions into README by @nguyeda1 in #372

New Contributors

  • @nguyeda1 made their first contribution in #372

Full Changelog: v0.16.2...v0.17.0

v0.16.2

14 Jun 09:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.16.2

v0.16.1

28 Apr 14:53
1f884af
Compare
Choose a tag to compare

What's Changed

  • Fix apify create on Node 19+, add Node 20 to CI test roster by @fnesveda in #359

v0.16.0

26 Apr 11:55
Compare
Choose a tag to compare

What's Changed

New features

  • Added option to open actor detail in Apify Console after successful apify push by @HonzaTuron in #353

Fixes

  • Stopped adding apify_storage to .gitignore if it already is there by @fnesveda in #355
  • Fixed extracting some template archives by @mvolfik in #358
  • Improved log messages for different build statuses by @fnesveda in #350

Full Changelog: v0.15.1...v0.16.0

v0.15.1

14 Mar 09:12
637907f
Compare
Choose a tag to compare

What's Changed

  • Added a post-create message to Python actors by @fnesveda in #349
  • Updated the apify run help to not be so Node-specific by @fnesveda in #347
  • Started using correct "omit optional dependencies" argument based on NPM version by @fnesveda in #346

Full Changelog: v0.15.0...v0.15.1

v0.15.0

09 Mar 09:25
0b8adb0
Compare
Choose a tag to compare

New features

Internal changes

Full Changelog: v0.14.1...v0.15.0

v0.14.1

08 Feb 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.1

v0.13.0

03 Jan 12:10
843c631
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

20 Dec 08:17
dc8222c
Compare
Choose a tag to compare
  • add the X-Apify-Request-Origin: CLI header to the API calls done by CLI