MessagePack.FSharpExtensions
MessagePack.FSharpExtensions copied to clipboard
Bump MessagePack from 2.4.59 to 2.5.187 in /src/MessagePack.FSharpExtensions
Bumps MessagePack from 2.4.59 to 2.5.187.
Release notes
Sourced from MessagePack's releases.
v2.5.187
Changes:
- #2014: Use a collision-resistant hash algorithm for untrusted data to address https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm
- #2010: Update published security policy
This list of changes was auto generated.
v2.5.172
What's Changed
- Allow applying
[MessagePackFormatter]
on parameters and return values by@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1901Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.171...v2.5.172
v2.5.171
What's Changed
- Add .NET 8 target to mpc by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1832- Allow writing to init property setters of generic classes on .NET 6+ by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1879Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.168...v2.5.171
v2.5.168
What's Changed
- fixing issue with backing field naming and serialization failing by
@epitka
in MessagePack-CSharp/MessagePack-CSharp#1785- Feature/1804 locate formatters only if has elements inside by
@nmi-relewise
in MessagePack-CSharp/MessagePack-CSharp#1805- Enable ignoring fields by using [NonSerialized] by
@mookid8000
in MessagePack-CSharp/MessagePack-CSharp#1808- Reduce nuget dependencies by
@thompson-tomo
in MessagePack-CSharp/MessagePack-CSharp#1812- Raise perf tracking events when formatters are dynamically generated by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1829New Contributors
@epitka
made their first contribution in MessagePack-CSharp/MessagePack-CSharp#1785@nmi-relewise
made their first contribution in MessagePack-CSharp/MessagePack-CSharp#1805@mookid8000
made their first contribution in MessagePack-CSharp/MessagePack-CSharp#1808@thompson-tomo
made their first contribution in MessagePack-CSharp/MessagePack-CSharp#1812Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.140...v2.5.168
v2.5.140
What's Changed
- Fix releases links in README text by
@KonH
in MessagePack-CSharp/MessagePack-CSharp#1688- Better constrain dictionary detection by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1687- Create FUNDING.yml by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1693- Workaround mono runtime bug by
@AArnott
in MessagePack-CSharp/MessagePack-CSharp#1696- Add MESSAGEPACK_FORCE_AOT preprocessor directive by
@brwhelan-msft
in MessagePack-CSharp/MessagePack-CSharp#1701New Contributors
@brwhelan-msft
made their first contribution in MessagePack-CSharp/MessagePack-CSharp#1701
... (truncated)
Commits
f8d40b3
Merge pull request #2014 from MessagePack-CSharp/secureHashad2d135
Use safer unaligned-read methods0763cf0
Use a collision-resistant hash algorithm for untrusted data3a90034
Update published security policy (#2010)7cd869e
Merge and nullify v1.x build fixese6bbe50
Get the v1.x branch building again3165534
Update references to .NET to match brandingc4157ee
Merge pull request #1963 from BeatConnect/mpc_string_value_from_key_attribute...62238b3
- perform a length check onkeyAttribute.ConstructorArguments
before indexi...fdf76f7
MPC String Value From Key Attribute Fix- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.