Skip to content
This repository was archived by the owner on Oct 10, 2021. It is now read-only.

Bump MessagePack from 2.2.113 to 2.3.85#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MessagePack-2.3.85
Open

Bump MessagePack from 2.2.113 to 2.3.85#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MessagePack-2.3.85

Conversation

@dependabot
Copy link

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

Bumps MessagePack from 2.2.113 to 2.3.85.

Release notes

Sourced from MessagePack's releases.

v2.3.85

Changes:

  • #1314: Skip setting fields when the ctor already took the value
  • #1308: Readonly Dictionary with DataMember.Order is not being deserialized
  • #1302: Refactory ObjectSerializationInfo.CreateOrNull
  • #1300: Fix code generation for string-keyed objects with getter-only props and parameterized ctor.
  • #1303: add unittest for DataContractSerializer compatibility

This list of changes was auto generated.

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:

... (truncated)

Commits
  • b676113 Merge pull request #1314 from AArnott/fix1308
  • 4e6b915 Skip setting fields when the ctor already took the value
  • c976635 Merge remote-tracking branch 'upstream/master' into fix1308
  • 14556ae Merge pull request #1302 from fredliex/refactory-ObjectSerializationInfo.Crea...
  • 9f64926 Add test for a DCS type with a private, readonly dictionary
  • 4e5aaa7 Merge pull request #1300 from mayuki/hotfix/FixStringKeyedObjectCodeGeneration
  • aa998e6 Merge pull request #1303 from fredliex/DataContractSerializer-compatibility-u...
  • d0b1409 Do not use extension method syntax
  • ab35db5 More reliable assembly load
  • 7cb857f add braces
  • 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.113 to 2.3.85.
- [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.113...v2.3.85)

---
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 Oct 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants