Skip to content

Bump Amazon.Lambda.AspNetCoreServer and 31 others #341

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updated Amazon.Lambda.AspNetCoreServer from 8.1.1 to 9.2.0.

Release notes

Sourced from Amazon.Lambda.AspNetCoreServer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Amazon.Lambda.Core from 2.2.0 to 2.7.0.

Release notes

Sourced from Amazon.Lambda.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Amazon.Lambda.Serialization.SystemTextJson from 2.4.0 to 2.4.4.

Release notes

Sourced from Amazon.Lambda.Serialization.SystemTextJson's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.Extensions.NETCore.Setup from 3.7.300 to 4.0.2.1.

Release notes

Sourced from AWSSDK.Extensions.NETCore.Setup's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated BenchmarkDotNet from 0.13.12 to 0.15.2.

Release notes

Sourced from BenchmarkDotNet's releases.

0.15.2

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html

Highlights

  • The most significant update in this release is the enhanced accuracy of the memory diagnoser (#​2562). This improvement resolves the issue of incorrectly reported memory allocations (#​1542, #​2582).
  • We have introduced a new feature that allows users to sort benchmark jobs in numerical order (#​2768, #​2770).
  • Benchmark validation has been improved (#​2771).
  • An issue with non-persistent auto-generated JobId has been fixed (#​2777).

0.15.1

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html

Highlights

0.15.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html

0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #​2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #​2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

Commits viewable in compare view.

Updated bootstrap from 5.3.3 to 5.3.7.

Release notes

Sourced from bootstrap's releases.

5.3.7

📚 Documentation

  • Fixed broken "View on GitHub" URLs
  • Corrected HTML <head> content generated by the "Download examples" button
  • Refined sanitizer documentation for clarity and completeness
  • Improved accessibility in the "On this page" table of contents and section heading anchor links
  • Relocated ads to the right sidebar to minimize content reflow
  • Added a new section on the Download page for the Intelissence extension
  • Clarified the "Via JavaScript" usage example for Accordion Collapse
  • Made internal documentation improvements to support future maintenance (no visible user impact)
  • Mention CDN integrity and crossorigin attributes in introduction page
  • Enhance floating labels placeholder usage description
  • Add example of showing dynamic range value with output

🎨 Sass

  • Consolidated multiple 'none' values in the box-shadow Sass mixin for cleaner output

🤖 JavaScript

  • Fixed popover and tooltip behavior with a trigger: "hover click" configuration

🤝 Contributions

  • Added recommended VSCode extensions and settings configuration to the repository

5.3.6

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

5.3.5

Hot fix for a regression from upstream in Autoprefixer.

What's Changed

Full Changelog: twbs/bootstrap@v5.3.4...v5.3.5

5.3.4

Changes

  • #​40888: Dependabot: switch to grouped updates

🚀 Features

  • #​41299: Typo fixed
  • #​41187: Docs: mention removal of util.js in migration guide
  • #​41228: Docs: Simplify ids for checks, radios and switches
  • #​41150: Update fixtureId to FIXTURE_ID for consistency
  • #​40965: Docs: Use <article> element for example cards
  • #​40932: Docs: add ngx-bootstrap to JavaScript frameworks list
  • #​40790: Docs: Drop .grid where it shouldn't be used
  • #​40821: Docs: precise how to add new .order-* classes in 'Layout > Columns'
  • #​40914: Docs: drop useless .justify-content-start class in homepage
  • #​40876: Remove unneeded flexbug workaround
  • #​40870: Docs: Update modal min-height inline style
  • #​40844: Docs: Remove mention about Safari's limited support flexbox gap
  • #​40620: Docs: minor accessibility improvements for Examples
  • #​40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
  • #​40577: Docs: Add main element to Cheatsheet Examples
  • #​39815: Docs: drop unused .bi-exclamation-triangle-fill class
  • #​40507: Docs: HTTPS link to ikons iconset
  • #​39777: Docs: fix Reddit URL to avoid redirection
  • #​39697: refactor(accordion): merge selectors for border-radius rule

🎨 CSS

  • #​41336: Fix modal and offcanvas header collapse
  • #​41126: Fix display issues of close button in contextual light and dark modes
  • #​40695: Fix light mode carousel in dark mode
  • #​41004: Add workarounds for postcss-values-parser error (negative values in calc())
  • #​41013: Align floating labels with form-select sizes
  • #​40931: Fix: correct typo in background-blend-mode value
  • #​40900: Remove unnecessary duplicated CSS class name
  • #​40876: Remove unneeded flexbug workaround
  • #​40844: Docs: Remove mention about Safari's limited support flexbox gap
  • #​40623: Fix use of declarations after nested rules (deprecated in Sass 1.77.7)
  • #​39720: Floating labels: Fix max-width and background-color
  • #​40488: button-group: Fix btn-group-vertical by using same rules as btn-group
  • #​39804: Optimize Sass SVG files
  • #​39494: Change floating label placeholder's color
  • #​39697: refactor(accordion): merge selectors for border-radius rule

☕️ JavaScript

  • #​38411: Add note about cancelling modal events to modal.md
  • #​41150: Update fixtureId to FIXTURE_ID for consistency
  • #​40803: Fix popover toggle twice to close
  • #​38725: Fix this reference for functions
  • #​39791: Fix broken comment link for reflow hack
    ... (truncated)

Commits viewable in compare view.

Updated jQuery.Validation from 1.19.5 to 1.21.0.

Updated log4net from 2.0.15 to 3.1.0.

Release notes

Sourced from log4net's releases.

3.1.0

Added

  • Migrate log4net site to Antora and use logging-parent pom by @​FreeAndNil in #​210 and #​238
  • Add "Sponsor" buttons to repository by @​ppkarwasz in #​235
  • #​239 detect Android and use environment variables instead of AppSettings by @​FreeAndNil in #​240
  • #​239 added MAUI example by @​FreeAndNil in #​241

Fixed

  • Handle logs with positive CountDirection, extension preservation and placed in dir by @​gdziadkiewicz in #​232

New Contributors

Full Changelog: apache/logging-log4net@rel/3.0.4...rel/3.1.0
Nuget: https://www.nuget.org/packages/log4net/3.1.0

3.0.5-preview.2

What's Changed

  • Handle logs with positive CountDirection, extension preservation and placed in dir #​232 by @​gdziadkiewicz (fixes #​231)

Full Changelog: apache/logging-log4net@rel/3.0.4...rc/3.0.5-preview.2
Nuget: https://www.nuget.org/packages/log4net/3.0.5-preview.2

3.0.5-preview.1

What's Changed

  • make RollingFileAppender.RollFile virtual by @​FreeAndNil in #​237 (fixes #​234 by @​lraulea)

Full Changelog: apache/logging-log4net@rel/3.0.4...rc/3.0.5-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.5-preview.1

3.0.4

What's Changed

  • Turn on the CI build for PRs by @​gdziadkiewicz in #​204
  • Keep old, working ubuntu image version. by @​gdziadkiewicz in #​215
  • fixed SetQWForFiles method name in FileAppender from #​196 by @​sketchturner in #​217 (fixes #​216 reported by @​sketchturner)
  • fix regression from 3.0.0 (log4j:data instead of log4j:throwable) by @​FreeAndNil in #​226
  • Show config file path in error message by @​FreeAndNil in #​228 (resolves #​227 by @​FrankNuessle)

New Contributors

  • @​sketchturner made his first contribution in #​217
  • @​FrankNuessle created his first issue in #​227

Full Changelog: apache/logging-log4net@rel/3.0.3...rel/3.0.4
Nuget: https://www.nuget.org/packages/log4net/3.0.4

3.0.4-preview.1

What's Changed

  • Turn on the CI build for PRs by @​gdziadkiewicz in #​204
  • Keep old, working ubuntu image version. by @​gdziadkiewicz in #​215
  • fixed SetQWForFiles method name in FileAppender from #​196 by @​sketchturner in #​217 (fixes #​216 reported by @​sketchturner)
  • fix regression from 3.0.0 (log4j:data instead of log4j:throwable) by @​FreeAndNil in #​226

New Contributors

  • @​sketchturner made their first contribution in #​217

Full Changelog: apache/logging-log4net@rel/3.0.3...rc/3.0.4-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.4-preview.1

3.0.3

What's Changed

  • Bumped NUnit to 4.2.2 by @​FreeAndNil in #​200
  • Enable Microsoft.CodeAnalysis.NetAnalyzers by @​FreeAndNil in #​201
  • File scoped namespaces and CA warnings fixed in examples by @​FreeAndNil in #​202
  • Fix empty string received by .NET 8 users on Linux on userName by @​gdziadkiewicz in #​199
  • Use raw strings for config files in unit tests by @​FreeAndNil in #​203
  • Made RollOverRenameFiles virtual to allow compression etc. in derived classes by @​FreeAndNil in #​206 (solves #​205 reported by @​FerdinandStapenhorst)
  • MDC was accidentally renamed into Mdc in #​196 - this change was reverted
  • NDC was accidentally renamed into Ndc in #​196 - this change was reverted

New Contributors

  • @​gdziadkiewicz made their first contribution in #​199

Full Changelog: apache/logging-log4net@rel/3.0.2...rel/3.0.3
Nuget: https://www.nuget.org/packages/log4net/3.0.3

3.0.3-preview.1

What's Changed

  • bumped NUnit to 4.2.2 by @​FreeAndNil in #​200
  • Enable Microsoft.CodeAnalysis.NetAnalyzers by @​FreeAndNil in #​201
  • MDC was accidentally renamed into Mdc in #​196 - this change was reverted
  • NDC was accidentally renamed into Ndc in #​196 - this change was reverted

Full Changelog: apache/logging-log4net@rel/3.0.2...rc/3.0.3-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.3-preview.1

3.0.2

What's Changed

  • #​189 separate review instructions for log4net by @​FreeAndNil in #​190
  • #​194 (reported by @​VianneyTremelo) fixed a bug in the Dispose-Logic of TelnetAppender by @​FreeAndNil in #​195
  • more modern coding style by @​FreeAndNil in #​196
  • #​197 fix IndexOutOfRangeException when creating child loggers multithreaded by @​FreeAndNil in #​198

Known Issues

  • MDC was accidentally renamed into Mdc in #​196 - this will be reverted in 3.0.3
  • NDC was accidentally renamed into Ndc in #​196 - this will be reverted in 3.0.3

Full Changelog: apache/logging-log4net@rel/3.0.1...rel/3.0.2
Nuget: https://www.nuget.org/packages/log4net/3.0.2

3.0.2-preview.1

What's Changed

  • #​189 separate review instructions for log4net by @​FreeAndNil in #​190
  • #​194 ObjectDisposedException in TelnetAppender (3.0.1) (reported by @​VianneyTremelo) - fixed by @​FreeAndNil in #​195

Full Changelog: apache/logging-log4net@rel/3.0.1...rc/3.0.2-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.2-preview.1

3.0.1

What's Changed

  • #​176 added source link by @​FreeAndNil
  • #​177 use ManagedThreadId for long running tasks (reported by @​Audela-220) fixed in #​180 by @​FreeAndNil
  • #​181 automate version bumps by @​FreeAndNil
  • #​183 Unable to set property [file] on object [log4net.Appender.FileAppender] (reported by @​sc-mk and @​geirg71) fixed in #​184 by @​FreeAndNil

Full Changelog: apache/logging-log4net@rel/3.0.0...rel/3.0.1
Nuget: https://www.nuget.org/packages/log4net/3.0.1

3.0.1-preview.2

What's Changed

  • #​183 Unable to set property [file] on object [log4net.Appender.FileAppender] (reported by @​sc-mk and @​geirg71) fixed in #​184 by @​FreeAndNil

Full Changelog: apache/logging-log4net@rc/3.0.1-preview.1...rc/3.0.1-preview.2
Nuget: https://www.nuget.org/packages/log4net/3.0.1-preview.2

3.0.1-preview.1

What's Changed

  • #​176 added source link by @​FreeAndNil
  • #​177 use ManagedThreadId for long running tasks (reported by @​Audela-220) fixed in #​180 by @​FreeAndNil
  • #​181 automate version bumps by @​FreeAndNil

Full Changelog: apache/logging-log4net@rel/3.0.0...rc/3.0.1-preview.1
Nuget: https://www.nuget.org/packages/log4net/3.0.1-preview.1

3.0.0

Apache log4net 3.0.0 addresses the following issues:

Breaking Changes

Framework Support

Attention: Starting with 3.0.0 we only support the following target frameworks

  • net462
  • netstandard2.0

The reasoning for this change can be found in #​111

Deleted obsolete API (#​125)

  • obsolete since 1.2.14 - 2015
    • log4net.Appender.BufferingAppenderSkeleton.OnlyFixPartialEventData and log4net.Appender.MemoryAppender.OnlyFixPartialEventData (you will need to change your config files from onlyFixPartialEventData value="true" to fix value="Partial")

    • log4net.Appender.ColoredConsoleAppender.ctor(ILayout)

    • log4net.Appender.ColoredConsoleAppender.ctor(ILayout, bool)

    • log4net.Appender.ConsoleAppender.ctor(ILayout)

    • log4net.Appender.ConsoleAppender.ctor(ILayout, bool)

    • log4net.Appender.DebugAppender.ctor(ILayout)

    • log4net.Appender.EventLogAppender.ctor(ILayout)

    • log4net.Appender.FileAppender.ctor(ILayout, string)

    • log4net.Appender.FileAppender.ctor(ILayout, string, bool)

    • log4net.Appender.SmtpAppender.LocationInfo

    • log4net.Appender.TextWriterAppender.ctor(ILayout, Stream)

    • log4net.Appender.TextWriterAppender.ctor(ILayout, TextWriter)

    • log4net.Appender.TraceAppender.ctor(ILayout)

    • log4net.Config.DOMConfigurator

    • log4net.Config.AliasDomainAttribute

    • log4net.Config.DomainAttribute

    • log4net.Config.DOMConfiguratorAttribute

    • log4net.Core.LoggerManager.GetLoggerRepository

    • log4net.Core.LoggerManager.CreateDomain

    • log4net.Core.LoggingEventData.TimeStamp

    • log4net.Core.LoggingEvent.GetExceptionStrRep

    • log4net.Core.LoggingEvent.FixVolatileData

    • log4net.LogManager.GetLoggerRepository

    • log4net.LogManager.CreateDomain

  • obsolete since 2.0.6 - 2016
    • log4net.Util.SystemInfo.ProcessStartTime

Other changes

  • dropped log4net.Appender.RemotingAppender (see #​154 - Remove RemotingAppender)
  • dropped log4net.Appender.NetSendAppender (see #​158 - NetSendAppender removed)
  • dropped support for legacy serialization for .netstandard (see #​174 and #​175)
  • log4net.Config.AliasRepositoryAttribute is now sealed (#​124)
  • log4net.Config.RepositoryAttribute is now sealed (#​124)
  • log4net.Config.XmlConfiguratorAttribute is now sealed (#​124)
  • interface log4net.Appender.AppenderCollection.IAppenderCollectionEnumerator is now obsolete and must be replaced by IEnumerator<IAppender> (#​124)
  • log4net.Appender.MemoryAppender.m_eventsList (protected field) was changed from ArrayList to List<LoggingEvent> (#​124)
    • for getting m_eventsList.SyncRoot you need to cast it: ((ICollection)m_eventsList).SyncRoot
      ... (truncated)

3.0.0-preview.4

Apache log4net 3.0.0-preview.4 is probably the last preview of log4net 3.0.0 and addresses the following issues:

What's Changed

  • dropped support for legacy serialization for .netstandard (see #​174 and #​175)

Full Changelog: apache/logging-log4net@rc/3.0.0-preview.3...rc/3.0.0-preview.4
Nuget: https://www.nuget.org/packages/log4net/3.0.0-preview.4

3.0.0-preview.3

Apache log4net 3.0.0-preview.3 is the third preview of log4net 3.0.0 and addresses the following issues:

What's Changed

New Contributors

Full Changelog: apache/logging-log4net@rc/3.0.0-preview.2...rc/3.0.0-preview.3
Nuget: https://www.nuget.org/packages/log4net/3.0.0-preview.3

3.0.0-preview.2

Apache log4net 3.0.0-preview.2 is the second preview of log4net 3.0.0 and addresses the following issues:

Breaking Changes

Deleted obsolete API

  • log4net.Appender.RemotingAppender (see #​154 - Remove RemotingAppender)
  • log4net.Appender.NetSendAppender (see #​158 - NetSendAppender removed)

Other changes (#​157)

  • log4net.Repository.Hierarchy.Hierarchy.EmittedNoAppenderWarning is now internal (see #​157)

Bugs

  • Regression: Creating nested loggers in reverse order fails in 3.0.0-preview.1 (#​156 by @​FreeAndNil)

  • Complete diff

  • Nuget

3.0.0-preview.1

Apache log4net 3.0.0-preview.1 is the first preview of log4net 3.0.0 and addresses the following issues:

Breaking Changes

Framework Support

Attention: Starting with 3.0.0 we only support the following target frameworks

  • net462
  • netstandard2.0

The reasoning for this change can be found in #​111 - Dropping support for older runtimes

Deleted obsolete API (#​125 - Remove deprecated code for 3.0)

  • obsolete since 1.2.14 - 2015
    • log4net.Appender.BufferingAppenderSkeleton.OnlyFixPartialEventData
    • log4net.Appender.ColoredConsoleAppender.ctor(ILayout)
    • log4net.Appender.ColoredConsoleAppender.ctor(ILayout, bool)
    • log4net.Appender.ConsoleAppender.ctor(ILayout)
    • log4net.Appender.ConsoleAppender.ctor(ILayout, bool)
    • log4net.Appender.DebugAppender.ctor(ILayout)
    • log4net.Appender.EventLogAppender.ctor(ILayout)
    • log4net.Appender.FileAppender.ctor(ILayout, string)
    • log4net.Appender.FileAppender.ctor(ILayout, string, bool)
    • log4net.Appender.MemoryAppender.OnlyFixPartialEventData
    • log4net.Appender.SmtpAppender.LocationInfo
    • log4net.Appender.TextWriterAppender.ctor(ILayout, Stream)
    • log4net.Appender.TextWriterAppender.ctor(ILayout, TextWriter)
    • log4net.Appender.TraceAppender.ctor(ILayout)
    • log4net.Config.DOMConfigurator
    • log4net.Config.AliasDomainAttribute
    • log4net.Config.DomainAttribute
    • log4net.Config.DOMConfiguratorAttribute
    • log4net.Core.LoggerManager.GetLoggerRepository
    • log4net.Core.LoggerManager.CreateDomain
    • log4net.Core.LoggingEventData.TimeStamp
    • log4net.Core.LoggingEvent.GetExceptionStrRep
    • log4net.Core.LoggingEvent.FixVolatileData
    • log4net.LogManager.GetLoggerRepository
    • log4net.LogManager.CreateDomain
  • obsolete since 2.0.6 - 2016
    • log4net.Util.SystemInfo.ProcessStartTime

Other changes (#​124 - Add support for nullable annotations)

  • log4net.Config.AliasRepositoryAttribute is now sealed
  • log4net.Config.RepositoryAttribute is now sealed
  • log4net.Config.XmlConfiguratorAttribute is now sealed
  • interface log4net.Appender.AppenderCollection.IAppenderCollectionEnumerator is now obsolete and must be replaced by IEnumerator<IAppender>
  • log4net.Appender.MemoryAppender.m_eventsList (protected field) was changed from ArrayList to List<LoggingEvent>
    • for getting m_eventsList.SyncRoot you need to cast it: ((ICollection)m_eventsList).SyncRoot

Enhancements

  • #​111 - Dropping support for older runtimes (by @​fluffynuts and @​freeandnil)
    ... (truncated)

2.0.17

Apache log4net 2.0.17 addresses reported issues:

Bug fixes

Complete diff

2.0.16

A big thanks to @​FreeAndNil for doing all the hard work of collating changes.

Bug fixes

Enhancements

Commits viewable in compare view.

Updated MessagePack from 2.5.187 to 3.1.4.

Release notes

Sourced from MessagePack's releases.

3.1.4

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.3...v3.1.4

3.1.3

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.2...v3.1.3

3.1.2

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.1...v3.1.2

3.1.1

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.0...v3.1.1

3.1.0

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.301...v3.1.0

3.0.301

Note

Tag and Unity's version is 3.0.301 but published NuGet version is 3.0.308.
The version mismatch due to release process inconsistencies will be fixed in the next release.

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.300...v3.0.301

3.0.300

Fixed version, release notes see v3.0.3.

3.0.238-rc.1

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.233-rc.1...v3.0.238-rc.1

3.0.233-rc.1

Changes

Enhancements

  • #​2013: Secure by default

Fixes

  • #​2031: Use generic type argument used for custom formatters
  • #​2029: Apply scoped in more places
  • #​2030: Support nesting formatters within generic data types
  • #​2024: Source code generation fails for generic type with private member serialization
  • #​2028: Avoid collecting fields with custom formatter recusively
  • #​2023: Suppress MsgPack004 on private base members when only public is interesting
  • #​2022: Ignore abstract implementations of IMessagePackFormatter<T>
  • #​2012: MsgPack004 Analyzer triggering on not attributed private property on base class eventhough source generator shouldn't include private properties
  • #​2017: MsgPack013 should not report diagnostics on abstract classes
  • #​2021: Add scoped modifier to in parameters of ref struct
  • #​2016: Avoid collecting members when it doesn't have [Key]
  • #​2005: custom formatters code source generator error

Others

  • #​2032: Use simpler C# syntax for nullable value types

3.0.214-rc.1

Changes:

  • #​2015: Use a collision-resistant hash algorithm for untrusted data to address GHSA-4qm4-8hg2-g2xm
  • #​2009: Build nuget package with semver v2

This list of changes was auto generated.

3.0.208-rc.1

Breaking changes

Enhancements

Fixes

Other changes

New Contributors

3.0.134-beta

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.129-beta...v3.0.134-beta

3.0.129-beta

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.111-alpha...v3.0.129-beta

3.0.111-alpha

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.54-alpha...v3.0.111-alpha

3.0.54-alpha

What's Changed

High level

  • mpc tool is gone. We use roslyn source generators now.
  • Source generation is enabled by default. At runtime MessagePack v3 will look for these source generated formatters and avoid generating them dynamically if found.

Pull requests

New Contributors

... (truncated)

3.0.3

See our migration guide.
Details blog article

What's new

  • AOT source generation of formatters by default using roslyn source generators. mpc is no longer available. Dynamic formatters still exist (for runtimes that support them), but code that compiles against v3 are unlikely to need them, resulting in better startup performance and improved debugging experience.
  • AOT source generation is hugely improved.
    • Support most or all of the data types that DynamicObjectResolver supported.
    • Support for serializing private members.
  • [MessagePackObject] types can serialize private members without the application having to switch to DynamicObjectResolverAllowPrivate.
  • Analyzers are on by default, with many new ones to help ensure your code is correct and ready for AOT source generated formatters.
  • Custom formatters are automatically used for the data types they format when defined in the same assembly, by default. No need to attribute your data types to point to the custom formatter. Opt out by attributing the formatter with [ExcludeFormatterFromSourceGeneratedResolverAttribute].
  • New CompositeResolverAttribute offers a faster runtime alternative to the CompositeResolver class.

Unity

  • Consume through NuGetForUnity and UPM instead of through .unitypackage

What's Changed

2.6.100-alpha

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.6.95-alpha...v2.6.100-alpha

2.6.95-alpha

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.108...v2.6.95-alpha

2.5.192

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly from 8.0.0 to 8.0.18.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

_...

Description has been truncated

Bumps Amazon.Lambda.AspNetCoreServer from 8.1.1 to 9.2.0
Bumps Amazon.Lambda.Core from 2.2.0 to 2.7.0
Bumps Amazon.Lambda.Serialization.SystemTextJson from 2.4.0 to 2.4.4
Bumps AWSSDK.Extensions.NETCore.Setup from 3.7.300 to 4.0.2.1
Bumps BenchmarkDotNet from 0.13.12 to 0.15.2
Bumps bootstrap from 5.3.3 to 5.3.7
Bumps jQuery.Validation from 1.19.5 to 1.21.0
Bumps log4net from 2.0.15 to 3.1.0
Bumps MessagePack from 2.5.187 to 3.1.4
Bumps Microsoft.AspNetCore.Components.WebAssembly from 8.0.0 to 8.0.18
Bumps Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.0 to 9.0.7
Bumps Microsoft.AspNetCore.Hosting.Abstractions from 2.2.0 to 2.3.0
Bumps Microsoft.AspNetCore.Http.Abstractions from 2.2.0 to 2.3.0
Bumps Microsoft.Extensions.Configuration.Abstractions from 6.0.0 to 9.0.7
Bumps Microsoft.Extensions.Hosting.Abstractions from 6.0.0 to 9.0.7
Bumps Microsoft.Extensions.Logging from 6.0.0 to 9.0.7
Bumps Microsoft.Net.Http.Headers from 2.2.8 to 2.3.4
Bumps Microsoft.NET.Sdk.WebAssembly.Pack from 8.0.18 to 9.0.7
Bumps Microsoft.NET.Test.Sdk to 17.14.1
Bumps Microsoft.Owin from 4.2.2 to 4.2.3
Bumps Microsoft.Owin.Host.HttpListener from 4.2.2 to 4.2.3
Bumps Microsoft.Owin.Hosting from 4.2.2 to 4.2.3
Bumps Newtonsoft.Json.Bson from 1.0.2 to 1.0.3
Bumps NLog from 5.1.0 to 6.0.2
Bumps System.Buffers from 4.5.1 to 4.6.1
Bumps System.Diagnostics.DiagnosticSource from 6.0.0 to 9.0.7
Bumps System.Memory from 4.5.5 to 4.6.3
Bumps System.Numerics.Vectors from 4.5.0 to 4.6.1
Bumps System.Reflection.Metadata from 6.0.1 to 9.0.7
Bumps System.Runtime.CompilerServices.Unsafe from 6.0.0 to 6.1.2
Bumps System.Threading.Tasks.Extensions to 4.6.3
Bumps xunit.runner.visualstudio to 3.1.3

---
updated-dependencies:
- dependency-name: Amazon.Lambda.AspNetCoreServer
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Amazon.Lambda.Core
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Amazon.Lambda.Serialization.SystemTextJson
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.Extensions.NETCore.Setup
  dependency-version: 4.0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: BenchmarkDotNet
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: bootstrap
  dependency-version: 5.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: jQuery.Validation
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: log4net
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: MessagePack
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Hosting.Abstractions
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.AspNetCore.Http.Abstractions
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Net.Http.Headers
  dependency-version: 2.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Sdk.WebAssembly.Pack
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Owin
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Owin.Host.HttpListener
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Owin.Hosting
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Newtonsoft.Json.Bson
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: NLog
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Buffers
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Memory
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Numerics.Vectors
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Reflection.Metadata
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Threading.Tasks.Extensions
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Threading.Tasks.Extensions
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 4, 2025
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 .NET Pull requests that update .NET code
Development

Successfully merging this pull request may close these issues.

0 participants