Skip to content
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.19.9
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.20.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    28aa3b2 View commit details
    Browse the repository at this point in the history
  2. feat: add custom __dir__ for messages and message classes (#289)

    During development, it can be convenient to inspect objects and types
    directly to determine what methods and attributes they have using the
    dir() builtin command in a debugger or a REPL.
    
    Because proto-plus messages wrap their fields using __getattr__, the
    proto fields are not visible by default and must be explicitly exposed
    to dir().
    software-dov authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    35e019e View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.20.0 (#292)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.20.0](v1.19.9...v1.20.0) (2022-02-07)
    
    
    ### Features
    
    * add custom __dir__ for messages and message classes ([#289](#289)) ([35e019e](35e019e))
    
    
    ### Bug Fixes
    
    * workaround for buggy pytest ([#291](#291)) ([28aa3b2](28aa3b2))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2dad3d3 View commit details
    Browse the repository at this point in the history
Loading