layout: page title: Versions toc: /toc.json

Brooklyn v{{ site.brooklyn-version }}

{% if site.server %}

Server (debug) mode detected.

Links to other versions on this page and others will likely not work when running in server/debug mode. Files must be copied to the brooklyncentral.github.com repo for these links to resolve correctly.

Debug page generated {{ site.time }} {% endif %}

{% if site.brooklyn-version contains ‘SNAPSHOT’ %}

{% if site.url == '' %}

This is the documentation for the current snapshot version of Brooklyn, generated {{ site.time | date_to_string }}.

{% else %}

This is the documentation for a snapshot version of Brooklyn, generated {{ site.time | date_to_string }}.

View current documentation here.

{% endif %}

NB: “Snapshot” means it is the code at a point in time, and that a reference to this version {{ site.brooklyn-version }} may resolve to different code at a different point in time. Where possible it is preferable to develop against a GA version rather than a shapshot.

{% else %}

{% if site.url == '' %}

This is the documentation for the latest stable version of Brooklyn, generated {{ site.time | date_to_string }}. Other versions with documentation available are listed below.

{% else %}

This is the archived documentation for Brooklyn v{{ site.brooklyn-version }} (generated {{ site.time }}, archived under {{ site.url }}).

View current documentation here.

{% endif %}
{% endif %}

Version History

  • MASTER: no major changes yet since 0.5.0-rc.1

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

  • v0.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.