| 87 | Add new FaultHandlingStrategy; RestForOneStrategy | Invalid |
| 231 | REMOTE: Support trap exit of remote actor crash generically | Duplicate |
| 455 | Add Interrupted as Actor status (running) | Invalid |
| 470 | Supervisor definition in Spring should accept automatic actor registration | Invalid |
| 595 | Should be possible to add new Serializers dynamically | Fixed |
| 599 | Redesign TypedActor impl: Replace AspectWerkz with DynamicProxy | Fixed |
| 639 | Support injection using Guice for dynamic creation of Typed Actors using 'TypedActor.newInstance' | Fixed |
| 655 | REMOTE: Remote server and client should shut down all the actor they are managing | Invalid |
| 684 | Akka remote serialization should support ActorRef | Fixed |
| 687 | Remove spawnLink, spawn, startLink, ... | Fixed |
| 691 | Remove client managed actors | Fixed |
| 692 | Immutable ActorRef + immutable configuration + implicits with defaults | Duplicate |
| 693 | Rename Actor.id to Actor.address | Fixed |
| 724 | Create a TypedActorPool | Fixed |
| 728 | Session scoped Typed Actors | Fixed |
| 729 | Rename akka.routing.Dispatcher to akka.routing.Router | Fixed |
| 749 | Mist: PartialFunction instead of Hook and Provider | Fixed |
| 751 | Mist: Make it possible to specify root endpoint ID in web.xml, in the servlet tag. | Fixed |
| 755 | Mist: Create a subproject for Akka-mist (and rename it to akka-async-http) and move it's docs to toplevel | Invalid |
| 764 | Separate lifecycle commands from normal message sends | Fixed |
| 765 | Typed actor message serialization bug? | Fixed |
| 766 | Sanitize number of methods on ActorRef | Fixed |
| 767 | Make LifeCycle messages serializable | Fixed |
| 768 | DOC + TEST: Specify message send semantics and harmonize in-vm and remote sends | Fixed |
| 769 | Implement "client-managed" remote actor service | Invalid |
| 770 | Move out Transactors into akka-modules | Invalid |
| 771 | ActorRef distribution config | Fixed |
| 772 | Rewrite TypedActor | Invalid |
| 774 | REMOTE: Secure cookie should be exchanged as the connection is opened | Fixed |
| 781 | Compiled examples in the docs | Fixed |
| 784 | Rename dispatchers | Fixed |
| 785 | Mist: Rename to akka-async-http | Invalid |
| 807 | Harmonize dispatcher construction | Fixed |
| 818 | Change ActorRef.channel to return Option[Channel], for those who want to retain the "throw if not available" just do: self.channel.get | Invalid |
| 821 | akka-remote: Starting the remote server multiple times | Invalid |
| 823 | AbstractMethodError on TypedActor | Fixed |
| 836 | Clean up test output | Fixed |
| 842 | Add mechanism to let supervisor react to restart in custom fashion | Fixed |
| 854 | Rename 'CompletableFuture' to 'Promise' | Fixed |
| 856 | Optimize remote typed actor lookups on local node | Fixed |
| 859 | AkkaApplication: Make EventHandler the last stopped Actor | Fixed |
| 865 | Add Durable Mailboxes: File-based, Redis-based, ZooKeeper-based and Beanstalk-based | Fixed |
| 866 | Add documentation for durable mailboxes | Fixed |
| 867 | Typo in durable mailboxes doc | Fixed |
| 868 | Add consistent hashing abstraction | Fixed |
| 869 | TransactionLogSpec is not shutting down ZooKeeper client after successful run | Fixed |
| 871 | Migration guide for 0.10 to 1.0 is missing | Fixed |
| 872 | Migration guide for 1.0 to 1.1 should mention Scala migration guide or tips | Invalid |
| 873 | Add scalariform to sbt build process for automatic formatting of code | Fixed |
| 877 | Removing typeclass serialization of ActorRef/Actor in favor of a reflection-based approach | Fixed |
| 878 | Unify LocalActorRef, RemoteActorRef, ClusterActorRef and ReplicatedClusterActorRef | Fixed |
| 879 | ClusterActorRef or RemoteActorRef can represent an actor not yet started | Fixed |
| 880 | Style of void methods | Invalid |
| 883 | Fully integrate the multi-JVM tests into the regular testing | Fixed |
| 884 | make Configuration testable | Fixed |
| 885 | Write a ConfigSpec for the Cluster config and deployment config | Fixed |
| 886 | Fix actorsByUuid in ActorRegistry for 2.0 | Fixed |
| 888 | Expose startLink on Supervisor | Fixed |
| 889 | Unify old routing in akka-actor with new routing in akka-cluster | Fixed |
| 890 | Make use of in-memory router when deploying actor using 'Local' scope | Invalid |
| 891 | Write docs for new clustering and removed/changed remoting | Duplicate |
| 894 | Complete Senderfutures on Actor.stop | Fixed |
| 895 | Re-introduce session-scoped remote actors | Invalid |
| 896 | Implement Durable mailboxes as MailboxTypes | Fixed |
| 910 | Make ClusteredActorRef like a LocalActorRef (available in Registry etc) | Fixed |
| 911 | Migrate akka-camel-typed to new typed actor implementation | Fixed |
| 912 | Docs: SBT 0.10, replace AkkaProject with ordinary dependency | Duplicate |
| 917 | Remoting: Debug logging disappeared between 1.0 and 1.1 | Fixed |
| 921 | DOC: Rewrite all docs on !! to use ? + get | Fixed |
| 923 | Implement a way for Actors to perform IO easily without blocking | Fixed |
| 924 | SchedulerException on stopping actor | Fixed |
| 925 | Make akka.actor.Channel contravariant | Fixed |
| 926 | Enforce scala style guide | Fixed |
| 927 | Transform ClusterSpec into MultiJVMTests | Fixed |
| 928 | Test ClusterDeployer | Fixed |
| 930 | Test clustered actor registry | Fixed |
| 931 | Tests for STATELESS actor | Duplicate |
| 932 | Test adding new node to cluster on the fly and make sure cluster takes advantage of this new node | Invalid |
| 933 | Tests for replication of STATEFUL actor through TransactionLog | Fixed |
| 934 | Tests for cluster router [R] - Where R = [Direct, RoundRobin, Random] | Fixed |
| 936 | Bring back NetworkFailureTest from Git history | Fixed |
| 937 | Move akka-remote stuff into akka-cluster | Fixed |
| 951 | REMOTE: Remove actorsByUuid from RemoteSupport and do the lookup in the ref provider instead | Fixed |
| 952 | Update ScalaTest to 1.6.1 | Fixed |
| 955 | allow passing of Actor state to the new instance on restart | Fixed |
| 956 | Improve Documentation for message loss semantics on failure | Fixed |
| 957 | pass currentMessage into preRestart hook | Fixed |
| 958 | Implement cluster ref invalidation when invoking Cluster.release | Fixed |
| 959 | Test explicit migration of Actor using Cluster.migrate | Fixed |
| 960 | Test implicit migration of Actor after shutting down node in cluster | Fixed |
| 961 | Test for storing and retrieving custom configuration data in Cluster API | Fixed |
| 964 | Rename reply_? to tryReply or attemptReply | Fixed |
| 965 | Walk through all use of UUID and the "uuid:" prefix in old remoting code | Fixed |
| 966 | Update copyright headers to Typesafe | Fixed |
| 967 | Fix issues with akka-camel and akka-spring and re-add them to the project | Fixed |
| 968 | RemoteActorRef.stop raceproblem | Duplicate |
| 969 | RemoteActorRef.start problem | Invalid |
| 972 | LocalActorRef.invoke consumes interrupted status | Fixed |
| 973 | Fix problems with ZK client hanging trying to reconnect indefinitely on node.shutdown | Fixed |
| 974 | Rename 'akka.actor.deployment.clustered.replicas' to 'instances' since misleading | Fixed |