petabridge / Petabridge.Tracing.ApplicationInsights

OpenTracing adapter for Microsoft Application Insights
Apache License 2.0
28 stars 2 forks source link

Bump Akka from 1.4.27 to 1.4.29 #102

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Akka from 1.4.27 to 1.4.29.

Release notes

Sourced from Akka's releases.

Akka.NET v1.4.29

1.4.29 December 13 2021

Maintenance Release for Akka.NET 1.4 Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.

New features:

Documentation:

Bug fixes:

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

COMMITS LOC+ LOC- AUTHOR
7 82 51 Aaron Stannard
6 1381 483 Gregorius Soedharmo
4 618 85 Andreas Dirnberger
1 4 4 Luca V
1 1 1 dependabot[bot]

Changes:

  • 4d2a7d79220ec058dadf2e0c8e4fbbfd785d0f37 Merge pull request #5426 from akkadotnet/dev
  • 054ad7fde87a3d991249a0efdc605c173ea55da5 Merge branch 'master' into dev
  • 9c06a7655274f0bd58b7ebbd5f629e4eb22df8ec Update RELEASE_NOTES.md for 1.4.29 release (#5425)
  • 061931600f1e32ce75331f3188e9d562ec30c7ad MDB throws a MDB_NOTFOUND exception when the database directory already exists (#5424)
  • 1cf415639338682fa067bef723a88f83a52978d9 Update cluster sharding documentation (#5421)
  • 580b9aff88b28f391e6fb96f3ae604dd7855eb54 Add reproduction spec, not a bug, works as intended. (#5422)
  • c1b0924f5ff5c08df36b535b6d5efb745b582fb5 Fixes performance issue with HighestSequenceNrSql query (#5420)
  • 1382b3c2fab108d51a41714b2cd3f006949bf1ba [Documentation] Add extra help information on serializer id errors (#5418)
  • ccb467076f061239aecc976983c6990c372811dd Add new ChannelTaskScheduler Extension (#5403)
  • 7ec94178585c2c1d507a5dda9f6b2bcfc4a90e1f Mark socket connection messages with IDeadLetterSuppression (#5412)
  • a920b0723625e918e0b3e93e4b7f4a33e5533f5b Fix UDP memory leak (#5404)
  • fe0f10a4abb5f3b35fbe95707bd427dc37625a82 changed API doc root link back to index.md (#5410)
  • 7786cfba1f59dfc2f30fab83af00d1a2b253efed Upgraded DocFx to 2.58.9, dropped TargetFramework (#5409)
  • 8ac8522ce78f20d0bc649cc3e16e23575432d1b0 Fix API reference documentation (#5405)
  • 3798977e394cb248d538d5ad3c69e72ea05246aa remove of Cluster.Get(sys) (#5399)
  • bcd4bc3df9f3c9f48901d1f76d84b78a741b6e76 Fix Akka.Cluster Startup (#5398)
  • 086a110a10c8d728f619ece85f87a08f0e658cbe MeasurementsSinkReady not used as intended (#5396)

... (truncated)

Changelog

Sourced from Akka's changelog.

1.4.29 December 13 2021

Maintenance Release for Akka.NET 1.4 Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.

New features:

Documentation:

Bug fixes:

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

COMMITS LOC+ LOC- AUTHOR
7 82 51 Aaron Stannard
6 1381 483 Gregorius Soedharmo
4 618 85 Andreas Dirnberger
1 4 4 Luca V
1 1 1 dependabot[bot]

1.4.28 November 10 2021

Maintenance Release for Akka.NET 1.4 Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.

New Akka.Streams Stages Akka.NET v1.4.28 includes two new Akka.Streams stages:

  • Source.Never - a utility stage that never emits any elements, never completes, and never fails. Designed primarily for unit testing.
  • Flow.WireTap - the WireTap stage attaches a given Sink to a Flow without affecting any of the upstream or downstream elements. This stage is designed for performance monitoring and instrumentation of Akka.Streams graphs.

In addition to these, here are some other changes introduced Akka.NET v1.4.28:

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

| COMMITS | LOC+ | LOC- | AUTHOR |

... (truncated)

Commits
  • 4d2a7d7 Merge pull request #5426 from akkadotnet/dev
  • 054ad7f Merge branch 'master' into dev
  • 9c06a76 Update RELEASE_NOTES.md for 1.4.29 release (#5425)
  • 0619316 MDB throws a MDB_NOTFOUND exception when the database directory already exist...
  • 1cf4156 Update cluster sharding documentation (#5421)
  • 580b9af Add reproduction spec, not a bug, works as intended. (#5422)
  • c1b0924 Fixes performance issue with HighestSequenceNrSql query (#5420)
  • 1382b3c [Documentation] Add extra help information on serializer id errors (#5418)
  • ccb4670 Add new ChannelTaskScheduler Extension (#5403)
  • 7ec9417 Mark socket connection messages with IDeadLetterSuppression (#5412)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #104.