Releases: mendix/RestServices
Releases · mendix/RestServices
2.1.0 Added NTLM support
Mx6 compatible version of RestServices
1.5.0
- Upgraded to Mendix 5.16.1
- Updated community commons to 5.4
- Added support for decimals
- Fixed several minor issues
1.4.2
- 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
- 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
- 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)