Skip to content

Commit 7cf2e79

Browse files
committed
chore(releng): update changelog with 9.3.0 changes
1 parent 6b83c85 commit 7cf2e79

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 9.3.0
5+
6+
### Core
7+
- Introduce 'sourceOf' dependency scope (#1327)
8+
* Special scope marker to indicate that a resource is used as a source of another
9+
* When versioning a resource, all sourceOf dependencies will be versioned with it at the same time
10+
11+
### SNOMED CT
12+
- Introduce `snomed.mrcm.allowedDataAttributesExpression` and `snomed.mrcm.allowedObjectAttributesExpression` configurations (#1325)
13+
* By default they use the corresponding attribute concept's descendants from SNOMED CT International Edition
14+
* They can be changed to accommodate additional requirements (e.g. allow additional hierarchies to be used as relationship types)
15+
16+
### Validation
17+
- Validation threading changes (#1320)
18+
* Introduce `validation.workerPoolSize` configuration setting
19+
* Deprecate `validation.numberOfValidationThreads` configuration setting
20+
* Increased allowed maximum pool size to `99`
21+
* A more reasonable default pool size is computed based on the available resources on the current node
22+
23+
### Bugs/Improvements
24+
- [core] improve detection of non-connected cycles in SimpleTaxonomyGraph (#1322)
25+
- [api] fixed an issue where retrieving validation results could result in a server error (#1310)
26+
- [snomed] ensure that concrete data type reference sets can be created for concept component types (e4525b1)
27+
- [snomed] fixen an issue where language configuration merging could result in serialization error (796f1f4)
28+
- [classification] increase page size when gathering information for classification runs (ac34e31)
29+
430
## 9.2.3
531

632
### Bugs/Improvements

0 commit comments

Comments
 (0)