We are so excited to bring you the first public release candidate of the next generation of ColdBox HMVC , version 6.0. Enjoy as we are almost ready for final release.
We are so excited to bring you the first public release candidate of the next generation of ColdBox HMVC , version 6.0. Enjoy as we are almost ready for final release.
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!
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!
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
This release adds the inclusion of the Cross...
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.
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.
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
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.
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!
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.