Skip to content
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

Bump MessagePack from 1.7.3.4 to 1.9.11 in /src/SmartEnum.MessagePack #68

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2020

Bumps MessagePack from 1.7.3.4 to 1.9.11.

Release notes

Sourced from MessagePack's releases.

v1.9.11

Changes:

Fixes:

#810: MessagePackSecurity.GetEqualityComparer returns null on copied instances

Enhancements:

#813: Add secure hashing for enums with backing integers of 32-bit or less

This list of changes was auto generated.

v1.9.3

Changes

🔒 Security fixes are included in this release. Read more in our security advisory.

No other changes are included in this release relative to v1.8

v1.8.80

  • Adjust assembly version from 1.8.74.32478 to simply 1.8.0.0 (#604)
  • Update System.Threading.Tasks.Extensions dependency to 4.5.3 (#610)
  • Publish symbols in snupkg archives to nuget.org (#624)

v1.8.74

Very few changes since 1.7, but now building from a more serviceable branch.

v1.7.3.7 (security fix)

This servicing release fixes a security issue with the deserializer to prevent unbounded memory allocations from relatively small MessagePack payloads.

Ver 1.7.3.6

This release is only for code generator(mpc) fix. for .NET, .NET Standard runtime, please use 1.7.3. for Unity runtime, please use 1.7.3.5.

  • support linux and mac with legacy csproj #357, thanks @itn3000
  • show Type.FullName when code generation failed
  • return error code(1) instead of crash when code geneation failed

Note: mpc requires dotnet core runtime and msbuild(to support legacy csproj, on linux/osx, you can use mono msbuild).

Ver 1.7.3.5

This release is only for unity fix.

  • Support .NET Standard 2.0 (NET Standard 2.0 can't use dynamic code generation so requires mpc code generation).
  • New mpc(UniversalCodeGenerator.zip - MessagePack Compiler) binary supports win-x64, linux-x64, osx-x64.

Note: Currently new mpc can not generate from legacy csproj(.NET 4.x, Unity) in linux and osx.

... (truncated)
Commits
  • 6cbd819 Build public releases from v1.x branch
  • 8b43ede Merge pull request #813 from AArnott/fix808_v1.9
  • 88dc35a Merge pull request #812 from AArnott/fix810_1.9
  • 93015bb Fix compile break on netstandard1.6 build
  • 7ebae83 Merge remote-tracking branch 'origin/fix810_1.9' into fix808_v1.9
  • f71f24a Add secure hashing for enums with backing integers of 32-bit or less
  • a1fb68b Fix MessagePackSecurity.GetEqualityComparer\<object> to not return null
  • 1aa93e6 Collect nuget and vsix artifacts separately
  • 86837cf Build all v?.* branches in CI
  • c1e3f8b Document security measures in README
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2020
@ardalis ardalis merged commit afe7291 into master May 7, 2020
@ardalis ardalis deleted the dependabot/nuget/src/SmartEnum.MessagePack/MessagePack-1.9.11 branch May 7, 2020 19:33
syedsuhaib pushed a commit to syedsuhaib/SmartEnum that referenced this pull request May 11, 2020
…ardalis#68)

Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 1.7.3.4 to 1.9.11.
- [Release notes](https://github.com/neuecc/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v1.7.3.4...v1.9.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ardalis added a commit that referenced this pull request Feb 2, 2022
* Added SmartFlagEnum Functionality

* Added AutoFixture Support for SmarFlagEnum Type

* SmartFlagEnum 1.0. Serialization and AutoFixture Utilities and UnitTests Complete.

* Return all flags for underlying type MaxValue

When FromValue() is called on a SmartFlagEnum with the corresponding MaxValue of the base tyoe as the value agrument, a list of all defined enum values is returned. This is similar to passing negative one.

* Pulled In Upstream Changes and Resolved Conflicts, Files Moved To New Folder Structure

* Missing nuget packages for integration projects (#62)

* current progress

* Move test project to solution and create

Directory.Build.props files to simplify the configuration process

* Set up CI with Azure Pipelines

[skip ci]

* Remove redundant PackageId from

Directory.Build.props

* Fix LangVersion property

* Fix unit test project missing source project

references

* Update test project path

* Update azure-pipelines.yml for Azure Pipelines

* Remove duplicate tasks

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Remove Benchmarks from pack process by ading

<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

* Make protram and main method public to avoid

error CS5001 on azure pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Reorder project structure

-Bring solution to the root path
-Create benchmarks folder and move project
-Move test projects from src/test to test
-Reorder projects inside solutions
-Craete Directory.Build.props for tests projects and propagate code
coverage and commons nuget packages.
-Update azure .ylm pipeline to produce code coverage diagrams and result

* Fix solution items

Co-authored-by: Steve Smith <steve@kentsmiths.com>
Co-authored-by: Daniel Meza <dmeza@speedsol.com>

* Bump MessagePack from 1.7.3.4 to 1.9.11 in /src/SmartEnum.MessagePack (#68)

Bumps [MessagePack](https://github.com/neuecc/MessagePack-CSharp) from 1.7.3.4 to 1.9.11.
- [Release notes](https://github.com/neuecc/MessagePack-CSharp/releases)
- [Commits](MessagePack-CSharp/MessagePack-CSharp@v1.7.3.4...v1.9.11)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Pulled In Upstream Changes and Resolved Conflicts, Files Moved To New Folder Structure

* Merge branch 'master' into smart-flag-enum

* adding System.Text.Json converters for SmartFlagEnum

Co-authored-by: Steve Smith <steve@kentsmiths.com>
Co-authored-by: AFMHorizon <52022448+AFM-Horizon@users.noreply.github.com>
Co-authored-by: Suhaib <suhaibhasan@gmail.com>
Co-authored-by: Daniel Meza <daniel.meza2011@gmail.com>
Co-authored-by: Daniel Meza <dmeza@speedsol.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[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