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/python-pubsublite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: googleapis/python-pubsublite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 9 commits
  • 46 files changed
  • 7 contributors

Commits on Mar 30, 2021

  1. chore: Re-generated to pick up changes from googleapis. (#108)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: upgrade gapic-generator-python to 0.43.1
    
    PiperOrigin-RevId: 364411656
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 22 14:40:22 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 149a3a84c29c9b8189576c7442ccb6dcf6a8f95b
    Source-Link: googleapis/googleapis@149a3a8
    
    * feat: add RPC Priority request options
    
    PiperOrigin-RevId: 364449524
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 22 17:39:37 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 6598bb829c9e9a534be674649ffd1b4671a821f9
    Source-Link: googleapis/googleapis@6598bb8
    yoshi-automation authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b0e04e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. fix(deps): remove duplicate dependencies and add version ranges (#105)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: add pre-commit-config to renovate ignore paths
    
    Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Mar 15 09:05:39 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
    Source-Link: googleapis/synthtool@2c54c47
    
    * build(python): fail nox sessions if a python version is missing
    
    Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 16 13:38:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db
    Source-Link: googleapis/synthtool@eda422b
    
    * chore(python): add kokoro configs for periodic builds against head
    
    This change should be non-destructive.
    
    Note for library repo maintainers:
    After applying this change, you can easily add (or change) periodic
    builds against head by adding config files in google3.
    
    See python-pubsub repo for example.
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Mar 19 11:17:59 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda
    Source-Link: googleapis/synthtool@79c8dd7
    
    * chore(deps): update precommit hook pycqa/flake8 to v3.9.0
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [pycqa/flake8](https://gitlab.com/pycqa/flake8) | repository | minor | `3.8.4` -> `3.9.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pycqa/flake8</summary>
    
    ### [`v3.9.0`](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    [Compare Source](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool).
    
    Source-Author: WhiteSource Renovate <bot@renovateapp.com>
    Source-Date: Tue Mar 23 17:38:03 2021 +0100
    Source-Repo: googleapis/synthtool
    Source-Sha: f5c5904fb0c6aa3b3730eadf4e5a4485afc65726
    Source-Link: googleapis/synthtool@f5c5904
    
    * test(python): use constraints files to check dependency lower bounds
    
    Use a constraints file when installing dependencies for system and unit tests nox sessions.
    
    https://pip.pypa.io/en/stable/user_guide/#constraints-files
    > Constraints files are requirements files that **only control which version of a requirement is installed, not whether it is installed or not**. Their syntax and contents is nearly identical to Requirements Files. There is one key difference: Including a package in a constraints file does not trigger installation of the package.
    
    ```
    testing
    β”œβ”€β”€ constraints-3.10.txt
    β”œβ”€β”€ constraints-3.11.txt
    β”œβ”€β”€ constraints-3.6.txt
    β”œβ”€β”€ constraints-3.7.txt
    β”œβ”€β”€ constraints-3.8.txt
    └── constraints-3.9.txt
    ```
    
    Going forward, one constraints file (currently 3.6) will be populated with every library requirement and extra listed in the `setup.py`. The constraints file will pin each requirement to the lower bound. This ensures that library maintainers will see test failures if they forget to update a lower bound on a dependency.
    
    See googleapis/python-bigquery#263 for an example
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Mar 23 10:52:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 86ed43d4f56e6404d068e62e497029018879c771
    Source-Link: googleapis/synthtool@86ed43d
    
    * build(python): update docfx job to use new plugin
    
    Source-Author: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    Source-Date: Tue Mar 30 19:36:37 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 4501974ad08b5d693311457e2ea4ce845676e329
    Source-Link: googleapis/synthtool@4501974
    
    * fix: consolidate dependencies
    
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    yoshi-automation and busunkim96 authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d7ee309 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. fix: do not crash if pubsublite distribution can not be found when ex…

    …tracting semver (#120)
    
    * feat: adding ability to create subscriptions at head
    
    * fix: lint errors
    
    * fix: remove absl dependency
    
    * fix: lint
    
    * feat: use default keyword args
    
    * fix: rename offset location to backlog location
    
    * fix: broken samples
    
    * fix: do not crash if pubsublite distribution can not be found when extracting semver
    hannahrogers-google authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    811434e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    abe9b14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ba11d View commit details
    Browse the repository at this point in the history
  3. chore: add license headers (#114)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: Add license headers for python config files
    
    Source-Author: Anthonios Partheniou <partheniou@google.com>
    Source-Date: Tue Apr 6 11:32:03 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc
    Source-Link: googleapis/synthtool@5b5bf6d
    yoshi-automation authored May 5, 2021
    Configuration menu
    Copy the full SHA
    f35f83f View commit details
    Browse the repository at this point in the history
  4. chore: add SECURITY.md (#126)

    Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
    google-cloud-policy-bot[bot] authored May 5, 2021
    Configuration menu
    Copy the full SHA
    75731f0 View commit details
    Browse the repository at this point in the history
  5. fix: Change type hint on callback to be Callback. (#135)

    The overrides library doesn't like the Callable type and breaks.
    
    mkorpela/overrides#78
    dpcollins-google authored May 5, 2021
    Configuration menu
    Copy the full SHA
    cbf16f8 View commit details
    Browse the repository at this point in the history
  6. chore: release 0.4.1 (#112)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 5, 2021
    Configuration menu
    Copy the full SHA
    10492e3 View commit details
    Browse the repository at this point in the history
Loading