Finds the currently active release plan based on current time.
The active release plan, or null if no downtime is currently active
Retrieves the current version string from configuration.
The version string, or null if not set
InternalChecks if the configuration data came from the global workspace.
True if global fallback data
Determines if the feature is currently in a maintenance window for the given scope.
Optionalscope: stringThe application scope to check (e.g., 'web', 'ios', or '*' for any)
Optionalstrategy: MaintenanceStrategyMaintenance strategy to apply ('auto', 'always', or 'none')
True if currently in maintenance
Finds the next scheduled release plan in the future.
The next upcoming release plan, or null if none are scheduled
Manages maintenance window configurations and provides evaluation logic for downtimes.
Example