-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: googleapis/python-pubsublite
base: v1.3.0
head repository: googleapis/python-pubsublite
compare: v1.4.0
- 14 commits
- 65 files changed
- 8 contributors
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f25bfc6 - Browse repository at this point
Copy the full SHA f25bfc6View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7235479 - Browse repository at this point
Copy the full SHA 7235479View commit details
Commits on Jan 14, 2022
-
chore(python): update release.sh to use keystore (#286)
Source-Link: googleapis/synthtool@69fda12 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cda9f3f - Browse repository at this point
Copy the full SHA cda9f3fView commit details
Commits on Jan 19, 2022
-
chore(python): Noxfile recognizes that tests can live in a folder (#288)
Source-Link: googleapis/synthtool@4760d8d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8161eb8 - Browse repository at this point
Copy the full SHA 8161eb8View commit details
Commits on Jan 20, 2022
-
ci(python): run lint / unit tests / docs / pytype as GH actions (#289)
* ci(python): run lint / unit tests / docs as GH actions Source-Link: googleapis/synthtool@57be0cd Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6 * add commit to trigger gh actions * switch to templated noxfile * work around template bug; bump coverage to 96% * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add gh action to check pytype * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e08840b - Browse repository at this point
Copy the full SHA e08840bView commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7983ddd - Browse repository at this point
Copy the full SHA 7983dddView commit details
Commits on Jan 25, 2022
-
feat: add api key support (#291)
* chore: upgrade gapic-generator-java, gax-java and gapic-generator-python PiperOrigin-RevId: 423842556 Source-Link: googleapis/googleapis@a616ca0 Source-Link: googleapis/googleapis-gen@29b938c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjliOTM4YzU4YzFlNTFkMDE5ZjJlZTUzOWQ1NWRjMGEzYzg2YTkwNSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0d65ca - Browse repository at this point
Copy the full SHA f0d65caView commit details
Commits on Feb 2, 2022
-
samples: regional topics samples (#266)
* samples: regional topics samples * also update list and update topic samples * update deprecated partition config scale to capacity * update list topic example to use bool * update imports for reservation * choose regional or zonal topic in get and update topic samples
Configuration menu - View commit details
-
Copy full SHA for 9db70df - Browse repository at this point
Copy the full SHA 9db70dfView commit details
Commits on Feb 4, 2022
-
chore: use gapic-generator-python 0.62.1 (#295)
- [ ] Regenerate this pull request now. fix: resolve DuplicateCredentialArgs error when using credentials_file committer: parthea PiperOrigin-RevId: 425964861 Source-Link: googleapis/googleapis@84b1a5a Source-Link: googleapis/googleapis-gen@4fb761b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGZiNzYxYmJkODUwNmFjMTU2ZjQ5YmFjNWYxODMwNmFhOGViM2FhOCJ9
Configuration menu - View commit details
-
Copy full SHA for b7ed9ad - Browse repository at this point
Copy the full SHA b7ed9adView commit details
Commits on Feb 9, 2022
-
samples: add reservation samples (#298)
* samples: Lite reservation samples * add all samples * correct license header
Configuration menu - View commit details
-
Copy full SHA for d22d98c - Browse repository at this point
Copy the full SHA d22d98cView commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 579abf3 - Browse repository at this point
Copy the full SHA 579abf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2dc815 - Browse repository at this point
Copy the full SHA f2dc815View commit details
Commits on Feb 18, 2022
-
fix: ensure bytes cannot go negative on requests sent to the server (#…
Configuration menu - View commit details
-
Copy full SHA for 6d3690a - Browse repository at this point
Copy the full SHA 6d3690aView commit details -
chore(main): release 1.4.0 (#292)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.0...v1.4.0) (2022-02-18) ### Features * add api key support ([#291](#291)) ([f0d65ca](f0d65ca)) ### Bug Fixes * ensure bytes cannot go negative on requests sent to the server ([#300](#300)) ([6d3690a](6d3690a)), closes [#294](#294) * ensure that _failure_task exception is always retrieved ([#301](#301)) ([579abf3](579abf3)) * resolve DuplicateCredentialArgs error when using credentials_file ([b7ed9ad](b7ed9ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 95ce265 - Browse repository at this point
Copy the full SHA 95ce265View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0