|
| 1 | +#### 1.5.0-alpha4 February 1st 2022 #### |
| 2 | +Version 1.5.0-alpha3 contains several bug fixes and new features to Akka.NET |
| 3 | + |
| 4 | +* [Akka.TestKit: Remove Akka.Tests.Shared.Internal dependency](https://github.com/akkadotnet/akka.net/pull/6258) |
| 5 | +* [Akka.TestKit: Added ReceiveAsync feature to TestActorRef](https://github.com/akkadotnet/akka.net/pull/6281) |
| 6 | +* [Akka.Stream: Fix `IAsyncEnumerator.DisposeAsync` bug](https://github.com/akkadotnet/akka.net/pull/6296) |
| 7 | +* [Akka: Add `Exception` serialization support for built-in messages](https://github.com/akkadotnet/akka.net/pull/6300) |
| 8 | +* [Akka: Add simple actor telemetry feature](https://github.com/akkadotnet/akka.net/pull/6299) |
| 9 | +* [Akka.Streams: Move Channel stages from Alpakka to Akka.NET repo](https://github.com/akkadotnet/akka.net/pull/6268) |
| 10 | +* [Akka: Set actor stash capacity to actor mailbox or dispatcher size](https://github.com/akkadotnet/akka.net/pull/6323) |
| 11 | +* [Akka: Add `ByteString` support to copy to/from `Memory` and `Span`](https://github.com/akkadotnet/akka.net/pull/6026) |
| 12 | +* [Akka: Add support for `UnrestrictedStash`](https://github.com/akkadotnet/akka.net/pull/6325) |
| 13 | +* [Akka: Add API for `UntypedActorWithStash`](https://github.com/akkadotnet/akka.net/pull/6327) |
| 14 | +* [Akka.Persistence.Sql.Common: Fix unhandled `DbExceptions` that are wrapped inside `AggregateException`](https://github.com/akkadotnet/akka.net/pull/6361) |
| 15 | +* [Akka.Persistence.Sql: Fix persistence id publisher actor hung on failure messages](https://github.com/akkadotnet/akka.net/pull/6374) |
| 16 | +* [Akka: Change default pool router supervisor strategy to `Restart`](https://github.com/akkadotnet/akka.net/pull/6370) |
| 17 | +* NuGet package upgrades: |
| 18 | + * [Bump Microsoft.Data.SQLite from 6.0.10 to 7.0.2](https://github.com/akkadotnet/akka.net/pull/6339) |
| 19 | + * [Bump Google.Protobuf from 3.21.9 to 3.21.12](https://github.com/akkadotnet/akka.net/pull/6311) |
| 20 | + * [Bump Newtonsoft.Json from 9.0.1 to 13.0.1](https://github.com/akkadotnet/akka.net/pull/6303) |
| 21 | + * [Bump Microsoft.Extensions.ObjectPool from 6.0.10 to 7.0.2](https://github.com/akkadotnet/akka.net/pull/6340) |
| 22 | + * [Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 7.0.0](https://github.com/akkadotnet/akka.net/pull/6234) |
| 23 | + |
| 24 | +If you want to see the [full set of changes made in Akka.NET v1.5.0 so far, click here](https://github.com/akkadotnet/akka.net/milestone/7?closed=1). |
| 25 | + |
| 26 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 27 | +|---------|------|------|---------------------| |
| 28 | +| 27 | 30 | 30 | dependabot[bot] | |
| 29 | +| 11 | 2212 | 165 | Gregorius Soedharmo | |
| 30 | +| 4 | 741 | 208 | Ismael Hamed | |
| 31 | +| 4 | 680 | 112 | Aaron Stannard | |
| 32 | +| 3 | 87 | 178 | Sergey Popov | |
| 33 | +| 1 | 843 | 0 | Drew | |
| 34 | +| 1 | 2 | 2 | Popov Sergey | |
| 35 | + |
1 | 36 | #### 1.5.0-alpha3 November 15th 2022 #### |
2 | 37 | Akka.NET v1.5.0-alpha3 is a security patch for Akka.NET v1.5.0-alpha2 but also includes some other fixes. |
3 | 38 |
|
|
0 commit comments