apify-cli 1.3.1-beta.9 → 1.4.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,17 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  <!-- git-cliff-unreleased-start -->
6
6
 
7
- ## 1.3.1 - **not yet released**
7
+ ## 1.4.1 - **not yet released**
8
+
9
+ <!-- git-cliff-unreleased-end -->
10
+
11
+ ## [1.4.0](https://github.com/apify/apify-cli/releases/tag/v1.4.0) (2026-03-26)
8
12
 
9
13
  ### 🚀 Features
10
14
 
11
15
  - Add `.actorignore` support ([#1038](https://github.com/apify/apify-cli/pull/1038)) ([cb77da8](https://github.com/apify/apify-cli/commit/cb77da8c012ab4c234a207e7d26858647ba0370b)) by [@l2ysho](https://github.com/l2ysho), closes [#706](https://github.com/apify/apify-cli/issues/706), [#982](https://github.com/apify/apify-cli/issues/982)
16
+ - Add `actors search` command to search Apify Store ([#1047](https://github.com/apify/apify-cli/pull/1047)) ([ada9674](https://github.com/apify/apify-cli/commit/ada967424619ed2c1f597bb80153d0b1c77ec009)) by [@patrikbraborec](https://github.com/patrikbraborec)
12
17
 
13
18
  ### 🐛 Bug Fixes
14
19
 
15
20
  - Throw an error on missing secrets ([#1039](https://github.com/apify/apify-cli/pull/1039)) ([2ac7e3c](https://github.com/apify/apify-cli/commit/2ac7e3ca32d0fe35bfb6be9c2d38513518b16e61)) by [@janbuchar](https://github.com/janbuchar), closes [#921](https://github.com/apify/apify-cli/issues/921)
16
-
17
- <!-- git-cliff-unreleased-end -->
21
+ - **generate-schema-types:** Mark properties with defaults as always present in generated types ([#1048](https://github.com/apify/apify-cli/pull/1048)) ([0af4974](https://github.com/apify/apify-cli/commit/0af497418e32425b9d9235898f6447c553f4e810)) by [@JuanGalilea](https://github.com/JuanGalilea)
18
22
 
19
23
  ## [1.3.0](https://github.com/apify/apify-cli/releases/tag/v1.3.0) (2026-03-11)
20
24