Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/proto-plus-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0-dev2
Choose a base ref
...
head repository: googleapis/proto-plus-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    d13e7a9 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.10.0-dev2 (#128)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a745fbd View commit details
    Browse the repository at this point in the history
  3. feat: nullable ListValue and Struct fields (#129)

    Assume a message type with a ListValue field.
    When a message instance is created with no value passed for the
    ListValue field, the field is None when accessed via Python.
    
    Assume a message type with a Struct field.
    When a message instance is created with no value passed for the Struct
    field, the field is None when accessed via Python.
    
    Impl/fix for #106
    software-dov authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    25aa888 View commit details
    Browse the repository at this point in the history
  4. docs: link to pypi protobuf package (#131)

    Release-As: 1.10.0
    busunkim96 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2e05694 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    6888d71 View commit details
    Browse the repository at this point in the history
Loading