- Notifications
You must be signed in to change notification settings - Fork9
Comparing changes
Open a pull request
base repository:googleapis/python-functions
Uh oh!
There was an error while loading.Please reload this page.
base:v0.5.1
head repository:googleapis/python-functions
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.6.0
- 20commits
- 62files changed
- 8contributors
Commits on Mar 23, 2021
chore: update synth.metadata (#31)
This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/a0f4ccaf-319e-46b9-9b15-5ac1e95ea79c/targets- [ ] To automatically regenerate this PR, check this box.
yoshi-automation authoredMar 23, 2021 This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/9d4e6069-5c18-4f79-97fb-99ebae377691/targets- [ ] To automatically regenerate this PR, check this box.Source-Link:googleapis/synthtool@4679e7eSource-Link:googleapis/synthtool@3336657Source-Link:googleapis/synthtool@d1bb917Source-Link:googleapis/synthtool@778d8beSource-Link:googleapis/synthtool@573f765Source-Link:googleapis/synthtool@ba960d7Source-Link:googleapis/synthtool@16ec872Source-Link:googleapis/synthtool@fb53b6f
yoshi-automation authoredMar 23, 2021
Commits on Apr 7, 2021
chore: Add license headers for python config files (#46)
This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/920075d4-7b9c-4b14-9957-7b33425ad95b/targets- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)Source-Link:googleapis/synthtool@5b5bf6d
yoshi-automation authoredApr 7, 2021
Commits on Apr 11, 2021
chore: track generated files (#48)
yoshi-automation authoredApr 11, 2021 chore: add constraints file check for python samples (#47)
This PR was generated using Autosynth. 🌈Synth log will be available here:https://source.cloud.google.com/results/invocations/885038c6-7b52-46e3-9736-a3d85720a610/targets- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)Source-Link:googleapis/synthtool@0a071b3
yoshi-automation authoredApr 11, 2021
Commits on Apr 16, 2021
chore: prevent normalization of semver versioning (#51)
* chore: prevent normalization of semver versioning* chore: update workaround to make sic work
dandhlee authoredApr 16, 2021
Commits on May 12, 2021
chore: migrate to owl bot (#58)
This PR migrates from autosynth to [owl bot](https://github.com/googleapis/repo-automation-bots/tree/master/packages/owl-bot). owl bot will save time for maintainers as it will automatically open PRs when there are updates in [googleapis-gen](https://github.com/googleapis/googleapis-gen/tree/master/google) without requiring maintainers to run `synthtool` to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are template updates.
parthea authoredMay 12, 2021 chore: add library type to .repo-metadata.json (#57)
parthea authoredMay 12, 2021
Commits on May 14, 2021
chore: upgrade gapic-generator-python to 0.46.3 (#60)
PiperOrigin-RevId: 373649163Source-Link:googleapis/googleapis@7e1b14eSource-Link:https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3fix: add async client to %name_%version/init.pychore: add autogenerated snippetschore: remove auth, policy, and options from the reserved names listfeat: support self-signed JWT flow for service accountschore: enable GAPIC metadata generationchore: sort subpackages in %namespace/%name/init.py
gcf-owl-bot[bot] authoredMay 14, 2021
Commits on May 15, 2021
fix(deps): add packaging requirement (#62)
Add packaging requirement. packaging.version is used for a version comparison in transports/base.py and is needed after the upgrade to gapic-generator-python 0.46.3
busunkim96 authoredMay 15, 2021
Commits on May 16, 2021
chore: new owl bot post processor docker image (#63)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
gcf-owl-bot[bot] authoredMay 16, 2021 chore: update minor typo in documentation link (#53)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-functions/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea- [x] Ensure the tests and linter pass- [x] Code coverage does not decrease (if any source code was changed)- [x] Appropriate docs were updated (if necessary)Fixes#52 🦕
akiyamasho authoredMay 16, 2021
Commits on May 22, 2021
chore: new owl bot post processor docker image (#66)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
gcf-owl-bot[bot] authoredMay 22, 2021
Commits on May 28, 2021
chore: new owl bot post processor docker image (#67)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
gcf-owl-bot[bot] authoredMay 28, 2021 chore: new owl bot post processor docker image (#68)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
gcf-owl-bot[bot] authoredMay 28, 2021
Commits on Jun 1, 2021
🤖 I have created a release \*beep\* \*boop\*---## [0.6.0](https://www.github.com/googleapis/python-functions/compare/v0.5.1...v0.6.0) (2021-05-28)### Features* support self-signed JWT flow for service accounts ([167f431](https://www.github.com/googleapis/python-functions/commit/167f43144f4f9c5ef88a68bd880ec47a3062a3b6))### Bug Fixes* add async client to %name_%version/init.py ([167f431](https://www.github.com/googleapis/python-functions/commit/167f43144f4f9c5ef88a68bd880ec47a3062a3b6))* **deps:** add packaging requirement ([#62](https://www.github.com/googleapis/python-functions/issues/62)) ([1384f55](https://www.github.com/googleapis/python-functions/commit/1384f55b4e35f6263d42639667c4a38ab1689b16))* use correct default retry and timeout ([#42](https://www.github.com/googleapis/python-functions/issues/42)) ([8c7db91](https://www.github.com/googleapis/python-functions/commit/8c7db919535193151ed52465a3038d3ac72d701e))---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] authoredJun 1, 2021
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 v0.5.1...v0.6.0
Uh oh!
There was an error while loading.Please reload this page.