|
1 |
| -#### 1.4.34 February 14 2022 #### |
2 |
| -**Placeholder for nightlies** |
| 1 | +#### 1.5.0-beta1 April 20 2022 #### |
| 2 | +**Placeholder for first beta release of Akka.NET v1.5** |
| 3 | + |
| 4 | +#### 1.4.37 April 14 2022 #### |
| 5 | +Akka.NET v1.4.37 is a minor release that contains some minor bug fixes. |
| 6 | + |
| 7 | +* [Persistence.Query: Change AllEvents query failure log severity from Debug to Error](https://github.com/akkadotnet/akka.net/pull/5835) |
| 8 | +* [Coordination: Harden LeaseProvider instance Activator exception handling](https://github.com/akkadotnet/akka.net/pull/5838) |
| 9 | +* [Akka: Make ActorSystemImpl.Abort skip the CoordinatedShutdown check](https://github.com/akkadotnet/akka.net/pull/5839) |
| 10 | + |
| 11 | +If you want to see the [full set of changes made in Akka.NET v1.4.37, click here](https://github.com/akkadotnet/akka.net/milestone/68?closed=1). |
| 12 | + |
| 13 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 14 | +|---------|------|------|---------------------| |
| 15 | +| 3 | 15 | 4 | Gregorius Soedharmo | |
| 16 | +| 1 | 2 | 2 | dependabot[bot] | |
| 17 | + |
| 18 | +#### 1.4.36 April 4 2022 #### |
| 19 | +Akka.NET v1.4.36 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. |
| 20 | + |
| 21 | +* [Akka: Bump Hyperion to 0.12.2](https://github.com/akkadotnet/akka.net/pull/5805) |
| 22 | + |
| 23 | +__Bug fixes__: |
| 24 | +* [Akka: Fix CoordinatedShutdown memory leak](https://github.com/akkadotnet/akka.net/pull/5816) |
| 25 | +* [Akka: Fix TcpConnection error handling and death pact de-registration](https://github.com/akkadotnet/akka.net/pull/5817) |
| 26 | + |
| 27 | +If you want to see the [full set of changes made in Akka.NET v1.4.36, click here](https://github.com/akkadotnet/akka.net/milestone/67?closed=1). |
| 28 | + |
| 29 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 30 | +|---------|------|------|---------------------| |
| 31 | +| 5 | 274 | 33 | Gregorius Soedharmo | |
| 32 | +| 4 | 371 | 6 | Ebere Abanonu | |
| 33 | +| 3 | 9 | 3 | Aaron Stannard | |
| 34 | +| 1 | 34 | 38 | Ismael Hamed | |
| 35 | +| 1 | 2 | 3 | Adrian Leonhard | |
| 36 | + |
| 37 | +#### 1.4.35 March 18 2022 #### |
| 38 | +Akka.NET v1.4.35 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. |
| 39 | + |
| 40 | +__Bug fixes__: |
| 41 | +* [Akka: Fixed IActorRef leak inside EventStream](https://github.com/akkadotnet/akka.net/pull/5720) |
| 42 | +* [Akka: Fixed ActorSystemSetup.And forgetting registered types](https://github.com/akkadotnet/akka.net/issues/5728) |
| 43 | +* [Akka.Persistence.Query.Sql: Fixed Query PersistenceIds query bug](https://github.com/akkadotnet/akka.net/pull/5715) |
| 44 | +* [Akka.Streams: Add MapMaterializedValue for SourceWithContext and FlowWithContext](https://github.com/akkadotnet/akka.net/pull/5711) |
| 45 | + |
| 46 | +If you want to see the [full set of changes made in Akka.NET v1.4.35, click here](https://github.com/akkadotnet/akka.net/milestone/66?closed=1). |
| 47 | + |
| 48 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 49 | +|---------|------|------|---------------------| |
| 50 | +| 6 | 2178 | 174 | Aaron Stannard | |
| 51 | +| 2 | 43 | 33 | Gregorius Soedharmo | |
| 52 | +| 1 | 71 | 19 | Ismael Hamed | |
| 53 | +| 1 | 1 | 1 | dependabot[bot] | |
| 54 | + |
| 55 | +#### 1.4.34 March 7 2022 #### |
| 56 | +Akka.NET v1.4.34 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. |
| 57 | + |
| 58 | +__Bug fixes__: |
| 59 | +* [Akka: Added support to pass a state object into CircuitBreaker to reduce allocations](https://github.com/akkadotnet/akka.net/pull/5650) |
| 60 | +* [Akka.DistributedData: ORSet merge operation performance improvement](https://github.com/akkadotnet/akka.net/pull/5686) |
| 61 | +* [Akka.Streams: FlowWithContext generic type parameters have been reordered to make them easier to read](https://github.com/akkadotnet/akka.net/pull/5648) |
| 62 | + |
| 63 | +__Improvements__: |
| 64 | +* [Akka: PipeTo can be configured to retain async threading context](https://github.com/akkadotnet/akka.net/pull/5684) |
| 65 | + |
| 66 | +If you want to see the [full set of changes made in Akka.NET v1.4.34, click here](https://github.com/akkadotnet/akka.net/milestone/65?closed=1). |
| 67 | + |
| 68 | +| COMMITS | LOC+ | LOC- | AUTHOR | |
| 69 | +|---------|--------|-------|---------------------| |
| 70 | +| 12 | 1177 | 718 | Ebere Abanonu | |
| 71 | +| 6 | 192 | 47 | Gregorius Soedharmo | |
| 72 | +| 3 | 255 | 167 | Ismael Hamed | |
| 73 | +| 1 | 3 | 0 | Aaron Stannard | |
| 74 | +| 1 | 126 | 10 | Drew | |
3 | 75 |
|
4 | 76 | #### 1.4.33 February 14 2022 ####
|
5 | 77 | Akka.NET v1.4.33 is a minor release that contains some bug fixes. Most of the changes have been aimed at improving our web documentation and code cleanup to modernize some of our code. The most important bug fix is the actor Props memory leak when actors are cached inside Akka.Remote.
|
|
0 commit comments