Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.3 release (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Apr 25, 2023
1 parent aeba095 commit 73aebac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.5.3] / 24 April 2023

* [Update Akka.NET to 1.5.3](https://github.com/akkadotnet/akka.net/releases/tag/1.5.3)
* [Add SQL transaction isolation level support](https://github.com/akkadotnet/Akka.Hosting/pull/284)

**SQL Transaction Isolation Level Setting**

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the `Akka.Persistence.Hosting`, `Akka.Persistence.SqlServer.Hosting`, and `Akka.Persistence.PostgreSql.Hosting` plugins.

you can go to the [official Microsoft documentation](https://learn.microsoft.com/en-us/dotnet/api/system.data.isolationlevel?#fields) to read more about these isolation level settings.

## [1.5.2] / 6 April 2023

* [Update Akka.NET to 1.5.2](https://github.com/akkadotnet/akka.net/releases/tag/1.5.2)
Expand Down

0 comments on commit 73aebac

Please sign in to comment.