Blog

ColdBox 3.5.2 Released!

Luis Majano August 02, 2012

Spread the word

Luis Majano

August 02, 2012

Spread the word


Share your thoughts

logo

We are proud to announce yet another ColdBox Platform release version 3.5.2. This is an important patch release that addresses many concurrency issues and gives you stability and of course some goodies. This release also encompasses a new WireBox release (v1.5.0) and a new CacheBo release (v1.3.2). Here are our "What's New" guidelines:

Below are the major areas we concentrated in this release:

Fixes

  • Theading locking issues while using the logbox asynchronous appender, file rotation and cachebox reaping.
  • Concurrency issue when registering interceptors, plugins, and handlers dynamically. Mixups under heavy load.
  • Updated CacheBox fixes up to 1.3.2
  • Updated WireBox fixes up to 1.5.0
  • SSL relocations via SES interceptor where not working correctly on full URL paths
  • Mail payloads empty server fixes when sending mail with no server
  • RSS reader plugin exception under railo due to URL scope usage

Enhancements

  • Validation result object has two new convenience methods: getAllErrorsAsStruct(), getAllErrorsAsJSON() so you can get flat representations of your object/form validations. Great for UI or JavaScript integrations.
  • Mail addAttachments() method now has a remove argument you can use to remove the attachment once email is sent.
  • New caching enhancement for renderView() and renderExternalView(). New argument cacheProvider so you can now override the default template provider with whatever provider you like.
  • HTML helper new methods: emailField(), URLField() for generating HTML5 email and URL fields.

Thanks for always supporting us and a great ColdBox Developer Week!

Resources:

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