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

0.45.0

Release date: May 25, 2023

New featureAdd changelog to the custom tool detail page [#4195]
New feature
UI
Add functionality to set global default view for ag grid [#4747]
New featureAdd loading indicator to attachment panel [#4560]
New feature
UI
Add Milestone Timeline to Project Requirement Grid [#1976]
New feature
UI
Add Test Attributes using a .csv file [#166]
New feature
UI
Copy cell content with 'Ctrl+C' for MDM requirements and project requirements grid [#4988]
New featureCSV Import for Test Template Attributes [#166]
New feature
UI
Display comment when multiple mdm requirements are selected. [#4684]
New featureEnable selection of MDM requirement groups to add them to a project [981]
New feature
UI
List filter show all available values for a column [#4443]
New featureMake help pages accessible from the application [#4632]
New feature
UI
Summary panel for project requirements [#4558]
Improvement
DEPLOYMENT
Add liveness probes to server background workers [#5053]
ImprovementImprove attribute loading performance on Test Attribute Edit page ]
ImprovementImprove error handling in the test edit grid [#4814]
ImprovementImprove performance of parsing complex conditions e.g. for presets, columns and scenarios ]
ImprovementImproves performance of scenario and column calculation with iso-code conditions [#4959]
Improvement
UI
Refactor grid configuration panel to use ClientState Backend [#4747]
Improvement
API
Refactor preset schema to return whole scenario tree as one json object [#4952]
Improvement
UI
Rename the requirement grid column active to state [#4934]
ImprovementUse persistent database connections to improve performance [#384]
Feature removalRemove deprecated user access/refresh tokens from background workers [#4539]

Ever since, background workers called addons with the --access-token and --refresh-token parameters. In version 0.30.0 a new --job-token parameter was added and the old flags were deprecated but both versions continued to work.
Finally, --access-token and --refresh-token have been removed and --job-token is used solely to start addons.

Feature removal
DEPLOYMENT
Remove Helm Chart value worker.server.replicas [#4592]

Since version 0.42.0 the Helm value worker.server.replicas has been deprecated.
Finally, this value has been removed and worker.server.maxInstances should be used instead.

Feature removal
UI
Remove row grouping in collection selection [#4999]
Bug fixAttachment panel images are not displayed in the carrousel when the selection of tests changed [#4912]
Bug fixAudit log contains unsaved changes after partial updates [#4762]
Bug fixDo not use internal filename but preserve original one to be used for preset brick downloads [#4665]
Bug fixDo not use internal filename but preserve orignal one to be used for preset downloads [#4665]
Bug fix
UI
Duplicated items showing up after filtering on project selection [#4977]
Bug fixFlickering lines on test grid while sorting or filtering [#4976]
Bug fix
UI
Grid header does not overlap with grid grouping panel [#4634]
Bug fixMDM requirement attachment upload bug resolved [#4490]
Bug fixPeriodic add-ons are being scheduled even if disabled ]
Bug fix
UI
Preserve grid settings (width, order) in attachment panels [#4302]
Bug fixProject Requirement Edit page back button ]
Bug fixStatus assessment calculation error for aggregated rows [#4882]
Bug fix
UI
Status of project requirement grid update correctly after status value change [#5004]
Bug fixTask view uses full page when logs are short ]
Bug fixUpdate list of presets after creating and deleting a preset [#4965]

API changes
BreakingType XMLColumnType was removed
BreakingType XMLColumnValueAggregationType was removed
BreakingType XMLIsocodeType was removed
BreakingType XMLScenarioNodeType was removed
BreakingPresetUpdateMutationInput.data type changed from UploadType to MultiFileScalar
BreakingXMLListViewType.columns type changed from [XMLColumnType] to [GenericScalar]
BreakingXMLScenarioType.root type changed from XMLScenarioNodeType to GenericScalar
BreakingPresetBrickCreateMutationInput.data type changed from UploadType! to MultiFileScalar!
BreakingPresetCreateMutationInput.data type changed from UploadType! to MultiFileScalar!
BreakingPresetType.data type changed from XMLPresetType to MultiFileScalar!
BreakingPresetBrickUpdateMutationInput.data type changed from UploadType to MultiFileScalar
BreakingPresetBrickType.data type changed from String! to MultiFileScalar!
BreakingTaskType.inputArchive type changed from String to MultiFileScalar
BreakingInput Field aggFunc removed from input type ColumnValueObjectType
Non-BreakingType ColumnValueType was added
Non-BreakingType GroupingType was added
Non-BreakingType LoadColumnValuesInput was added
Non-BreakingType LoadColumnValuesResponse was added
Non-BreakingType ProjectRequirementDeriveMutationInput was added
Non-BreakingType ProjectRequirementDeriveMutationPayload was added
Non-BreakingType RdTestTypeUpsertMutationInput was added
Non-BreakingType RdTestTypeUpsertMutationPayload was added
Non-BreakingArgument id_In: [UUID] added to RdTestType.attributes
Non-BreakingArgument id: UUID added to ProjectRequirementType.projectRequirementVersions
Non-BreakingArgument id_In: [UUID] added to ProjectRequirementType.projectRequirementVersions
Non-BreakingField deriveProjectRequirements was added to object type Mutation
Non-BreakingField upsertRdTestType was added to object type Mutation
Non-BreakingField parsedData was added to object type PresetType
Non-BreakingField content was added to object type PresetBrickType
Non-BreakingField loadColumnValues was added to object type Query
Non-BreakingField latestPreset was added to object type Query
Non-BreakingArgument rank_In: [Int] added to Query.allMdmThresholdRanks
Non-BreakingArgument orderBy: String added to Query.allMdmThresholdRanks
Non-BreakingArgument rank: Int added to Query.allMdmThresholdRanks
Non-BreakingArgument id_In: [UUID] added to Query.allRdTestAttributes
Non-BreakingArgument id: UUID added to Query.allProjectRequirementVersions
Non-BreakingArgument id_In: [UUID] added to Query.allProjectRequirementVersions

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)
Web sockets (deprecated in 0.45.0, removal in 0.49.0)