Changelog
Platform and API changes that affect developers. Each entry links to the full release note on skedulo.com.
Subscribe: RSS
- 17 Sept 2026NewIntelligent SchedulingTravel distance and duration in the Swimlane APIThe Optimization Swimlane API now returns travel distance and duration for every event in a Resource's schedule, so integrations no longer need a separate call to the routes API to get this data.
- 04 Sept 2026NewObjects and FieldsCustomizable object labels for standard and custom objectsSet distinct singular and plural labels on custom objects, and override defaults for standard objects.
- 18 Aug 2026NewPlatformAutomation Builder is now available in open betaThe Automation Builder, our new web based low-code tool for Administrators, is now open for self-service beta testing. Build multi-step, branching automations triggered by record changes, schedules, or platform events.
- 16 Jun 2026NewSkedulo CLIManage URL Overrides from the Skedulo CLI - now generally availableYou can now manage URL Overrides as a Skedulo artifact. Define, deploy, and version-control URL overrides through the Skedulo CLI
- 12 Jun 2026NewPlatformCustomize your web app interface with Page Builder, now GA!Page Builder lets administrators customize the web app interface without code, now generally available.
- 11 May 2026NewPicklistsDependent picklists now available in Page BuilderPicklist fields in Page Builder now filter their available options based on a controlling field, helping users select the right value and reducing data entry errors. Dependent picklists update live as the controlling field changes, and any selections that are no longer valid are cleared automatically.
- 24 Mar 2026NewIntelligent SchedulingInfeasibility reasons available via the Optimization APIInfeasibility reasons from Optimization runs are now accessible via a dedicated API endpoint, returning the same detailed reasoning available in the run results page.
- 07 Jan 2026NewConnected FunctionsChanges to Node.js version support for functionsWe have added support for Node.js v24 to functions, removed support for Node.js v16, and are announcing dates for end of support for v18 and v20.
- 21 Nov 2025NewPlatformPage builder: Improved layouts and create flowsGain more control over your designs in the Page Builder. We’ve made it easier to arrange components with the Layout Container, and upgraded the Create Field Layout component to support new 'After Submit' actions and default field value templates.
- 31 Oct 2025NewPlatformPage builder open betaPage builder is a new tool that enables Skedulo Administrators to customize the user interface in key areas of the Skedulo Web App. During the open beta period, Administrators are encouraged to enable page builder in their environments and share feedback with us.
- 17 Oct 2025NewGraphQLDistance filtering and ordering for standard fields in GraphQLYou can now filter and order results from a GraphQL query using the new Distance operator on standard fields. For example, a developer could now query a location that is less than 10KM from a given point, and order the results so that the closest location is first in the results.
- 03 Oct 2025NewSkedulo PlusThe latest version of Skedulo Plus is now available for downloadSkedulo Plus version 3.19.0 (iOS) and 3.19.2 (Android) has been released with enhancements and bug fixes.
- 25 Sept 2025DeprecatedGraphQLChanges to GraphQL API to allow more records to be retrieved per queryWe have introduced new dynamic query limits that allow more records to be returned. Developers can use the dynamic limits by using a new “limit” parameter in queries. The ‘first’ parameter has been deprecated, but will continue to work in order to maintain backwards compatibility.
- 25 Sept 2025NewPlatformImprovements to formatting date & time fields in “Send SMS” actions within a triggered actionThe Send SMS action in triggered actions now automatically formats ‘Date & time’ fields based on the Timezone field if present. We’ve also introduced a new function called formatDateTime that can be used in message templates for finer grained control if required.
- 05 Sept 2025NewSkedulo CLISkedulo CLI version 5.05 releasedA new version of Skedulo CLI (v5.0.5) is now available. This version includes bug fixes for users on Windows.
- 20 Aug 2025NewSkedulo CLISkedulo CLI version 5.03 releasedA new version of Skedulo CLI (v5.0.3) is now available. This version includes improvements to the “sked package register” command to support larger packages.
- 07 Aug 2025NewObjects and FieldsCreate custom fields with unique constraints in the web appYou can now create custom fields that have unique constraints in the web app settings.
- 31 Jul 2025NewSkedulo CLISkedulo CLI version 5.0.0 releasedA new version of Skedulo CLI (v5.0.0) is now available. This version includes: Increased maximum package size to 50MB; Improved performance of package deployment; artifact list command supported for horizon artifacts; generate command for component-bundles.
- 29 Jul 2025NewPlatformUpdates now allowed to User recordsYou can now update most fields of a User record via GraphQL. For users authenticated via Single Sign-On (SSO), you can modify the Email field using GraphQL, the User detail page in web app settings, the Data import/export tool, or the Onboarding API.
- 30 May 2025ImprovedGraphQLImprovements to the ‘upsert’ mutation in the GraphQL APIThe GraphQL upsert operation now retains the values of optional fields that are not included in the request.