2009-09-01 08:56:44 +02:00
<!-- mini guide
<action
invoke with 'mvn changes:changes-report'
dev="Name of developer who committed the change"
type="add|fix|remove|update"
issue="(optional) Id of the issue related to this change"
due-to="(optional)Name of the person 'non-committer' to be credited for this change"
>
description
</action>
see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full guide
-->
<document >
<properties >
<title > Akka Release Notes</title>
<author > </author>
</properties>
<body >
<release version= "0.6" date= "" description= "" >
<action dev= "Debasish Ghosh" type= "add" > MongoDB as Akka storage backend </action>
2009-09-04 15:13:15 +02:00
<action dev= "Debasish Ghosh" type= "add" > Transparent JSON serialization of Scala objects based on SJSON </action>
2009-09-01 08:56:44 +02:00
<action dev= "Debasish Ghosh" type= "add" > MongoDB backed actor example</action>
<action dev= "Tim Perrett" type= "add" > Support for using the Lift Web framework with Actors</action>
2009-09-23 09:02:14 +02:00
<action dev= "Viktor Klang" type= "add" > Security module for HTTP-based authentication and authorization</action>
2009-09-01 08:56:44 +02:00
<action dev= "Viktor Klang" type= "add" > Support for using Scala XML tags in RESTful Actors (scala-jersey)</action>
<action dev= "Viktor Klang" type= "add" > Support for Comet Actors using Atmosphere</action>
2009-09-04 15:13:15 +02:00
<action dev= "Jonas Bonér" type= "add" > AMQP integration; abstracted as actors in a supervisor hierarchy. Impl AMQP 0.9.1</action>
2009-09-23 09:02:14 +02:00
<action dev= "Jonas Bonér" type= "add" > Rewritten STM, now integrated with Multiverse STM</action>
<action dev= "Jonas Bonér" type= "add" > Added STM API for atomic {..} and or {..} else {..}</action>
2009-09-04 15:13:15 +02:00
<action dev= "Jonas Bonér" type= "add" > Modularization of distribution into a thin core (actors, remoting and STM) and the rest in submodules</action>
2009-09-01 08:56:44 +02:00
<action dev= "Jonas Bonér" type= "add" > JSON serialization for Java objects (using Jackson)</action>
2009-09-04 15:13:15 +02:00
<action dev= "Jonas Bonér" type= "add" > JSON serialization for Scala objects (using SJSON)</action>
2009-09-01 08:56:44 +02:00
<action dev= "Jonas Bonér" type= "add" > Protobuf serialization for Java and Scala objects</action>
<action dev= "Jonas Bonér" type= "add" > SBinary serialization for Scala objects</action>
<action dev= "Jonas Bonér" type= "add" > Protobuf as remote protocol</action>
<action dev= "Jonas Bonér" type= "add" > Added CassandraSession API (with socket pooling) wrapping Cassandra's Thrift API in Scala and Java APIs</action>
<action dev= "Jonas Bonér" type= "add" > CassandraStorage is now works with external Cassandra cluster</action>
<action dev= "Jonas Bonér" type= "remove" > Removed embedded Cassandra mode</action>
<action dev= "Jonas Bonér" type= "remove" > Removed startup scripts and lib dir</action>
<action dev= "Jonas Bonér" type= "add" > ActorRegistry for retrieving Actor instances</action>
<action dev= "Jonas Bonér" type= "add" > SchedulerActor for scheduling periodic tasks</action>
<action dev= "Jonas Bonér" type= "add" > Now start up kernel with 'java -jar dist/akka-0.6.jar'</action>
<action dev= "Jonas Bonér" type= "fix" > Concurrent mode is now per actor basis</action>
<action dev= "Jonas Bonér" type= "fix" > Made Akka Web App aware, does not require AKKA_HOME when using it as a library</action>
<action dev= "Jonas Bonér" type= "fix" > Fixed dispatcher bug</action>
<action dev= "Jonas Bonér" type= "fix" > Cleaned up Maven scripts and distribution in general</action>
<action dev= "Jonas Bonér" type= "add" > Added mailing list: akka-user@googlegroups.com</action>
<action dev= "Jonas Bonér" type= "add" > Improved and restructured documentation</action>
<action dev= "Jonas Bonér" type= "add" > New URL: http://akkasource.org</action>
</release>
<release version= "0.5" date= "2009-07-12" description= "First public release" />
</body>
2009-08-14 00:01:18 +02:00
</document>