Versions

Brooklyn v0.5.0

This is the archived documentation for Brooklyn 0.5.0 (generated Fri May 24 14:54:26 +0100 2013, archived under /v/0.5.0).

View current documentation here.

Version History

  • 0.6.0-SNAPSHOT (master): no major changes yet since 0.5.0-rc.1

  • 0.5.0-rc.1: includes new JS GUI and REST API, rebind/persistence support, cleaner model and naming conventions, more entities (Apr 2013)

  • 0.4.0: initial public GA release of Brooklyn to Maven Central, supporting wide range of entities and examples (Jan 2013)

Note: To prevent accidentally referring to out-of-date information, a banner is displayed when accessing specific versions from the archive. You may disable all warnings or re-enable all warnings.

Versioning

Brooklyn uses the semantic versioning guidelines. Releases will be numbered with the following format:

Brooklyn <major>.<minor>.<patch>

Breaking backward compatibility increments the <major> version. New additions without breaking backward compatibility ups the <minor> version. Bug fixes and misc changes bumps the <patch> version. New major and minor releases zero the less significant counters.

Additionally, Brooklyn's release process include Snapshots, Milestones and Release Candidates.

A Snapshot (-SNAPSHOT) is the bleeding edge. This will not be stable.

Milestone versions (-Mn) are frozen snapshots. Some code features may be stable, but the documentation and examples may not be complete.

A Release Candidate (-rc.n) is a just-about-ready version.