Releases: Ciphix/Queue
Releases · Ciphix/Queue
Version 2.2.4
Merged pull request that fixes an issue in ACT_CleanJobs which prevents the app from overloading
Version 2.2.3
Removed dependencies with junit and mockito
Version 2.2.2
Renamed folder to have correct name.
Removed dependencies which were included incorrectly last time.
Version 2.2.1
Added a constant value which can be configured you want to correct for DST (if applicable).
Version 2.2.0
Update to Mendix 8.12. This results in compatibility with Mendix 9.
Version 2.1.0
- Allows to use specialization of Job as input parameter for Microflow executed from the Queue
- Fixed deprecated new Double() constructor
Version 2.0.0
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
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
- Exposed relevant actions as microflow activities
- Included more documentation in the actions
Version 1.3
- 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!