Versions
Brooklyn v0.7.0-M1
This is the archived documentation for Brooklyn 0.7.0-M1 (generated 2014-06-13 13:40:14 +0100, archived under /v/0.7.0-M1).
View current documentation here.
Version History
0.6.0: locations are constructed using LocationSpec rather than calling constructor directly, improved Chef (& Windows) support, more entities, more clouds, Hazelcast datagrid, GUI improvements (Nov 2013)
0.5.0: includes new JS GUI and REST API, rebind/persistence support, cleaner model and naming conventions, more entities (May 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. Release candidates are tested against our acceptance criteria, and qualifying builds are promoted as final.