Skip to content

Bump MessagePack from 2.2.85 to 2.3.75#348

Merged
AArnott merged 1 commit intomainfrom
dependabot/nuget/MessagePack-2.3.75
Aug 17, 2021
Merged

Bump MessagePack from 2.2.85 to 2.3.75#348
AArnott merged 1 commit intomainfrom
dependabot/nuget/MessagePack-2.3.75

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2021

Bumps MessagePack from 2.2.85 to 2.3.75.

Release notes

Sourced from MessagePack's releases.

v2.3.75

Changes:

Breaking

This release includes a behavioral breaking change (relative to our v2.2 releases) for better performance and avoid overriding default values when the msgpack stream does not include a value for that property (see #1085)

Enhancements:

  • #1277: Updating constructor matching for int keys

Others:

  • #1264: Clearly document unity scenarios that require AOT

This list of changes was auto generated.

v2.3.73-alpha

Changes:

Fixes:

  • #1232: Failed to serialize/deserialize C#9 records with StandardResolverAllowPrivate
  • #1218: StandardResolverAllowPrivate overwrites readonly fields set in constructor
  • #1134: Deserialization of generic types fails due to inability to find property setters that use init

Enhancements:

  • #1288: Add support for C# 9 record types in mpc
  • #1241: Allow private constructors for the ContractlessStandardResolver, when using ctor attribute
  • #1187: Enable serialization IEnumerable and IReadOnlyDictionary descendants that have constructor with relevant collection
  • #1217: Support for IReadOnlySet<T>
  • #1213: Add ReadArrayHeaderAsync() and ReadMapHeaderAsync() to MessagePackStr…
  • #1176: AspNetCore.Mvc.Formatters Improvements
  • #1108: Add System.Half support for .NET 5.0
  • #1124: Target .NET Core 3.1 and 5.0 SDKs in mpc tool
  • #1122: Offer API to adjust the ArrayPool
  • #1095: Stop initializing members to their default values when deserializing where no data was provided for that member
  • #1085: Use contractless resolver without setting default values for missing properties

... (truncated)

Commits
  • 847c581 Merge develop into master
  • 4d61d5d Build stable v2.3 packages
  • 3704099 Merge pull request #1288 from AArnott/fix1274
  • 4ff278b Update mpc roslyn dependency to 3.10.0
  • 66abae0 Merge pull request #1286 from AArnott/fix1232
  • 634f141 Skip serializing EqualityContract properties of C# records
  • 8a6a48f Add C# 9 records test with StandardResolverAllowPrivate
  • 1551f93 Merge pull request #1277 from seriousbox/fix-int-key-constructor-matching
  • c2a7583 Added a constructor test for an immutable type with missing keys.
  • aeb2575 Exiting the loop, since the next iterations do not affect the result.
  • 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)

Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 2.2.85 to 2.3.75.
- [Release notes](https://github.com/neuecc/MessagePack-CSharp/releases)
- [Changelog](https://github.com/neuecc/MessagePack-CSharp/blob/master/prepare_release.ps1)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.2.85...v2.3.75)

---
updated-dependencies:
- dependency-name: MessagePack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2021
@AArnott AArnott merged commit f25bc2d into main Aug 17, 2021
@AArnott AArnott deleted the dependabot/nuget/MessagePack-2.3.75 branch August 17, 2021 21:50
AArnott added a commit that referenced this pull request Aug 31, 2021
This reverts commit f25bc2d.

It led to #371, which we can't well fix till Roslyn gives analyzers a good way to provide binding redirects for their dependencies.
AArnott pushed a commit that referenced this pull request Feb 10, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
AArnott added a commit that referenced this pull request Feb 10, 2025
* Update becheran/mlc action to v0.21.0 (#347)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency Microsoft.NET.Test.Sdk to 17.13.0 (#348)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Bump MicroBuildVersion to 2.0.187

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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