akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.
Apache License 2.0
10 stars 10 forks source link

build(deps): bump AkkaVersion from 1.5.24 to 1.5.25 #407

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps AkkaVersion from 1.5.24 to 1.5.25. Updates Akka from 1.5.24 to 1.5.25

Release notes

Sourced from Akka's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Persistence from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Persistence's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Persistence.Query from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Persistence.Query's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence.Query's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Streams from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Streams's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Streams's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Cluster.Sharding from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Cluster.Sharding's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Cluster.Sharding's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Persistence.TCK from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Persistence.TCK's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence.TCK's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Persistence.TestKit from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Persistence.TestKit's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence.TestKit's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb Added v1.5.25 (#7240)
  • See full diff in compare view


Updates Akka.Persistence.Sqlite from 1.5.24 to 1.5.25

Release notes

Sourced from Akka.Persistence.Sqlite's releases.

Akka.NET v1.5.25

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo

Changes:

  • 31222aa55740e3fdf170715b4d0a6d94c42b0cb4 added v1.5.25 release notes (#7257)
  • be4ed4dec28a386c60977923321adcb0fc8234cf Akka.Event: restore missing log data (#7256) [ #7255 ]
  • 6bcab70b87e2cac6de233cda4966569cce7fc8aa Akka.Router: automatically unpack IScheduledTellMsg when being handled through a router (#7249) [ #7247 ]
  • 487218c487304580a2e2468124d6c00a2bfe939e Modernize Cluster.Client code (#7251)
  • 260aee9ac209180a9adac8e3eb224155245dd9f0 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb8447b88c7caa20842b1b673197278fb2842 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e69f7871cefbd458e50288b848e0c957b4 [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)
  • b5a133a25f78ac082b81caf95a682f0516471dac RemotePingPong: don't let permission issues crash benchmark (#7241)
  • 12619cb220ab113f31beaa3db0120e536c87d930 Added v1.5.25 (#7240)

This list of changes was auto generated.

Changelog

Sourced from Akka.Persistence.Sqlite's changelog.

1.5.25 June 14th 2024

Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.

Logging Errors Introduced in v1.5.21

Versions [v1.5.21,v1.5.24] are all affected by Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages - this was a bug introduced when we added the log-filtering feature we shipped in Akka.NET v1.5.21.

This issue has been resolved in v1.5.25 and we've added regression tests to ensure that the log format gets version-checked just like our APIs going forward.

Other fixes:

You can see the full set of changes for Akka.NET v1.5.25 here.

COMMITS LOC+ LOC- AUTHOR
6 347 44 Aaron Stannard
2 1197 1015 Gregorius Soedharmo
Commits
  • 31222aa added v1.5.25 release notes (#7257)
  • be4ed4d Akka.Event: restore missing log data (#7256)
  • 6bcab70 Akka.Router: automatically unpack IScheduledTellMsg when being handled thro...
  • 487218c Modernize Cluster.Client code (#7251)
  • 260aee9 add more appropriate settings for Ask vs. Tell benchmarking in BDN (#7248)
  • a14bb84 Fix Akka.Discovery ServiceDiscovery instantiation (#7245)
  • 3bd219e [Benchmarks] Add Ask vs. Tell memory pressure baseline (#7244)