Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2022

Bumps protobuf-net from 2.4.6 to 3.1.0.

Changelog

Sourced from protobuf-net's changelog.

3.1.0

  • enforce maximum model depth (TypeModel.MaxDepth) during serialize and deserialize

3.0.131

  • support unknwon/extension fields on models that involve inheritance (via either Extensible or ITypedExtensible)
  • detect Google.Protobuf types and provide guidance (#722)
  • don't throw if EnumPassthru is explicitly set to true (#881) from code compiled against v2
  • fix #479 (also backported as 2.4.7)

3.0.62

  • add .NET 5 TFM and support for related features such as record-types
  • split protobuf-net.ServiceModel into a separate package to reduce the dependency tree for most users
  • fix .proto schema generation when an enum name is overridden
  • attempt to declare dynamically-accessed members for linker compatibility
  • fix init-only fields in IL-generation

3.0.52

  • add new protobuf-net.NodaTime package that adds direct support for NodaTime primitives (note: this may be relocated to a NodaTime library)
  • fix #700 - new APIs to allow surrogates to be defined externally, and to be implemented over primitive backing types
  • fix #703 - new options on MSBuild targets (via Konstantin Sharon)
  • fix #693 - new IgnoreUnknownSubTypes API on [ProtoContract(...)] and MetaType; serializes the types it does understand, and silently ignores the unknown sub-types
  • fix #695 - JIT error when serialization callbacks declared at types other than the inheritance root
  • fix #713 - work correctly with arrays (etc) of nullable enum types
  • fix #697 - improve error reporting for invalid end-group markers
  • fix #668 - additional non-generic APIs
  • fix problem with protogen website not allowing imports

3.0.24

  • fix bug in SchemaGenerationOptions (inverted input/output)

3.0.18

  • add new SchemaGenerationOptions API for schema generation; this allows service generation
  • tweaks to reflection services for gRPC (#617 via mholo65)

3.0.13

  • add support for deserializing directly from ReadOnlySpan<byte>
  • allow using open generic surrogates (#446 via ocoanet)
  • add netcoreapp3.1 target (#670 via iamcarbon)
  • add new protobuf-net.AspNetCore package with input/output formatter support

3.0.2

... (truncated)

Commits
  • 43a5017 3.1 release
  • 980603b add max-depth checks during serialize+deserialize (#906)
  • 7f8b684 release notes 3.0.131 / 2.4.7
  • 3d293c8 additional tests for #479
  • b6f5d8e fix #479 (#905)
  • 5c83413 fix AsHex to read from the most relevant data source (#891)
  • 945d1ed fix #881; don't throw if EnumPassthru is explicitly set to true; consider it ...
  • 8652f5f move nuget.config to root, to allow build csproj
  • 4c43137 detect and report Google.Protobuf types (#886)
  • 0f01efb Merge branch 'inheritance-extensible' into main
  • 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 [protobuf-net](https://github.com/protobuf-net/protobuf-net) from 2.4.6 to 3.1.0.
- [Release notes](https://github.com/protobuf-net/protobuf-net/releases)
- [Changelog](https://github.com/protobuf-net/protobuf-net/blob/main/docs/releasenotes.md)
- [Commits](protobuf-net/protobuf-net@2.4.6...3.1.0)

---
updated-dependencies:
- dependency-name: protobuf-net
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2022

Superseded by #172.

@dependabot dependabot bot closed this May 10, 2022
@dependabot dependabot bot deleted the dependabot/nuget/protobuf-net-3.1.0 branch May 10, 2022 19:11
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.

0 participants