Releases: MauroDataMapper/mdm-core
Releases · MauroDataMapper/mdm-core
5.3.0
See Milestones
What's Changed
- gh-664 add sorting and pagination to classifier elements grid view by @GBishop-PHSA in #366
- gh-288 Update tree endpoints to filter superseded Versioned Folders by @pjmonks in #358
- gh-363 request param to select finalized models by label by @GBishop-PHSA in #364
- gh-371 Add filtering to get classifier element API call by @GBishop-PHSA in #374
- Handle reordering of ModelItems depending on direction of reordering by @joe-crawford in #368
- Check providerHasSavedModels parameter in async Model importer job by @joe-crawford in #373
- gh-375 Add parameter to ignore case during sorting by @GBishop-PHSA in #376
- gh-697 Hide superceded documents from classifier elements list by @GBishop-PHSA in #380
- Update copyright to 2023. Fixes #384 by @jamesrwelch in #385
- Update validation rule for semantic links by @jamesrwelch in #386
- Fix typo in query by @jamesrwelch in #387
- Support for OAuth authentication for connecting to Subscribed Catalogues, and federation fixes by @joe-crawford in #388
- gh-389 Update SummaryMetadata to support filtering for index queries by @pjmonks in #390
- postgresql to aurora db migration fix by @oleksiiRybak in #392
- Add batching to potentially large deletion operations by @jamesrwelch in #391
- Add new ApiProperty to disable revealing exceptions in error messages by @joe-crawford in #396
- Update Grails to 5.3.2 and other dependency updates by @joe-crawford in #397
New Contributors
Full Changelog: 5.2.0...5.3.0
5.2.0
See Milestones
What's Changed
- Feature/mc 9861 - add intersectsMany endpoint by @aaronforshaw in #307
- Add export URLs and content types to published models endpoints and Atom feed by @joe-crawford in #304
- Configure Renovate by @renovate in #305
- Feature/mc 9888 by @aaronforshaw in #311
- Subscribed catalogue support for Atom XML and importing from published URLs by @joe-crawford in #309
- Feature/gh 321 - fix data binding to SearchParams by @aaronforshaw in #322
- gh-323 handle null or malformed date strings by @aaronforshaw in #324
- ModelItem ordering fixes by @joe-crawford in #325
- Import Data Elements into Data Classes within the same VF by @jamesrwelch in #328
- gh-329 test bulk edit of profiles for terms by @aaronforshaw in #331
- gh-274 set referenceDataModel from URL by @aaronforshaw in #332
- Add a test for #328 by @jamesrwelch in #336
- Batch save multiple terminologies by @jamesrwelch in #333
- gh-257 handle unknown IDs by @aaronforshaw in #335
- gh-253 fix the availableApplicationAccess endpoint and allow admin ac… by @aaronforshaw in #338
- gh-339 add multiFacetAwareItem to the many response by @aaronforshaw in #340
- Allow one ReferenceDataValue per ReferenceDataModel row and column by @aaronforshaw in #342
- gh-256 use the securableResourceId by @aaronforshaw in #337
- gh-245 Restrict ability to create folders and classifiers by @GBishop-PHSA in #345
- Feature/gh 254 Fix creation of SecurableResourceGroupRole on UserGroup endpoint by @aaronforshaw in #346
- Feature/gh 330 Delete version links when deleting a versioned folder by @aaronforshaw in #348
- gh-347 add a database constraint to prevent duplicate SecurableResourceGroupRole by @aaronforshaw in #349
- Fix ModelItem ordering when saving new ModelItems; add order to default exporters by @joe-crawford in #343
- Update Grails to 5.1.9 by @joe-crawford in #352
- Delete BreadcrumbTree rows when parent Model is deleted by @joe-crawford in #351
New Contributors
Full Changelog: 5.1.0...5.2.0
5.1.0
See Issues fixed and Milestones
What's Changed
- Feature/mc 9632 - Branch and merge Reference Data Models by @aaronforshaw in #229
- Summary metadata JSON and XML import/export by @joe-crawford in #246
- Optimisations and tidyups by @olliefreeman in #251
- Feature/mc 9801 by @olliefreeman in #265
- Feature/mc 9772 - New endpoints for Data Model subset and intersects by @aaronforshaw in #244
- Feature/gh 247 - Disallow duplicate keys on apply; set lastUpdatedBy on update by @aaronforshaw in #252
- Feature/gh 222 by @aaronforshaw in #263
- mc-9777 sendEmailToUser when not using ApiPropertyEnum by @aaronforshaw in #267
- Add tests to check defined endpoints against documented endpoints by @olliefreeman in #276
- Further speed improvements by @olliefreeman in #281
- gh-275 Control access into non-secured domains contained inside other non-secured domains by @olliefreeman in #282
- Improve the login process by @olliefreeman in #283
- mc-9808 Allow a simplified creation for ReferenceTypes and ModelDataTypes by @olliefreeman in #284
- Clean up unused endpoints by @joe-crawford in #294
- mc-9827 add method to send email with any properties map by @aaronforshaw in #291
- Feature/gh 269 - Copy Data Class hierarchy for Reference Types by @aaronforshaw in #285
- gh-295 flush when saving data class and data element in the subset operation by @aaronforshaw in #296
- Profile datatype fixes and restrict dynamic profile endpoints to finalised versions by @joe-crawford in #293
- Copy index order with ModelItems by @joe-crawford in #280
- MC-9710 Export Folders as JSON (no Models) by @adjl in #239
- Feature/various bug fixes by @olliefreeman in #301
Full Changelog: 5.0.0...5.1.0
5.0.0
Major Update
- Updated to Java 17 (Temurin)
- Updated to Grails 5.1.2
- Updated to Groovy 3.0.9
- Updated to Gradle 7.3.3
See Issues fixed and Milestones
What's Changed
- GH-171 Fix for folder search to include nested folders by @GBishop-PHSA in #190
- Don't generate an empty asset manifest file for mdm-plugin-profile (Solves #185) by @jamesrwelch in #195
- Feature/gh 187 by @aaronforshaw in #197
- Feature/gh 192 by @aaronforshaw in #199
- gh-180 add filtering by namespace (ns), key and value by @aaronforshaw in #202
- Subscribed models newer versions by @joe-crawford in #201
- Breadcrumb not set updated to check for is finalised and set breadcru… by @gammonpeter in #198
- Feature/gh 178 by @aaronforshaw in #194
- gh-205 propagate SummaryMetadata by @aaronforshaw in #207
- Feature/gh 206 Fix retrieval of latest version of finalised model by @aaronforshaw in #210
- Feature/gh 208 Set the domainId for a BreadcrumbTree on Enumeration Value by @aaronforshaw in #212
- Feature/gh 70 - Copy Summary Metadata to new model version by @aaronforshaw in #218
- Separate subscribed catalogue admin endpoints by @joe-crawford in #221
- Feature/gh 209 - fix profile sort by @aaronforshaw in #217
- Feature/gh 182 by @GBishop-PHSA in #200
- Implement import and export of multiple Data Models, Terminologies and Code Sets in JSON and XML by @adjl in #167
- gh-211 Update search to include multi-word classifiers by @GBishop-PHSA in #227
- Feature/mc 9577 - CatalogueUser anonymisation by @aaronforshaw in #225
- Close federation connections and published models version number fix by @joe-crawford in #231
- Feature/mc 9631 - Branch and merge Model Data Type by @aaronforshaw in #223
New Contributors
- @GBishop-PHSA made their first contribution in #190
Full Changelog: 4.11.0...5.0.0
4.11.0
See Issues fixed
and Milestones
What's Changed
- Feature/gh 131 by @gammonpeter in #141
- Added TreeItem Endpoint addition to show under the /ancestors option by @olliefreeman in #142
- Simplify Profile message values by @joe-crawford in #148
- MC-9605 Include imported DataClasses in the tree given a flag by @adjl in #137
- gh-143 Parse params.max and params.offset as Integer by @aaronforshaw in #156
- Feature/mc 9089 by @gammonpeter in #157
- Added new props for active and non auth users by @gammonpeter in #161
- Implement ProfileField editableAfterFinalised property by @joe-crawford in #155
- Subscribed Catalogue fixes and exceptions by @joe-crawford in #170
- Feature/mc 9510 by @aaronforshaw in #173
- Add columnNumber to ReferenceDataElement by @aaronforshaw in #175
- Temporarily disable subscribed model federate endpoint by @joe-crawford in #174
New Contributors
- @gammonpeter made their first contribution in #141
- @joe-crawford made their first contribution in #148
Full Changelog: 4.10.0...4.11.0
4.10.0
See Issues fixed
and Milestones
4.9.0
See Issues fixed
and Milestones
4.8.0
See Issues fixed
and Milestones
4.7.0
See Issues fixed
and Milestones
4.6.0
See Issues fixed