Platform 2023.2 deprecations

This page lists all features and APIs deprecated in the 2023.2 release. Deprecated items may still function but are scheduled for removal in a future release unless otherwise noted. Items marked as Removed are no longer available.

VersionDeprecationStatusDescription
2023.2AngularJS deprecatedRemoved in Platform 6AngularJS is removed from Itential Core in Platform 6. Custom applications and manual tasks that depend on AngularJS must be refactored or self-hosted.
2023.2Decision task replaced in GEN 2 workflowsRemoved in Platform 6The decision task is no longer supported on the GEN 2 workflow canvas. Replace it with the Evaluation task.
2023.2Form Builder deprecatedRemoved in Platform 6app-form_builder has been removed and replaced by app-json_forms.
2023.2Optional HTTP Verbs property removedDeprecatedThe allowedHttpOptionalVerbs property is deprecated. Removal date is TBD.
2023.2Profile route and profile property deprecatedRemoved in 2024.2The /profile route and uiProps.profile property have been removed. The user profile page is now named User Settings.
2023.2SSL properties deprecated in MongoPropsRemoved in 2024.2The ssl properties in mongoProps are replaced by tls properties. The replSet key is also removed.
2023.2UI libraries deprecatedRemoved in 2024.1–2024.2All Platform-provided UI libraries under /lib/ are removed. Custom applications must embed required libraries directly.
2023.2User Profile APIs deprecatedRemoved in 2024.2getUserProfile and updateUserProfile are replaced by GET /user/settings and PATCH /user/settings.
2023.2.6Verify Config API deprecatedRemoved in Platform 6The verifyConfig API in app-mop has been removed. Use the equivalent API in app-nso_manager instead.
2023.2.7Multiple file imports for projects deprecatedRemoved in 2024.1.0The ability to import multiple files into projects has been removed. Single file uploads remain available.