Skip to content

Commit 5a506b7

Browse files
authored
Update RELEASE_NOTES.md for 1.4.35 release (#5726)
* Update RELEASE_NOTES.md for 1.4.35 release * Update RELEASE_NOTES.md with the latest changes
1 parent a2dc4f8 commit 5a506b7

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

RELEASE_NOTES.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
#### 1.4.35 March 7 2022 ####
1+
#### 1.4.35 March 18 2022 ####
2+
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.
23

3-
*Placeholder for nightlies*
4+
__Bug fixes__:
5+
* [Akka: Fixed IActorRef leak inside EventStream](https://github.com/akkadotnet/akka.net/pull/5720)
6+
* [Akka: Fixed ActorSystemSetup.And forgetting registered types](https://github.com/akkadotnet/akka.net/issues/5728)
7+
* [Akka.Persistence.Query.Sql: Fixed Query PersistenceIds query bug](https://github.com/akkadotnet/akka.net/pull/5715)
8+
* [Akka.Streams: Add MapMaterializedValue for SourceWithContext and FlowWithContext](https://github.com/akkadotnet/akka.net/pull/5711)
9+
10+
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).
11+
12+
| COMMITS | LOC+ | LOC- | AUTHOR |
13+
|---------|------|------|---------------------|
14+
| 6 | 2178 | 174 | Aaron Stannard |
15+
| 2 | 43 | 33 | Gregorius Soedharmo |
16+
| 1 | 71 | 19 | Ismael Hamed |
17+
| 1 | 1 | 1 | dependabot[bot] |
418

519
#### 1.4.34 March 7 2022 ####
6-
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.
20+
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.
721

822
__Bug fixes__:
923
* [Akka: Added support to pass a state object into CircuitBreaker to reduce allocations](https://github.com/akkadotnet/akka.net/pull/5650)
@@ -13,7 +27,7 @@ __Bug fixes__:
1327
__Improvements__:
1428
* [Akka: PipeTo can be configured to retain async threading context](https://github.com/akkadotnet/akka.net/pull/5684)
1529

16-
If you want to see the [full set of changes made in Akka.NET v1.4.33, click here](https://github.com/akkadotnet/akka.net/milestone/65?closed=1).
30+
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).
1731

1832
| COMMITS | LOC+ | LOC- | AUTHOR |
1933
|---------|--------|-------|---------------------|

0 commit comments

Comments
 (0)