Blog

TestBox v4.3 Released!

Luis Majano |  May 24, 2021

We are excited to announce a major version release of [TestBox](/products/testbox) version 4.0.0. To install just use CommandBox: `install testbox --saveDev` or to update your TestBox installation `update testbox`. So let's explore this release!
Read More

CommandBox 5.3.1 Released

Brad Wood |  May 18, 2021

We've released a small update to our recent CommandBox 5.3.0 release.  This contains fixes for a handful of regressions as well as a couple new features.  You can access the new version on our Download page, our deb/rpm repos, or Homebrew.  

And of course, you can find the latest docs  and release notes here:

https://commandbox.ortusbooks.com/

Read More

cbValidation v3.1.0 Released

Luis Majano |  May 17, 2021

I am so excited to bring you the release of cbValidation to version 3.1.0. This has been a great collaboration between Wil De Bruin and Eric Peterson. Thanks so much guys for all that you do for open source. You can see all of the release notes below with some of the major improvements of this release. To get this release make sure you are already on version 3.x and use CommandBox: box update cbvalidation. You can find the release notes here: https://coldbox-validation.ortusbooks.com/intro/release-history/whats-new-with-3.1.0 and you can view all the new documentation here: https://coldbox-validation.ortusbooks.com. Enjoy!

Read More

Have you taken the State of the CF Union 2021 survey?

Brad Wood |  May 13, 2021

Our friends at TeraTech help put together a comprehensive survey of the entire CFML community to get a feel for how it's evolving, what new technologies are getting picked up, and what the current pain points are.  We use this data at Ortus to help us decide what CF engines to support and how to help the community.

Here's an example question from the survey that tracks the most popular versions of Adobe ColdFu...

Read More

New Object-Oriented Programming Series to Debut on CFCasts

Paulina Lainez |  April 29, 2021

This week we debuted our first-ever Object-Oriented Programming Series in our CFML learning platform, CFCasts.

Read More

CommandBox 5.3.0 Released

Brad Wood |  April 28, 2021

We are pleased to announce the general availability of our latest CommandBox CLI release. This is a minor release that's full of bug fixes and enhancements.  It should be backwards compatible (with one caveat below) and you can upgrade any previous version of CommandBox in-place to the latest release.

Read More

ColdBox 6.4.0 Released - Welcome to the land of Scheduled Tasks

Luis Majano |  April 20, 2021

 

Today we released ColdBox v6.4.0 but it feels more like a major release than a minor one. We are introducing tons of new features in this release, especially our anticipated: ColdBox Scheduled Tasks feature set.

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.4.0. So let's explore some of the major features of this release and then on to our release notes.

Read More

ColdBox Debugger Mini-APM v3 Launched!

Luis Majano |  April 07, 2021

We are so excited to bring about a major release for the ColdBox Debugger project: v3.0.0. However, what in the world is the ColdBox Debugger module? I am glad you asked:

What is the ColdBox Debugger?

The ColdBox Debugger module is a lightweight performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funner and greater! Yes, funner is a word!

Debugger Request Visualizer

Read More

CommandBox Docker v3.3.0 Images Released

Jon Clausen |  March 24, 2021

Today we are pleased to announce the release of version 3.3.0 of our CommandBox Docker images. This release contains a number of enhancements for multi-architecture support, Adobe Coldfusion 2021 compatibility, and security.

Of note, and a potentially breaking change for some, is that the base ortussolutions/commandbox:latest tag is now based on OpenJDK11 rather than OpenJDK8. Those who require the Use of JDK8 should pin their builds to the ortussolutions/commandbox:jdk8 tag. This decision was made because there is now only one JDK8 image that is currently being built - :adobe2016 .

This version also adds support for Adobe Coldfusion 20201 Package Control Manager with new environment variable support.

Best of all, we are now publishing multi-architecture builds. All of the base tags are now available in both amd64 and arm64 architecture - the latter, which is used increasingly on AWS and Apple's M1 processors. This opens up the door for additional architectures, in the future, including Windows.

Read More

DocBox 3.0 Released

Michael Born |  March 15, 2021

DocBox

Say hello to DocBox 3.0! This new version adds JSON output format, multiple strategy support, and a raft of improvements across the board. Check it out by running box install docbox@3 to install the new version.

Read More