josephnhtam / vsp-youtube-clone-microservices

A YouTube Clone microservices application built with .NET 7 and Angular 14.
Apache License 2.0
37 stars 6 forks source link

Bump Serilog.AspNetCore, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Options, Serilog and Microsoft.Extensions.Configuration.Binder in /Backend #8

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps Serilog.AspNetCore, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Options, Serilog and Microsoft.Extensions.Configuration.Binder. These dependencies needed to be updated together. Updates Serilog.AspNetCore from 6.1.0 to 8.0.1

Release notes

Sourced from Serilog.AspNetCore's releases.

v8.0.1

v8.0.0

Breaking change

The obsolete UseSerilog() extension on IWebHostBuilder has been removed. Switch to either IHostBuilder.UseSerilog() or IServiceCollection.AddSerilog() instead.

    .ConfigureServices(services => services.AddSerilog())

v7.0.0

Commits


Updates Microsoft.Extensions.DependencyInjection.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.Logging.Abstractions from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.Options from 7.0.0 to 8.0.0

Release notes

Sourced from Microsoft.Extensions.Options's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


Updates Serilog from 2.12.0 to 3.1.1

Release notes

Sourced from Serilog's releases.

v3.1.1

  • #1977 - don't stack overflow when disposing ReusableStringWriter with large renderings (@​nblumhardt)

This is a bugfix for release 3.1.0.

v3.1.0

Built-in trace and span id support

This release adds two new first-class properties to LogEvent: TraceId and SpanId. These are set automatically in Logger.Write() to the corresponding property values from System.Diagnostics.Activity.Current.

The major benefit of this change is that sinks, once updated, can reliably propagate trace and span ids through to back-ends that support them (in much the same way that first-class timestamps, messages, levels, and exceptions are used today).

The sinks maintained under serilog/serilog, along with formatting helpers such as Serilog.Formatting.Compact and Serilog.Expressions, are al... _Description has been truncated_

dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.