CacheBox: Enterprise Caching
6.x
6.x
  • Introduction
  • Intro
    • Release History
      • What's New With 6.8.0
      • What's New With 6.7.0
      • What's New With 6.6.1
      • What's New With 6.6.0
      • What's New With 6.5.0
      • What's New With 6.3.0
      • What's New With 6.2.0
      • What's New With 6.1.0
      • What's New With 6.0.0
    • About This Book
      • Author
  • Getting Started
    • Overview
      • CacheBox RefCard
      • Useful Resources
      • Features at a Glance
    • Installing CacheBox
    • Creating CacheBox
      • Common CacheFactory Methods
      • Cache Cleanup/Reaping
  • For The Geeks
    • Caching Concepts
      • Caching Considerations
      • Cache Loading
      • Definitions
      • Java Soft References
    • Cache Topologies
      • Single Instance/In-Process
      • Single Instance/Out-Process
      • Replicated
      • Distributed
    • CacheBox Architecture
      • CacheFactory
      • CacheBoxConfig
      • EventManager
      • ColdBox
      • LogBox
      • ICacheProvider
      • ICacheStats
      • IObjectStore
      • IEvictionPolicy
      • AbstractEvictionPolicy
      • IColdboxApplicationCache
  • Configuration
    • CacheBox Configuration
      • CacheBox DSL
        • LogBoxConfig
        • Scope Registration
        • Default Cache
        • Caches
        • Listeners
      • CacheBox Config Object
      • ColdBox Configuration
  • Usage
    • Cache Providers
      • CF Providers
      • Lucee Providers
      • Mock Provider
      • CacheBox Provider
      • Couchbase Providers
    • CacheBox Object Stores
      • ConcurrentStore
      • ConcurrentSoftReferenceStore
      • DiskStore
      • JDBCStore
      • BlackholeStore
  • Advanced Usage
    • CacheBox Eviction Policies
      • Using Your Own Policy
    • CacheBox Event Model
      • CacheBox Events
      • Provider Events
      • Cache Listeners
    • Cache Reporting
      • Creating Your Own Skins
        • Skin Templates
        • ReportHandler
          • Action Commands
Powered by GitBook
On this page

Was this helpful?

Edit on Git
Export as PDF
  1. Intro
  2. Release History

What's New With 6.0.0

PreviousWhat's New With 6.1.0NextAbout This Book

Last updated 4 years ago

Was this helpful?

CacheBox 6 is a major release following suite of the ColdBox Platform umbrella. Below you can find a link to the ColdBox what's new and the CacheBox release notes for this major release.

Release Notes

Bugs

New Features

Improvements

Bugs

New Features

Improvements

[] - Announced Events in the set() of the cacheBoxProvider

[] - cfthread-20506;variable [ATTRIBUES] doesn't exist;lucee.runtime.exp.ExpressionException: variable [ATTRIBUES] doesn't exist

[] - CacheBox reaper : migrate to a scheduled task via cbPromises

[] - CacheFactory gets a reference to an asyncManager and a task scheduler whether they are in ColdBox or non-ColdBox mode

[] - Migrations to script and more fluent programming

[] - FileAppender: if logging happens in a thread, queue never gets processed and, potentially, you run out of heap space

[] - Rotate property is defined but never used

[] - Work around for adobe bug CF-4204874 where closures are holding on to tak contexts

[] - Rolling file appender inserting tabs on first line

[] - Allow config path as string in LogBox init (standalone)

[] - Allow standard appenders to be configured by name (instead of full path)

[] - Added an `err()` to abstract appenders for reporting to the error streams

[] - All appenders get a reference to the running LogBox instance

[] - LogBox has a scheduler executor and the asyncmanager attached to it for standalone and ColdBox mode.

[] - Rolling appender now uses the new async schedulers to stream data to files

[] - Update ConsoleAppender to use TaskScheduler

[] - AbstractAppender log listener and queueing facilities are now available for all appenders

[] - DB Appender now uses a queueing approach to sending log messages

[] - Rolling File Appender now uses the async scheduler for log rotation checks

[] - Improvements to threading for logging to avoid dumb Adobe duplicates

[] - refactoring of internal utility closures to udfs to avoid ACF memory leaks: CF-4204874

[] - Migrations to script and more fluent programming

CACHEBOX-59
CACHEBOX-63
CACHEBOX-24
CACHEBOX-60
CACHEBOX-64
LOGBOX-35
LOGBOX-38
LOGBOX-45
LOGBOX-50
LOGBOX-5
LOGBOX-11
LOGBOX-36
LOGBOX-42
LOGBOX-43
LOGBOX-44
LOGBOX-46
LOGBOX-47
LOGBOX-48
LOGBOX-49
LOGBOX-37
LOGBOX-41
LOGBOX-51
What's New With 6.0.0ColdBox HMVC Documentation
Logo