@@ -9,6 +9,42 @@ detailing some of the changes.
99the 4.x.x versions hidden behind optional feature flags or different import paths. Any
1010breaking changes will not be included until v5.0.
1111
12+ ## 4.12.0
13+
14+ ## Highlights
15+
16+ - Added support for Docker repositories and curator extension improvements
17+ - Fixed several bugs related to schema generation and validation
18+ - Upgraded dependencies and added new CLI commands
19+
20+ ## Features
21+
22+ - [ SYNPY-1731] Implement DockerRepository entity by @linglp in #1322
23+ - [ SYNPY-1746] Add IsTemplate column to Curator CSV data model by @andrewelamb in #1311
24+ - [ SYNPY-1726] Add bind-jsonschema CLI command by @aditigopalan in #1317
25+ - [ SYNPY-1777] Separated check_name into org and schema functions; Add fix_schema_name by @andrewelamb in #1328 , #1327
26+ - [ SYNPY-1765] Remove project id arg from create_record_based_curator_task by @andrewelamb in #1329
27+ - [ SYNPY-1784] Added delete_record_set and delete_file_view parameters to CurationTask.delete() by @andrewelamb in #1333
28+
29+ ## Bug Fixes
30+
31+ - [ SYNPY-1787] Changed conditionals so that the watched property is required by @andrewelamb in #1334
32+ - [ SYNPY-1770] fix variable mutation in get_conditional_properties by @linglp in #1319
33+ - [ SYNPY-1744] Redo how curator extension checks imports by @andrewelamb in #1307
34+ - [ SYNPY-1702] Update curator extensions related documentation by @thomasyu888 in #1312
35+ - [ SYNPY-1788] Comment out test due to synapse api error by @linglp in #1338
36+
37+ ## Tech Debt
38+
39+ - [ SYNPY-1751] upgrade setuptools by @danlu1 in #1310
40+ - [ SYNPY-1758] Bump filelock version to 3.20.3 in setup.cfg by @BryanFauble in #1323
41+
42+ ## Other
43+
44+ - [ SYNPY-1759] Allow task to be assigned using assigneePrincipalId by @linglp in #1321
45+ - [ SYNPY-1768] Conditional dependencies are now grouped by @andrewelamb in #1324
46+ - [ SYNPY-1794] Modified EntityView creation of strings and list cols by @andrewelamb in #1340
47+
1248## 4.11.0
1349
1450
0 commit comments