CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

0.41.0

Release date: December 13, 2022

New featureAdd 'Other' node on scenario tree to display tests for non-matching conditions [#1864]
New featureAdd star/unstar column to test edit dialog and enable "expand all"/"collapse all" in column tool panel [#4418]
New featureAllow editing of meta data from test attachments [#4360]
New featureArtifact upload is only allowed if the task is in status RUNNING [#4475]
New featureExtend MDM-Requirement SSRM answer to include association name and datatype as object instead of only the name [#4347]
New featureExtend Project-Requirement SSRM answer to include association name and datatype as object instead of only the name [#4348]
New featureFor backend systems, information can be stored whether file modifications are possible [#4127]
New featureSet default sorting (ascending) for the column "name" of the attachment panel and respect the filter and sort order in the carousel [#2104]
New featureSort test grid with given sort column and sort order from preset [#462]
New featureTake backend system file modification permissions into account on frontend [#4128]
ImprovementIncrease performance when updating test attributes via test detail page [#4035]
ImprovementInitially load all tests on dashboard and improve the load time [#4408]
ImprovementPermissions are managed with the selection-tree component on user management pages [#932]
ImprovementWhen editing a Project Requirement, the thresholds are sorted by their lower boundary value [#4489]
Feature changeRename "SystemNotification" GraphQL Type to "Announcement" [#4244]
Feature removalRemove Notification related REST API endpoints [#4244]
Feature removalRemove test count for scenario filter due to bad performance ]
Feature removalServer Dump/Restore functionality, also possible via maintenance command line, removed from the Settings [#4216]
Bug fix500 Server Error while creating mdm attribute is fixed [#4552]
Bug fixDefault expand states for columns in the preset are correctly applied to the test grid [#4532]
Bug fixEditing existing test attributes resulted in duplicated attributes [#4568]
Bug fixMissing disciplines and template category on new test template page [#4513]
Bug fixProject does not appear on list while creating Test due to an cache update error [#4415]
Bug fixRegression from 0.40: Expired announcements are not shown to users anymore [#4572]
Bug fixTest grid numeric cells allow 0 as input value [#4273]
Bug fixThe count of users on the user management page shows the correct information [#4296]
Bug fixThe Test Detail Overview page now shows the correct test information [#4575]
Bug fixThe test grid sometimes shows an error when loading a preset ]
Bug fixUpgrade fails if cache backend is not yet reachable [#4597]
Bug fixValueList search shows invalid results on mdm attribute edit page [#4391]
Bug fixWarning while deploying Helm chart: 'envConfig.routing.annotations is a table. Ignoring non-table value ([])' [#4467]

API changes
BreakingType OnSystemNotification was removed
BreakingType SystemNotificationCreateMutationInput was removed
BreakingType SystemNotificationCreateMutationPayload was removed
BreakingType SystemNotificationDeleteMutationInput was removed
BreakingType SystemNotificationDeleteMutationPayload was removed
BreakingType SystemNotificationMarkAsReadMutationInput was removed
BreakingType SystemNotificationMarkAsReadMutationPayload was removed
BreakingType SystemNotificationType was removed
BreakingType SystemNotificationTypeConnection was removed
BreakingType SystemNotificationTypeEdge was removed
BreakingType SystemNotificationUpdateMutationInput was removed
BreakingType SystemNotificationUpdateMutationPayload was removed
BreakingType SystemNotificationUserType was removed
BreakingField defaultScenario was removed from object type XMLViewType
BreakingField allSystemNotifications was removed from object type Query
BreakingField systemNotification was removed from object type Query
BreakingRemoved argument availableScenarios from Query.loadRdTests
BreakingField updateSystemNotification was removed from object type Mutation
BreakingField createSystemNotification was removed from object type Mutation
BreakingField markAsReadSystemNotification was removed from object type Mutation
BreakingField deleteSystemNotification was removed from object type Mutation
BreakingField onSystemNotification was removed from object type Subscription
Non-BreakingType AnnouncementCreateMutationInput was added
Non-BreakingType AnnouncementCreateMutationPayload was added
Non-BreakingType AnnouncementDeleteMutationInput was added
Non-BreakingType AnnouncementDeleteMutationPayload was added
Non-BreakingType AnnouncementMarkAsReadMutationInput was added
Non-BreakingType AnnouncementMarkAsReadMutationPayload was added
Non-BreakingType AnnouncementType was added
Non-BreakingType AnnouncementTypeConnection was added
Non-BreakingType AnnouncementTypeEdge was added
Non-BreakingType AnnouncementUpdateMutationInput was added
Non-BreakingType AnnouncementUpdateMutationPayload was added
Non-BreakingType AnnouncementUserType was added
Non-BreakingType ArtifactContentType was added
Non-BreakingType ArtifactCreateMutationInput was added
Non-BreakingType ArtifactCreateMutationPayload was added
Non-BreakingType ArtifactDeleteMutationInput was added
Non-BreakingType ArtifactDeleteMutationPayload was added
Non-BreakingType ArtifactUpdateMutationInput was added
Non-BreakingType ArtifactUpdateMutationPayload was added
Non-BreakingType CustomToolRunMutationInput was added
Non-BreakingType CustomToolRunMutationPayload was added
Non-BreakingType JSONString was added
Non-BreakingType LogEntryType was added
Non-BreakingType MdmTestCaseAssociationType was added
Non-BreakingType MdmTestCaseAssociationTypeConnection was added
Non-BreakingType MdmTestCaseAssociationTypeEdge was added
Non-BreakingType OnAnnouncement was added
Non-BreakingType TaskLogType was added
Non-BreakingType W3SyseAnnouncementPriorityChoices was added
Non-BreakingField sortAscending was added to object type XMLListViewType
Non-BreakingField sortByColumn was added to object type XMLListViewType
Non-BreakingField supportsFileModifications was added to object type BackendSystemType
Non-BreakingProjectDocumentType.file type changed from MultiFileScalar to MultiFileScalar!
Non-BreakingField scenario was added to object type XMLViewType
Non-BreakingMdmRequirementDocumentType.file type changed from MultiFileScalar to MultiFileScalar!
Non-BreakingField columnGroupShow was added to object type XMLColumnValueAggregationType
Non-BreakingInput Field supportsFileModifications: Boolean was added to input type BackendSystemCreateMutationInput
Non-BreakingField artifactContent was added to object type Query
Non-BreakingField announcement was added to object type Query
Non-BreakingField taskLog was added to object type Query
Non-BreakingField allMdmTestCaseAssociations was added to object type Query
Non-BreakingField allAnnouncements was added to object type Query
Non-BreakingField mdmTestCaseAssociation was added to object type Query
Non-BreakingInput Field supportsFileModifications: Boolean was added to input type BackendSystemUpsertMutationInput
Non-BreakingField createArtifact was added to object type Mutation
Non-BreakingField updateAnnouncement was added to object type Mutation
Non-BreakingField createAnnouncement was added to object type Mutation
Non-BreakingField runCustomTool was added to object type Mutation
Non-BreakingField deleteArtifact was added to object type Mutation
Non-BreakingField updateArtifact was added to object type Mutation
Non-BreakingField markAsReadAnnouncement was added to object type Mutation
Non-BreakingField deleteAnnouncement was added to object type Mutation
Non-BreakingField mdmtestcaseassociationSet was added to object type MdmTestCaseAssociationGroupType
Non-BreakingInput Field supportsFileModifications: Boolean was added to input type BackendSystemUpdateMutationInput
Non-BreakingField onAnnouncement was added to object type Subscription

Deprecations
REST-API Endpoints (deprecated in 0.40.0, removal in January, 2025)
Worker resultdata-audi-filesystem (deprecated in 0.41.0, removal in 0.49.0)