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 protobuf-net from 2.4.6 to 3.0.52 #332

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps protobuf-net from 2.4.6 to 3.0.52.

Changelog

Sourced from protobuf-net's changelog.

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

  • reworked fix from 3.0.1 (same behavior, different implementation)

3.0.1

3.0

v3.0.0-alpha

  • breaking change if you are using new ProtoReader(...) - you must now use ProtoReader.Create(...)

  • breaking change by necessity, ProtoBuf.Serializer+TypeResolver has moved to ProtoBuf.Serializer; this is a rarely used API, but comsumers will need to be recompiled against the new type

  • breaking change - mapped enum values are no longer supported; all enums are treated as pass-thru, in line with "proto3" semantics

  • breaking change - dynamic typing (i.e. storing the Type metadata) and reference-tracking (AsReference, AsReferenceDefault, DynamicType) are not implemented/supported; this is partly due to doubts over whether the features are adviseable, and partly over confidence in testing all the scenarios (it takes time; that time hasn't get happened); feedback is invited

  • breaking change - non-generic list-like APIs like IList or ICollection are no longer supported; there is a new API for processing custom collection types

  • new state-based reader/writer API (works with streams, buffers, etc)

Commits

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 5, 2020
@imperugo imperugo merged commit d858614 into v6 Nov 9, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/v6/protobuf-net-3.0.52 branch November 9, 2020 08:03
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