Category Selected:

releases

Blog

ColdBox 6 Beta Released!

Luis Majano |  April 20, 2020

We are so excited to bring you the first public beta of the next generation of ColdBox HMVC , version 6.0. This version has been in development for quite some time now and it is introducing some revolutionary new programming techniques for ColdFusion (CFML) developers. This major bump is a huge leap into modern programming and breaksthrough to the next generation of apps we are building at Ortus. Enjoy!

Read More

VSCode CommandBox Extension Released

Luis Majano |  April 13, 2020

We are so excited to announce the first release of the CommandBox VSCode extension. This extension is thanks to the great work of (Kamasamak) and will integrate CommandBox into VS Code.

You are expected to have CommandBox installed on your system.

Just click on the VS Code extensions tab and search for commandbox, install, refresh, play!

Read More

cbSecurity 2.4 Released

Luis Majano |  April 02, 2020

We are excited to bring you another release for cbSecurity v2.4. This update gives you access to our cross site request forgery module: cbcsrf, which will enhance your securing abilities.

# Install
install cbsecurity

# Update
update cbsecurity

What's New With 2.4.0

This release adds the inclusion of the Cross...

Read More

ColdBox Cross Site Request Forgery Module v2 released

Luis Majano |  April 02, 2020

We are incredibly excited to bring you a major version of our cbcsrf module, so you can protect your ColdBox applications from cross-site request forgery vectors. This is a major overhaul of the module and it will also be part of the cbSecurity module as well.

Installation/Update

install cbcsrf
update cbcsrf

Please note that if you are upgrading from the 1.x series, make sure you read the documentation as all method signatures have been updated.

Read More

cbSecurity 2.3 Released

Luis Majano |  March 30, 2020

We are excited to bring you another release for cbSecurity packed with security goodness: version 2.3.0. This version focuses on security contexts from ANY layer of a ColdBox application. It will also enhance your functional skills as well, as it introduces some nice semantics for securing your code.

# Install
# install cbsecurity

# Update
update cbsecurity
Read More

CommandBox 5.0.1 Released

Brad Wood |  March 17, 2020

We've released a very small patch release to CommandBox 5.0.0 which is 5.0.1 and has only 5 tickets.  Most all are related to tweaks for the new server start bash script functionality that we've been rolling into our Ortus CommandBox Docker images.

Read More

ContentBox Docker Image 5.0.0 Released

Luis Majano |  March 12, 2020

ContentBox + Docker



We are pleased to announce a major release of the official ContentBox Docker image. It now ships with the latest CommandBox image as well and sports a much more detailed versioning strategy:

{variant}{contentbox_version}_{image_version}

This will allow you to visualize that each ContentBox version can be paired with new image versions. This will also allow for rollbacks and rolling upgrades if necessary; all following semantic versioning. So let's dig in to this release!

Read More

Lucee Server Snapshots and "Light" builds on ForgeBox

Brad Wood |  March 11, 2020

We've been publishing all stable Lucee builds and select release candidate builds to ForgeBox for some time now.  This allows you to use CommandBox CLI to start up a Lucee server running the version of your choice.

server start cfengine=lucee@5.3.4.77

Publishing these CF engines has been a manual process in the past, and was something we'd do after Lucee issued a release announcement.  This has changed last week now with three major additions to our process aimed at giving you faster builds, easier testing, and more deployment options.

Read More

CommandBox 5.0.0 Released!

Brad Wood |  March 06, 2020

We are pleased to announce the release of CommandBox 5.0.0.  This is a major release of our CLI package manager, REPL, and server tool. In this version are many library updates, new features, and bug fixes.  All in all, there were 77 tickets closed for this release.

Read More

TestBox v3.2.0 Released!

Luis Majano |  February 27, 2020

We are excited to announce a new minor release of TestBox version 3.2.0. To install just use CommandBox: install testbox --saveDev or to update your TestBox installation update testbox. So let's explore this release

What's New With 3.2.0

Read More