Releases: mendix/CommunityCommons
Community Commons 8.3.1
Changes in this release:
- Updated the Community Commons module to support Mendix Studio Version 9
Community Commons 8.3.0
Changes in this release:
- Updated the Community Commons module to Mendix Studio Version 8.12.0
Community Commons 8.2.0
Changes in this release:
- Fix exception thrown when cloning an object, caused by incorrect usage of Core.createXPathQuery()
- Un-deprecate the regexReplaceAll function because it can do more than the
replaceAll
microflow function - Generate strong passwords using RandomStringUtils, in order to fix a SonarQube warning
Community Commons 8.1.0
This release contains the following changes:
- Minimum required Mendix version is 7.23.6
- Added GenerateHMAC_SHA256 Java action. Refactored StringUtils so GenerateHMAC_256 and GenerateHMAC_256_hash share code.
- Changed Logging.java so TimerEnd now returns the time taken in milliseconds. Special thanks to @robertprice for the above two contributions!
- Add EnumerationFromString Java action template to find an enum value based on a String to Misc.
- Remove slash from end of applicationURL if present. Fixes #87
- Add RemoveEnd Java action and use it in GetApplicationURL implementation.
Community Commons 8.0.1
In this release:
- The deprecated RegexTest action is removed (should have been done in 8.0.0 already). Instead, use the isMatch() function in microflow expressions.
- Changed Java references to the LogNodes.CommunityCommons enum so that they point to the name instead of the caption. Hopefully this will resolve the issues that have been reported against some actions such as GetRuntimeVersion and GetApplicationURL.
Community Commons 8.0.0
This release is functionally equivalent to version 7.4.1 but
- Converted to Mendix 7.23.4
- Fixed a number of Java deprecations to be compatible with Mendix Studio Pro 8.0 beta.
Community Commons 7.4.1
Adds encoding parameter to StringFromFile and StringToFile, based on a patch by @dan-covaliu
Community Commons 7.4.0
- Fix a calculation bug in the MonthsBetween action (CC-11)
- Update Guava dependency to 27.0 in order to fix a security vulnerability warning
- Attention! This adds some new jar files to your userlib folder. Remember to delete all jar files that have a
.CommunityCommons.Required
flag before upgrading!
- Attention! This adds some new jar files to your userlib folder. Remember to delete all jar files that have a
Community Commons 7.3.1
In 7.3.1, a Java compilation issue with the name of the GetImageDimensions parameter was resolved.
The 7.3.0 release notes follow:
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 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.