Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.4.36 Release #5823

Merged
merged 20 commits into from
Apr 5, 2022
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a18c246
v1.4.36 placeholder for nightlies (#5732)
Aaronontheweb Mar 18, 2022
5ef69e9
Update PersistAsync to match docs. (#5736)
NaridaL Mar 21, 2022
ef6718e
[DI] DI fails to throw an exception when DI tried to create an actor …
Arkatufus Mar 21, 2022
4e35c2a
Fix spelling (#5745)
eaba Mar 22, 2022
93a3d7e
Lock cspell on version `5.18.5` (#5744)
eaba Mar 22, 2022
b4b390d
cleanup XUnit TestKit output logger (#5741)
Aaronontheweb Mar 22, 2022
6d3d91f
marked `EventBusUnsubscriber` messages as `INoSerializationVerificati…
Aaronontheweb Mar 22, 2022
0c85653
Fix MSBuild does not copy xunit.runner dlls correctly (#5747)
Arkatufus Mar 23, 2022
9e05894
Add documentation on how to override serializer ids. (#5749)
Arkatufus Mar 24, 2022
b365c06
Add `Member Roles` doc (#5742)
eaba Mar 24, 2022
ab332ea
[DOCS]: Add `Examples` section to Akka.NET Doc (#5739)
eaba Mar 30, 2022
0309498
Bump Hyperion to 0.12.2 (#5805)
Arkatufus Apr 1, 2022
3ee032d
Fix leaky coordinated shutdown (#5816)
Arkatufus Apr 4, 2022
13eea74
Couple of fixes for the TcpConnection (#5817)
ismaelhamed Apr 4, 2022
9c29c84
Update RELEASE_NOTES.md for 1.4.36 release (#5820)
Arkatufus Apr 5, 2022
161c9d5
Revert changes that are unrelated to the memory leak (#5822)
Arkatufus Apr 5, 2022
711c284
Merge branch 'dev'
Arkatufus Apr 5, 2022
da0f734
Be more explicit that a node is shutting down as it was marked as DOW…
ismaelhamed Apr 5, 2022
33d805c
Merge branch 'dev'
Arkatufus Apr 5, 2022
9f7a7a7
Merge remote-tracking branch 'upstream/master'
Arkatufus Apr 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
v1.4.36 placeholder for nightlies (#5732)
  • Loading branch information
Aaronontheweb authored Mar 18, 2022
commit a18c246f45d1080da7dd666ec073262eabf40f70
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.4.36 March 18 2022 ####

**Placeholder for nightlies**

#### 1.4.35 March 18 2022 ####
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.