Skip to content

Commit af1f29f

Browse files
committed
Merge pull request #1031 from Aaronontheweb/v1.0.2-release-notes
added release notes for v1.0.2 release
2 parents c2e32c8 + 2c4a433 commit af1f29f

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

RELEASE_NOTES.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
1-
#### 1.0.2 May 1 2015
1+
#### 1.0.2 June 2 2015
2+
**Bugfix release for Akka.NET v1.0.1.**
3+
4+
Fixes & Changes - Akka.NET Core
5+
* [Routers seem ignore supervision strategy](https://github.com/akkadotnet/akka.net/issues/996)
6+
* [Replaced DateTime.Now with DateTime.UtcNow/MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1009)
7+
* [DedicatedThreadScheduler](https://github.com/akkadotnet/akka.net/pull/1002)
8+
* [Add ability to specify scheduler implementation in configuration](https://github.com/akkadotnet/akka.net/pull/994)
9+
* [Added generic extensions to EventStream subscribe/unsubscribe.](https://github.com/akkadotnet/akka.net/pull/990)
10+
* [Convert null to NoSender.](https://github.com/akkadotnet/akka.net/pull/993)
11+
* [Supervisor strategy bad timeouts](https://github.com/akkadotnet/akka.net/pull/986)
12+
* [Updated Pigeon.conf throughput values](https://github.com/akkadotnet/akka.net/pull/980)
13+
* [Add PipeTo for non-generic Tasks for exception handling](https://github.com/akkadotnet/akka.net/pull/978)
14+
15+
Fixes & Changes - Akka.NET Dependency Injection
16+
* [Added Extensions methods to ActorSystem and ActorContext to make DI more accessible](https://github.com/akkadotnet/akka.net/pull/966)
17+
* [DIActorProducer fixes](https://github.com/akkadotnet/akka.net/pull/961)
18+
* [closes akkadotnet/akka.net#1020 structuremap dependency injection](https://github.com/akkadotnet/akka.net/pull/1021)
19+
20+
Fixes & Changes - Akka.Remote and Akka.Cluster
21+
* [Fixing up cluster rejoin behavior](https://github.com/akkadotnet/akka.net/pull/962)
22+
* [Added dispatcher fixes for remote and cluster ](https://github.com/akkadotnet/akka.net/pull/983)
23+
* [Fixes to ClusterRouterGroup](https://github.com/akkadotnet/akka.net/pull/953)
24+
* [Two actors are created by remote deploy using Props.WithDeploy](https://github.com/akkadotnet/akka.net/issues/1025)
25+
26+
Fixes & Changes - Akka.Persistence
27+
* [Renamed GuaranteedDelivery classes to AtLeastOnceDelivery](https://github.com/akkadotnet/akka.net/pull/984)
28+
* [Changes in Akka.Persistence SQL backend](https://github.com/akkadotnet/akka.net/pull/963)
29+
* [PostgreSQL persistence plugin for both event journal and snapshot store](https://github.com/akkadotnet/akka.net/pull/971)
30+
* [Cassandra persistence plugin](https://github.com/akkadotnet/akka.net/pull/995)
31+
32+
**New Features:**
33+
34+
**Akka.TestKit.XUnit2**
35+
Akka.NET now has support for [XUnit 2.0](http://xunit.github.io/)! You can install Akka.TestKit.XUnit2 via the NuGet commandline:
36+
37+
```
38+
PM> Install-Package Akka.TestKit.XUnit2
39+
```
40+
41+
**Akka.Persistence.PostgreSql** and **Akka.Persistence.Cassandra**
42+
Akka.Persistence now has two additional concrete implementations for PostgreSQL and Cassandra! You can install either of the packages using the following commandline:
43+
44+
[Akka.Persistence.PostgreSql Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.PostgreSql)
45+
```
46+
PM> Install-Package Akka.Persistence.PostgreSql
47+
```
48+
49+
[Akka.Persistence.Cassandra Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.Cassandra)
50+
```
51+
PM> Install-Package Akka.Persistence.Cassandra
52+
```
53+
54+
**Akka.DI.StructureMap**
55+
Akka.NET's dependency injection system now supports [StructureMap](http://structuremap.github.io/)! You can install Akka.DI.StructureMap via the NuGet commandline:
56+
57+
```
58+
PM> Install-Package Akka.DI.StructureMap
59+
```
260

361
#### 1.0.1 Apr 28 2015
462

0 commit comments

Comments
 (0)