Blog

Luis Majano

June 09, 2023

Spread the word


Share your thoughts

 

We are excited to announce the release of ColdBox 6.9.0 LTS, packed with new features, improvements, and bug fixes. In this version, we focused on enhancing the debugging capabilities, improving the ScheduledTasks module, and fixing an important issue related to RestHandler. Let's dive into the details of these updates.

Added:

  1. COLDBOX-1229: Added debug argument to ScheduleExecutor and Scheduler when creating tasks for consistency We have introduced a new debug argument to the ScheduleExecutor and Scheduler when creating tasks. This addition ensures consistency and allows for better debugging of scheduled tasks. Now, developers can easily identify and resolve any issues related to task execution by enabling the debug mode.

  2. COLDBOX-1230: Reorganized ScheduledTasks functions within the CFC into code groups and comments To improve code organization and readability, we have reorganized the functions within the ScheduledTasks CFC. With the introduction of code groups and comments, it is now easier to navigate and understand the functionality provided by the ScheduledTasks module. This enhancement aims to streamline development and maintenance processes.

Improvements:

  1. COLDBOX-1226: Scheduled Tasks Updates In ColdBox 6.9.0, we have made several enhancements to the ScheduledTasks module. While the exact details are not mentioned in the release notes, these updates are aimed at improving the performance, reliability, and overall user experience of the scheduling features. We recommend checking the documentation for a complete list of improvements and leveraging the enhanced capabilities provided by this update.

Fixed:

  1. COLDBOX-1145: RestHandler OnError() Exception not checking for empty exception blocks, causing another exception on development ONLY We have resolved an important issue related to the RestHandler module. In previous versions, an exception was thrown when the OnError() function encountered empty exception blocks. This behavior caused additional exceptions, specifically on development environments. With the fix in place, the RestHandler module now handles empty exception blocks correctly, preventing further exceptions and ensuring smooth execution.

ColdBox 6.9.0 introduces several valuable additions, improvements, and bug fixes. The new debug argument in ScheduleExecutor and Scheduler enhances debugging capabilities for scheduled tasks, while the reorganization of ScheduledTasks functions improves code organization and maintainability. The updates to the ScheduledTasks module offer enhanced performance and reliability, further improving the scheduling capabilities of ColdBox. Lastly, the RestHandler bug fix addresses an issue related to empty exception blocks, ensuring a smoother development experience.

To take advantage of these updates, we encourage you to upgrade to ColdBox 6.9.0. For more details on all the changes, refer to the release notes and documentation. Happy coding!

Updating ColdBox

update coldbox

# If you are using standalone libraries, then update those
update wirebox
update cachebox
update logbox

You can find our what's new document here: https://coldbox.ortusbooks.com/intro/release-history/whats-new-with-6.8.2.

LTS Support

For all ColdBox releases, updates are provided for 12 months and security fixes are provided for 2 years after the next major release.

ColdBox 6.x will receive bug fixes until 2024 and security fixes until 2025.

VersionReleaseUpdatesSecurity Fixes
6.x202220232025
7.x202320242026
8.x202420252027
9.x202520262028

You can find much more information about this release: https://coldbox.ortusbooks.com/v/v6.x/intro/release-history/whats-new-with-6.9.0

Add Your Comment

Recent Entries

Mastering Events and Listeners in CBWIRE

Mastering Events and Listeners in CBWIRE

In CBWIRE, events and listeners are the backbone of building responsive, modular applications without relying heavily on JavaScript. This guide walks you through setting up and using CBWIRE events to create seamless interactions between components, from dispatching events in CFML and frontend templates to listening with Alpine.js and JavaScript. Learn how to make your applications feel dynamic and engaging by effortlessly connecting components. Whether you’re triggering events to update a dashboard or targeting specific parts of your app with dispatchTo, these techniques will empower you to create a modern, interactive CFML experience with ease.

Grant Copley
Grant Copley
November 11, 2024
10 Key Benefits of Hiring a Specialized ColdFusion Consulting Team

10 Key Benefits of Hiring a Specialized ColdFusion Consulting Team

ColdFusion remains a powerful and versatile platform for building dynamic web applications. However, keeping your ColdFusion environment optimized, secure, and scalable requires specialized expertise. Whether managing a long-standing ColdFusion application or planning new development projects, hiring a dedicated ColdFusion consulting and support team can be a game-changer for CTOs, CIOs, and developers. Here's why:

1. Expert Guidance on ColdFusion Web Development

...

Cristobal Escobar
Cristobal Escobar
November 08, 2024
ColdBox Free Tip 5 - Building Named Routes with a Struct

ColdBox Free Tip 5 - Building Named Routes with a Struct

**Did you know ColdBox provides flexible ways to build routes using structs?** In this tip, we’ll cover how to use the `event.buildLink()` and `event.route()` methods for named routes, a feature that’s especially handy when working with dynamic URLs.

Maria Jose Herrera
Maria Jose Herrera
November 07, 2024