Coronium Core 2.5.0 is now available for installation.
This version introduces the new Jobs system, among other things. This update _does not _require a server reboot.
Added
- Server-side Jobs API and service allowing you to run code periodically in the background for a variety of use cases. See the Jobs Guide for full usage information.
- A server-side utility method core.sleep that allows one to pause code execution for a duration of time. Useful for tight work loops.
- Server-side core.timer method for single-use or recurring timers.
- Server-side network.pipeline method added to make sequential network calls to a host.
- Ability to set a MySQL column to a valid NULL value when using the WHERE table syntax (see here).
- Updated documentation for all new additions.
Fixed
- An edge case that could cause a log file to stop loading properly in the Log Viewer.
- mysql.selectCount returning a string type as opposed to a number.
API Changes
- Server-side network.get previously returned only the response body. It now correctly returns a response object similar to network.request.
- Server-side network.post previously returned only the response body. It now correctly returns a response object similar to network.request.
Webmin 1.4.0
- Jobs section has been added to create, manage, and edit Jobs and the Job Service.
- You can now manage log files in the System section.
- Optional auto-reload added when viewing log files.
- Server key moved back to the Config section.
- More clean up, tweaks, and fixes.
Install : https://develephant.github.io/coronium-core-docs/server/installation/digitalocean/
Update : https://develephant.github.io/coronium-core-docs/server/updates/#241-to-250
Documentation : https://develephant.github.io/coronium-core-docs/
Plugin : https://marketplace.coronalabs.com/plugin/coronium-core
Free Trial : https://forums.coronalabs.com/topic/71279-coronium-core-new-friction-less-install-and-free-trial
_ Before upgrading be sure to create a snapshot or backup of your current system. _
Please post any issues or questions in this forum. Enjoy!
-dev