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: faf1992
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: 88e3b83
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on Sep 10, 2020

  1. fix: third party enums don't break first class enums (#118)

    For real, this time.
    Third party, unwrapped enums no longer cause problems
    if they are used to describe proto-plus fields.
    
    Limitations:
    * Third party enums cannot be passed by string name to a Field
    * More scenarios require a module definition than previously
        * Defining a proto.Enum may cause a FileDescriptor to be added to the
           descriptor pool. The only way to defer until _all_ Enums and
           Messages in a module have been added is to provide a manifest or
           make the Enum a nested type of a Message.
           This mostly affects unit tests and interactive development.
    
    Includes re-addition of stringy enums in JSON.
    Includes re-addition of fix for #103
    
    Release-As: 1.10.0-dev1
    software-dov authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    50b87af View commit details
    Browse the repository at this point in the history
  2. chore: release 1.10.0-dev1 (#122)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    dc254d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. fix: loosen tag match for publish_package (#123)

    Release-As: 1.10.0-dev2
    busunkim96 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    67441c9 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.10.0-dev2 (#124)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    beed087 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. chore: fix regex match for release tags (#125)

    Alllow matches for pre-releases like 1.0.0-dev1.
    busunkim96 authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b97574c View commit details
    Browse the repository at this point in the history
  2. chore: release 1.10.0-dev2 (#126)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    88e3b83 View commit details
    Browse the repository at this point in the history
Loading