Skip to content

Releases: mendix/CommunityCommons

Community Commons 8.3.1

21 Dec 10:12
262aa7c
Compare
Choose a tag to compare

Changes in this release:

  • Updated the Community Commons module to support Mendix Studio Version 9

Community Commons 8.3.0

18 Dec 12:39
5ccddf7
Compare
Choose a tag to compare

Changes in this release:

  • Updated the Community Commons module to Mendix Studio Version 8.12.0

Community Commons 8.2.0

20 Dec 10:44
Compare
Choose a tag to compare

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

29 Aug 15:16
4cc3326
Compare
Choose a tag to compare

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

27 Jun 12:53
Compare
Choose a tag to compare

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

13 May 14:18
Compare
Choose a tag to compare

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

10 May 10:04
1c6c6ef
Compare
Choose a tag to compare

Adds encoding parameter to StringFromFile and StringToFile, based on a patch by @dan-covaliu

Community Commons 7.4.0

26 Apr 10:15
Compare
Choose a tag to compare
  • 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!

Community Commons 7.3.1

15 Jan 15:09
Compare
Choose a tag to compare

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

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.