Skip to content

Releases: Open-MBEE/exec-mms

4.0.20

07 Mar 03:46
05de8f1
Compare
Choose a tag to compare
  • 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

13 Dec 01:31
adc1e8c
Compare
Choose a tag to compare
  • Updated spring dependencies to patch vulnerabilities
  • New SonarCloud static code analysis

4.0.18

05 Jun 22:52
899af3d
Compare
Choose a tag to compare
  • added compatibility with cameo2022/mdk6 (still compatible with mdk5)
  • better error message when trying to create a deleted branch

4.0.17

31 Mar 23:35
30751d8
Compare
Choose a tag to compare
  • Fixes an issue with recurse search

4.0.16

21 Mar 16:47
823a299
Compare
Choose a tag to compare
  • Fixed issue with username lookup being case sensitive.

4.0.15

14 Dec 00:45
376ac8b
Compare
Choose a tag to compare
  • 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

07 Nov 21:13
1347ffd
Compare
Choose a tag to compare

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

25 Oct 17:21
df54e9a
Compare
Choose a tag to compare
  • 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

08 Oct 02:43
2722f1b
Compare
Choose a tag to compare

Relax group name validation

4.0.11

06 Oct 00:52
74245ae
Compare
Choose a tag to compare
  • Added userSearchFilter to LDAP module
  • Added ADLdapAuthenticationProvider for extended logging of AD response codes