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

Update dependency protobuf to v3 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
protobuf dependencies major ^2.0.1 -> ^3.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/protobuf.dart (protobuf)

v3.1.0

Compare Source

  • CodedBufferReader readBytes now copies the returned bytes to avoid
    accidental sharing of the input buffer with the returned Uint8List. New
    member readBytesAsView added with the old behavior. (#​863)

  • Avoid sharing the input buffer in unknown length-delimited fields using the
    new readBytes. (#​863)

v3.0.0

Compare Source

  • Require Dart 2.19.
  • Remove ReadonlyMessageMixin (#​183, #​644)
  • Remove frozenMessageModificationHandler (#​175, #​643)
  • Remove PbListBase and FrozenPbList types. All proto repeated fields now
    use PbList. To check if a list is frozen, use isFrozen getter. (#​624,
    #​626)
  • Initialize map fields in GeneratedMessage.getField. This behavior is
    consistent with getField called on repeated fields. (#​373, #​707)
  • Remove unused and optional PbMap constructor argument BuilderInfo? info.
    (d94d3f0)
  • UnknownFieldSetField methods hasRequiredFields, isInitialized and
    getter length removed. (#​721)
  • Update library documentation to hide internals, add documentation for public
    types. (#​681)
  • Fix PbMap._isReadonly field initialization in PbMap.unmodifiable.
    (#​741, #​754)
  • Fix decoding map fields when key or value (or both) fields of a map entry is
    missing. (#​719, #​745)
  • Fix updating frozen (immutable) messages with merge methods
    (mergeFromBuffer, mergeFromProto3Json, ...). (#​489, #​727)
  • Fix handling null values in proto3 JSON deserializer. (#​751, #​760,
    #​763)
  • Fix handling negative JSON values when parsing uint32 fields. (#​839)
  • Avoid serializing unknown fields twice in reparseMessage. (#​840)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants