Skip to content

Releases: mendix/CommunityCommons

Community Commons 7.3.0

15 Jan 14:40
54b5883
Compare
Choose a tag to compare

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

19 Sep 08:07
Compare
Choose a tag to compare

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

25 Jul 10:02
c63e177
Compare
Choose a tag to compare
  • Properly close InputStreams used in mergePDF function (thanks to @icyitscold for reporting this)
  • Add gt() (greater then) methods the XPath class.

7.2.1

24 Jul 14:15
Compare
Choose a tag to compare
  • 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

06 Jul 09:08
Compare
Choose a tag to compare

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

09 Jul 12:16
9e0ba6b
Compare
Choose a tag to compare

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

26 Mar 13:35
Compare
Choose a tag to compare
  • 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

25 Feb 21:39
78a4a45
Compare
Choose a tag to compare

Added accidentally deleted actions in 7.0.0

App Store release v7.0.0

22 Feb 16:33
Compare
Choose a tag to compare
  • 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

15 Sep 13:44
Compare
Choose a tag to compare

Added entity access to entity to prevent incomplete module status.