Skip to content

Releases: Open-MBEE/exec-mms

4.0.20

Choose a tag to compare

@HuiJun HuiJun released this 07 Mar 03:46
05de8f1
  • 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

Choose a tag to compare

@HuiJun HuiJun released this 13 Dec 01:31
adc1e8c
  • Updated spring dependencies to patch vulnerabilities
  • New SonarCloud static code analysis

4.0.18

Choose a tag to compare

@dlamoris dlamoris released this 05 Jun 22:52
899af3d
  • added compatibility with cameo2022/mdk6 (still compatible with mdk5)
  • better error message when trying to create a deleted branch

4.0.17

Choose a tag to compare

@HuiJun HuiJun released this 31 Mar 23:35
30751d8
  • Fixes an issue with recurse search

4.0.16

Choose a tag to compare

@HuiJun HuiJun released this 21 Mar 16:47
823a299
  • Fixed issue with username lookup being case sensitive.

4.0.15

Choose a tag to compare

@dlamoris dlamoris released this 14 Dec 00:45
376ac8b
  • 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

Choose a tag to compare

@dlamoris dlamoris released this 07 Nov 21:13
1347ffd

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

Choose a tag to compare

@HuiJun HuiJun released this 25 Oct 17:21
df54e9a
  • 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

Choose a tag to compare

@HuiJun HuiJun released this 08 Oct 02:43
2722f1b

Relax group name validation

4.0.11

Choose a tag to compare

@HuiJun HuiJun released this 06 Oct 00:52
74245ae
  • Added userSearchFilter to LDAP module
  • Added ADLdapAuthenticationProvider for extended logging of AD response codes