Releases: mendix/CommunityCommons
Community Commons 7.3.0
This release adds the following actions:
- GetCFInstanceIndex
- IsStringSimplified
- SimplifyString
The following deprecated actions were removed:
- Log
- SimpleLog
- StringLength
The dependency on PDFBox was upgraded to 2.0.13. Please delete pdfbox-2.0.11.jar
and fontbox-2.0.11.jar
from your app's userlib
folder before upgrading!
Furthermore issue #69 was fixed, as well as an issue with the parameter name of CreateLogNode which conflicted with the APM module.
The majority of Java actions are now exposed as microflow actions.
Community Commons 5.5.2
Changes in this version:
- Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
- Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.
- Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
- Add gt() (greater then) methods the XPath class.
All the changes above are align with community common 6.2.2
Community Commons 6.2.2
- Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
- Add gt() (greater then) methods the XPath class.
7.2.1
- Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
- Add gt() (greater then) methods the XPath class.
Community Commons 7.2.0
IMPORTANT: Before upgrading, delete all jar
files from your project's userlib
folder that have an accompanying .CommunityCommons.RequiredLib
file.
Example: if your userlib
folder contains com.google.guava-14.0.1.jar
and com.google.guava-14.0.1.jar.CommunityCommons.RequiredLib
, delete both of these files.
Highlights of this release:
- Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
- Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.
6.2.1
This release is compatible with Mendix 6. For Mendix 7, please use v7.2.0 or higher.
IMPORTANT: Before upgrading, delete all jar
files from your project's userlib
folder that have an accompanying .CommunityCommons.RequiredLib
file.
Example: if your userlib
folder contains com.google.guava-14.0.1.jar
and com.google.guava-14.0.1.jar.CommunityCommons.RequiredLib
, delete both of these files.
Highlights of this release:
- Updated and reduced dependencies on third-party libraries in order to mitigate potential security vulnerabilities.
- Re-implemented the XSSSanitize action which will require you to re-implement the call of this action if you use it. See README.md for more information.
App Store release v7.1.0
- Fixes issue with merging PDF documents on cloud V4.
- Removed session based locking mechanism it has become obsolete in Mx7.
App Store release v7.0.1
Added accidentally deleted actions in 7.0.0
App Store release v7.0.0
- Microflow parameters, instead of microflow name as string. Thanks Jelle Dekker!
- String split action. Thanks Richard Edens!
- Parameter name improvement. Thanks Pieter vd Braak!
App Store release v6.3.2
Added entity access to entity to prevent incomplete module status.