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

Bump AkkaVersion from 1.5.1 to 1.5.3 #253

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2023

Bumps AkkaVersion from 1.5.1 to 1.5.3.
Updates Akka from 1.5.1 to 1.5.3

Release notes

Sourced from Akka's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

1.5.2 April 5th 2023

There are some major behavioral changes introduced to Akka.Cluster and Akka.Persistence in Akka.NET v1.5.2 - to learn how these changes might affect your Akka.NET applications, please see our Akka.NET v1.5.2 Upgrade Advisories on the Akka.NET website.

If you want to see the full set of changes made in Akka.NET v1.5.2, click here.

COMMITS LOC+ LOC- AUTHOR
56 2580 2913 Ebere Abanonu
5 201 82 Aaron Stannard
4 754 558 Ismael Hamed
3 4 4 dependabot[bot]
2 33 12 Sergey Popov

... (truncated)

Commits

Updates Akka.Persistence from 1.5.1 to 1.5.3

Release notes

Sourced from Akka.Persistence's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka.Persistence's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

1.5.2 April 5th 2023

There are some major behavioral changes introduced to Akka.Cluster and Akka.Persistence in Akka.NET v1.5.2 - to learn how these changes might affect your Akka.NET applications, please see our Akka.NET v1.5.2 Upgrade Advisories on the Akka.NET website.

If you want to see the full set of changes made in Akka.NET v1.5.2, click here.

COMMITS LOC+ LOC- AUTHOR
56 2580 2913 Ebere Abanonu
5 201 82 Aaron Stannard
4 754 558 Ismael Hamed
3 4 4 dependabot[bot]
2 33 12 Sergey Popov

... (truncated)

Commits

Updates Akka.Persistence.Query from 1.5.1 to 1.5.3

Release notes

Sourced from Akka.Persistence.Query's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka.Persistence.Query's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

1.5.2 April 5th 2023

There are some major behavioral changes introduced to Akka.Cluster and Akka.Persistence in Akka.NET v1.5.2 - to learn how these changes might affect your Akka.NET applications, please see our Akka.NET v1.5.2 Upgrade Advisories on the Akka.NET website.

If you want to see the full set of changes made in Akka.NET v1.5.2, click here.

COMMITS LOC+ LOC- AUTHOR
56 2580 2913 Ebere Abanonu
5 201 82 Aaron Stannard
4 754 558 Ismael Hamed
3 4 4 dependabot[bot]
2 33 12 Sergey Popov

... (truncated)

Commits

Updates Akka.Streams from 1.5.1 to 1.5.3

Release notes

Sourced from Akka.Streams's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka.Streams's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

1.5.2 April 5th 2023

There are some major behavioral changes introduced to Akka.Cluster and Akka.Persistence in Akka.NET v1.5.2 - to learn how these changes might affect your Akka.NET applications, please see our Akka.NET v1.5.2 Upgrade Advisories on the Akka.NET website.

If you want to see the full set of changes made in Akka.NET v1.5.2, click here.

COMMITS LOC+ LOC- AUTHOR
56 2580 2913 Ebere Abanonu
5 201 82 Aaron Stannard
4 754 558 Ismael Hamed
3 4 4 dependabot[bot]
2 33 12 Sergey Popov

... (truncated)

Commits

Updates Akka.Cluster.Sharding from 1.5.1 to 1.5.3

Release notes

Sourced from Akka.Cluster.Sharding's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

Changes:

  • 26f52a97fa6a2f907fe9852619fec0a4af25696c Update RELEASE_NOTES.md for 1.5.3 release (#6656)
  • 4537b1c7626417f7ea6df1fbc465b2c1296d1830 Add SQL query isolation level (#6654)
  • f48394ef827a96566ab70f0bf7ebd3d9703b4980 [9-74]FlowConcatSpec (#6553)
  • 5164c8d9256e04b735089726a61c2d660f713bea Bump Microsoft.Extensions.ObjectPool from 7.0.4 to 7.0.5 (#6644)
  • 37903d25621ab60a81353759b414fe448b157214 Fix Hyperion setting setup code (#6655)
  • 2aa497a8437a7bf06804080a294960a066e1beae Bump Verify.Xunit from 19.12.1 to 19.12.3 (#6652)
  • 3b76b12038342ed18aaf3898efed6527fcedb979 updated all file headers to 2023 (#6649)
  • 3828b7064cdaf5750575765ab3cd6e7e2ed39e30 [20-74]FlowMergeSpec (#6567)
  • 220cffb4b2a8e8d40f5eea383322bbd849f05a29 [21-74]FlowOnCompleteSpec (#6569)
  • c1cbb7f77c4bda891e0535a56444c17a65f9b382 [22-74] FlowPrefixAndTailSpec (#6570)
  • 1a8d49535478a666e13beea374765fc5a54b5be3 [24-74] FlowRecoverWithSpec (#6572)
  • addb9fb414a0edde167f30e253925c4c3a219b0d [17-74]FlowIteratorSpec (#6561)
  • c083fcde71a8ae6fc5f23a484a64e34d606d3663 [23-74] FlowRecoverSpec (#6571)
  • b1f6e2d7667ffcbba3db7f59bd09656a0b8034ba [Obsolete] warning disable CS0618 (#6646)
  • fdeedb8aaf409999912dc90d9472f74bf60c2e0f Bump Microsoft.Data.SQLite from 7.0.4 to 7.0.5 (#6643)
  • beaf727a75a318c08296f495f159452b696d0f67 Akka.FSharp.*fsproj : warning NU1504: Duplicate 'PackageReference' items found (#6641)
  • ad4962431876c68dc4ee819518d568d41a2a143f WARNING CS0105 (#6645)

... (truncated)

Changelog

Sourced from Akka.Cluster.Sharding's changelog.

1.5.3 April 20th 2023

SQL Transaction Isolation Level Setting

In 1.5.3, we're introducing fine-grained control over transaction isolation level inside the Akka.Persistence.Sql.Common common library. This setting will be propagated to the rest of the SQL persistence plugin ecosystem and the Akka.Hosting package in their next release version.

Four new HOCON settings are introduced:

  • akka.persistence.journal.{plugin-name}.read-isolation-level
  • akka.persistence.journal.{plugin-name}.write-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.read-isolation-level
  • akka.persistence.snapshot-store.{plugin-name}.write-isolation-level

you can go to the official Microsoft documentation to read more about these isolation level settings.

If you want to see the full set of changes made in Akka.NET v1.5.3, click here.

COMMITS LOC+ LOC- AUTHOR
23 1284 1248 Ebere Abanonu
4 7 7 dependabot[bot]
3 933 267 Gregorius Soedharmo
2 4498 4407 Aaron Stannard

1.5.2 April 5th 2023

There are some major behavioral changes introduced to Akka.Cluster and Akka.Persistence in Akka.NET v1.5.2 - to learn how these changes might affect your Akka.NET applications, please see our Akka.NET v1.5.2 Upgrade Advisories on the Akka.NET website.

If you want to see the full set of changes made in Akka.NET v1.5.2, click here.

COMMITS LOC+ LOC- AUTHOR
56 2580 2913 Ebere Abanonu
5 201 82 Aaron Stannard
4 754 558 Ismael Hamed
3 4 4 dependabot[bot]
2 33 12 Sergey Popov

... (truncated)

Commits

Updates Akka.TestKit from 1.5.1 to 1.5.3

Release notes

Sourced from Akka.TestKit's releases.

Akka.NET v1.5.3

1.5.3 April 20th 2023

SQL Transaction Isolation Level SettingDescription has been truncated

Bumps `AkkaVersion` from 1.5.1 to 1.5.3.

Updates `Akka` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Persistence` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Persistence.Query` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Streams` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Cluster.Sharding` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.TestKit` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Persistence.TCK` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.TestKit.Xunit2` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

Updates `Akka.Streams.TestKit` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/akkadotnet/akka.net/releases)
- [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/akka.net@1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: Akka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.Query
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Streams
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Cluster.Sharding
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Persistence.TCK
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.TestKit.Xunit2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Akka.Streams.TestKit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2023
@Aaronontheweb Aaronontheweb merged commit 89cf41a into dev Apr 21, 2023
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/AkkaVersion-1.5.3 branch April 21, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant