Releases: Open-MBEE/exec-mms
Releases · Open-MBEE/exec-mms
4.0.20
- Added Elastic Authentication capabilities
- Added ability to branch from a commit
- Updated all Spring and Jackson dependencies
- Removed tika, except tika-core
4.0.19
- Updated spring dependencies to patch vulnerabilities
- New SonarCloud static code analysis
4.0.18
- added compatibility with cameo2022/mdk6 (still compatible with mdk5)
- better error message when trying to create a deleted branch
4.0.17
- Fixes an issue with recurse search
4.0.16
- Fixed issue with username lookup being case sensitive.
4.0.15
- returns the commitId on element gets
- if a 'lastCommitId' is provided on element post, mms will reject with a 409 if it doesn't match the latest commitId of the branch being posted to
4.0.14
Updated element get behavior to match 3.x where the _refId of the returned element(s) reflects the request.
Ex. if a branch is created and element x hasn't been updated in that branch, getting x in that branch would return _refId: branchRef instead of _refId: master.
4.0.13
- Added new endpoint to do multiple operations (add and delete elements) in a single transaction
- Fixed a bug with overwrite removing artifacts
4.0.12
Relax group name validation
4.0.11
- Added userSearchFilter to LDAP module
- Added ADLdapAuthenticationProvider for extended logging of AD response codes