You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04_upgrading/upgrading_to_v4.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,21 +73,9 @@ The deprecated `latest_sdk_version`, `log_format`, and `standby_port` fields hav
73
73
74
74
### Unused Configuration fields
75
75
76
-
The `disable_outdated_warning`, `fact`, and `max_paid_dataset_items` fields have been removed from `Configuration`. The SDK never read any of them, and `Actor.get_env()` no longer includes their keys. The corresponding `ActorEnvVars.MAX_PAID_DATASET_ITEMS`, `ApifyEnvVars.DISABLE_OUTDATED_WARNING`, and `ApifyEnvVars.FACT` enum entries remain available.
76
+
The `disable_outdated_warning`and `fact` fields have been removed from `Configuration`. The SDK never read either of them, and `Actor.get_env()` no longer includes their keys. The corresponding `ApifyEnvVars.DISABLE_OUTDATED_WARNING` and `ApifyEnvVars.FACT` enum entries remain available.
77
77
78
-
-`disable_outdated_warning` and `fact` have no replacement. SDK version checking isn't supported for the Python SDK, so there is no outdated-version warning to disable.
79
-
-`max_paid_dataset_items` only mirrored the `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable — read the environment variable directly instead:
0 commit comments