Skip to content

Releases: Ciphix/Queue

Version 2.2.4

18 Nov 16:58

Choose a tag to compare

Merged pull request that fixes an issue in ACT_CleanJobs which prevents the app from overloading

Version 2.2.3

04 Jun 12:29
e44874f

Choose a tag to compare

Removed dependencies with junit and mockito

Version 2.2.2

21 May 08:05
74f78a2

Choose a tag to compare

Renamed folder to have correct name.
Removed dependencies which were included incorrectly last time.

Version 2.2.1

05 May 13:49
6d179f1

Choose a tag to compare

Added a constant value which can be configured you want to correct for DST (if applicable).

Version 2.2.0

29 Jan 15:16

Choose a tag to compare

Update to Mendix 8.12. This results in compatibility with Mendix 9.

Version 2.1.0

28 Feb 12:06

Choose a tag to compare

  • Allows to use specialization of Job as input parameter for Microflow executed from the Queue
  • Fixed deprecated new Double() constructor

Version 2.0.0

23 Dec 08:42

Choose a tag to compare

Upgrade to Mendix 8.4.2.

  • Implemented Atlas UI Theme
  • Changed Log level of getInstanceIndex to debug to prevent warnings on local environments

Version 1.3.2

11 Jul 07:10

Choose a tag to compare

Bugfixes:

  • Changed all Java action input parameters to small caps (thanks Pim)
  • Prevented NullPointerException when microflow parameter is not of type Object (thanks Jacob)

Version 1.3.1

12 Feb 15:41

Choose a tag to compare

  • Exposed relevant actions as microflow activities
  • Included more documentation in the actions

Version 1.3

11 Feb 16:37

Choose a tag to compare

  • Implmented fix for Clustered Runtime mode. Use of CF Instance Index instead of XAS instance
  • Refactored error handling in QueueHandler. Was not logging auto-commit errors in microflows correctly. Thanks Rom and Erik!