Skip to content

Releases: mendix/RestServices

2.1.0 Added NTLM support

07 Mar 09:23
Compare
Choose a tag to compare
  • Added NTLM support (see #48)
  • Fixed standard layout usage (see #70)

Mx6 compatible version of RestServices

01 Dec 10:23
Compare
Choose a tag to compare
  • Upgraded to Mendix 6
  • Added Dutch Language set (with English captions) (See #66)
  • RestServices now accepts null values for primitives, as this is technically a valid value (both in json and mendix). A warning is printed nonetheless. (See #64)

1.5.0

29 Jun 20:14
Compare
Choose a tag to compare
  • Upgraded to Mendix 5.16.1
  • Updated community commons to 5.4
  • Added support for decimals
  • Fixed several minor issues

1.4.2

27 Mar 19:23
Compare
Choose a tag to compare
  • Fixed several compatibility issues with Mendix version 5.4.1 and 5.12
  • ReferenceSets are now exported in their original order to JSON arrays
  • Improved logging (tnx @pimvdnoll )
  • Improved docs (tnx @dlhartveld )
  • Version number is now part of the module tree (#49)

1.4.1

18 Nov 21:02
Compare
Choose a tag to compare
  • New feature #40: added support for multiple files in a single multipart request
  • New feature #38: added support for irregular json key / Mendix attribue names, like 'id', 'class', 'da-sh', 'or arbitrarily strings!'
  • New feature #44: added support for serializing arrays of primitive values
  • New feature #29: added support for content-disposition headers
  • Implemented #36: renamed get2 -> getWithParams, post2 -> postWIthParams
  • Fixed #35: ThrowCustomRestServiceException also works correctly as webservice exceptions (in Mendix 4 and 5.8+)
  • Fixed #39: add more documentation about accepting multiple parameters in a microflow service
  • Fixed #41: missing slash in generated service documentation
  • Fixed several minor issues (#42, #39, #37)

1.4.0

18 Nov 20:56
Compare
Choose a tag to compare
  • New feature #40: added support for multiple files in a single multipart request
  • New feature #38: added support for irregular json key / Mendix attribue names, like 'id', 'class', 'da-sh', 'or arbitrarily strings!'
  • New feature #44: added support for serializing arrays of primitive values
  • New feature #29: added support for content-disposition headers
  • Implemented #36: renamed get2 -> getWithParams, post2 -> postWIthParams
  • Fixed #35: ThrowCustomRestServiceException also works correctly as webservice exceptions (in Mendix 4 and 5.8+)
  • Fixed #39: add more documentation about accepting multiple parameters in a microflow service
  • Fixed #41: missing slash in generated service documentation
  • Fixed several minor issues (#42, #39, #37)