Scarlet
 

Scarlet - Changelog

Changelog

Scarlet changes between versions are categorized as follows:

General
General changes to Scarlet and its web site and documentation.
Compatibility
Changes to Scarlet compatibility with Atlassian Jira and Terracotta DSO products, and Java Development Kit.
Features
New Scarlet features, relevant for the end-user.
Improvements
Improvements to already existent Scarlet features, relevant to the end user.
Low Level
Changes to the internal implementation, relevant to users interested in Scarlet development, and fixed bugs.

Latest Version

1.1 General Availability (June 25, 2008)

General
  • Improved documentation.

Older Versions

1.1 Beta 2 (June 16, 2008)

General
  • Improved documentation.
Compatibility
  • Compatible with Atlassian Jira 3.12.3 (other versions are not supported).
Features
Low Level
  • Fixed the following issues:

1.1 Beta 1 (June 03, 2008)

General
  • Fixed documentation errors.
Compatibility
  • Compatible with JDK 1.5 (older versions are no more supported)
  • Compatible with Terracotta 2.5.2 or higher (older versions are no more supported).
Improvements
  • Performance improvements thanks to the use of the Compass TerracottaDirectory implementation for Lucene indexes.
  • Scalability improvements thanks to the new asynchronous Jira indexing infrastructure, based on the distributed Master/Worker pattern.
Low Level

1.0 General Availability (April 02, 2008)

Features
  • New clean-tc-server-data Ant target, for cleaning up Terracotta server data and logs directories.

1.0 Release Candidate 2 (March 13, 2008)

General
  • Improved installation and configuration how-to.
Improvements
  • Added the terracotta.runtime.logging build property for enabling/disabling verbose Terracotta logging at runtime.
  • Scarlet tc-startup and tc-configure scripts are now automatically configured: no user manual configuration is needed.
Low Level

1.0 Release Candidate 1 (February 07, 2008)

General
  • Scarlet web site on-line.
Compatibility
  • Compatible with Terracotta 2.5.x (older versions are no more supported).
  • Compatible with Atlassian Jira 3.12.0 (other versions are not supported).
Features
  • Jira WAR distribution support.
  • Jira distributed actions : it is now possible to create actions to automatically distribute custom code on every cluster node by using the APIs under the com.sourcesense.scarlet.invoker package.
  • CacheGroup plugins API : Jira plugins can now use the CacheGroup API by using the com.sourcesense.scarlet.cache.CacheGroupHolder API (for advanced usage only).
Improvements
  • Performance improvements.
Low Level
  • Package com.atlassian.jira.infrastructure containing Scarlet specific code renamed to com.sourcesense.scarlet.