LogBox : Enterprise Logging & Messaging
7.x
7.x
  • Introduction
    • Contribution Guide
    • Release History
      • What's New With 7.2.0
      • What's New With 7.1.0
      • What's New With 7.0.0
    • Upgrading to LogBox 7
    • About This Book
      • Author
  • Getting Started
    • Features at a Glance
    • Installation
      • LogBox Refcard
    • Need For Logging
    • How Does LogBox Work?
      • LogBox
      • Appender
      • Logger
        • Logger Category Inheritance
        • Security Levels
        • Dynamic Appenders
      • Layout
  • Configuration
    • Configuring LogBox
      • LogBox DSL
      • Adding Appenders
      • Adding Categories to Specific Logging Levels
      • Adding Categories Granularly
      • Configuring The Root Logger
  • Usage
    • Using LogBox
    • Using a Logger Object
      • When To Log
      • ExtraInfo Serialization
    • Appender Properties
      • CFAppender
      • ConsoleAppender
      • DBAppender
      • EmailAppender
      • FileAppender
      • RollingFileAppender
      • ScopeAppender
      • SocketAppender
      • TraceAppender
    • LogBox in a ColdBox Application
      • Configuration Within ColdBox
      • Benefits of using LogBox in a ColdBox application
      • Where is LogBox stored in a ColdBox app?
      • LogBox from the ColdBox Proxy
      • The LogBox Injection DSL
  • Extending LogBox
    • Creating Custom Appenders
      • Helper Methods
      • Instance Members
      • Dealing With Custom Layouts
      • Registering Appenders at Runtime
    • Creating a Custom Layout
      • Instance Members
Powered by GitBook
On this page
  • Versioning Schema
  • LTS - Support Policy
  • Releases

Was this helpful?

Edit on GitHub
Export as PDF
  1. Introduction

Release History

All the major information about WireBox Releases

PreviousContribution GuideNextWhat's New With 7.2.0

Last updated 1 year ago

Was this helpful?

Versioning Schema

Wirebox is maintained under the guidelines as much as possible. Releases will be numbered in the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)

  • New additions without breaking backward compatibility bump the minor (and reset the patch)

  • Bug fixes and misc changes bump the patch

LTS - Support Policy

Updates are provided for 12 months for all releases, and security fixes are provided for two years after the next major release.

Version
Release
Updates
Security Fixes

6.x

2022

2023

2025

7.x

2023

2024

2026

8.x

2024

2025

2027

9.x

2025

2026

2028

Releases

In this section, you will find the release notes for each version we release under this major version. If you are looking for the release notes of previous major versions, use the version switcher at the top left of this documentation book. Here is a breakdown of our major version releases.

  • Version 7.0 - May 2023

  • Version 3.0 - March 2011

  • Version 2.0 - April 2007

  • Version 1.0 - June 2006

Semantic Versioning
Version 6.0 - August 2020
Version 5.0 - July 2018
Version 4.0 - January 2015