Skip to content

Releases: mendix/CommunityCommons

Community Commons 10.0.1

30 Jun 08:52

Choose a tag to compare

New release and release notes can be found in the marketplace.

Community Commons 10.0.0

14 Apr 14:17

Choose a tag to compare

New release and release notes can be found in the marketplace.

Community Commons 9.0.0

13 Jan 12:09

Choose a tag to compare

New release and release notes can be found in the marketplace.

Community Commons 8.3.1

21 Dec 10:12
262aa7c

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

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

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

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

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

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

Choose a tag to compare

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