Quick 4.0.0 was released this past week and brought with it some welcome quality-of-life improvements, a handy new counts feature, improvements to error messages, and a bunch of squashed bugs. Although it is technically a major version change, most users will be able to upgrade with no changes to their code. Let's dive in to see what's new.
Blog
qb 8.0.0 Released
qb 8.0.0 was released this past week, and it brings with it a small handful of new features. While this is technically a major release, I don't expect anyone to actually have a breaking change. In fact, I expect this will save you time and headaches as it has for me.
CFCasts - A Peek Inside the Tech Stack
Being a new platform from Ortus, I wanted to take some time to dive in to the tech stack we are using to build CFCasts. Many people ask us how we would build a modern CFML site. Well, here's at least one answer.
FORGEBOX v5.1.0 Released
Today we are pleased to announce a minor release for our FORGEBOX suite of products to version 5.1.0. It has tons of updates and nice features for all plans. Enjoy!
Relax 4.1.0 Released
We are so excited to bring you the release of Relax v4.1.0. Though the release version is minor, this version contains a number of enhancements to OpenAPI v3 support, including better formatting and display of the new-to-3.0 requestBody
schema and properties. In addition the user experience has been greatly improved as the UI has been rewritten in VueJS and is now optimized for displaying large API documents with hundreds of routes and thousands of methods. Enjoy!
Quick v3.0.0 Beta Available
We are excited to announce that the Quick 3.0.0 beta has been released. Come read what has changed since the alphas, what is left to do before a stable release, when to expect the stable release, and how you can help.
Quick v3.0.0 Alpha Released
It's finally here, the first alpha of Quick 3.0.0. Come read about the headline features of this next major release.
cbSecurity 2.4 Released
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...
ColdBox Cross Site Request Forgery Module v2 released
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.
cbSecurity 2.3 Released
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