-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: googleapis/python-dataflow-client
base: v0.5.5
head repository: googleapis/python-dataflow-client
compare: v0.6.0
- 10 commits
- 97 files changed
- 4 contributors
Commits on Aug 24, 2022
-
chore: remove 'pip install' statements from python_library templates …
…[autoapprove] (#129) Source-Link: googleapis/synthtool@1f37ce7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e84e0e0d71a0d681668461bba02c9e1394c785f31a10ae3470660235b673086
Configuration menu - View commit details
-
Copy full SHA for 205884d - Browse repository at this point
Copy the full SHA 205884dView commit details -
chore(python): exclude path in renovate.json [autoapprove] (#130)
Source-Link: googleapis/synthtool@69fabae Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:562802bfac02e012a6ac34eda282f81d06e77326b82a32d7bbb1369ff552b387
Configuration menu - View commit details
-
Copy full SHA for 289a642 - Browse repository at this point
Copy the full SHA 289a642View commit details
Commits on Aug 29, 2022
-
chore(python): exclude grpcio==1.49.0rc1 in tests [autoapprove] (#132)
Source-Link: googleapis/synthtool@c4dd595 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ce3c1686bc81145c81dd269bd12c4025c6b275b22d14641358827334fddb1d72
Configuration menu - View commit details
-
Copy full SHA for 5346c4d - Browse repository at this point
Copy the full SHA 5346c4dView commit details
Commits on Sep 1, 2022
-
chore: fix path to requirements.txt in release script [autoapprove] (#…
…133) Source-Link: googleapis/synthtool@fdba3ed Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1f0dbd02745fb7cf255563dab5968345989308544e52b7f460deadd5e78e63b0
Configuration menu - View commit details
-
Copy full SHA for 9a4ecf1 - Browse repository at this point
Copy the full SHA 9a4ecf1View commit details
Commits on Sep 2, 2022
-
chore(python): update .kokoro/requirements.txt (#134)
Source-Link: googleapis/synthtool@703554a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94961fdc5c9ca6d13530a6a414a49d2f607203168215d074cdb0a1df9ec31c0b
Configuration menu - View commit details
-
Copy full SHA for 14ae40e - Browse repository at this point
Copy the full SHA 14ae40eView commit details -
chore(python): exclude setup.py in renovate config (#136)
Source-Link: googleapis/synthtool@56da63e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:993a058718e84a82fda04c3177e58f0a43281a996c7c395e0a56ccc4d6d210d7
Configuration menu - View commit details
-
Copy full SHA for 1441848 - Browse repository at this point
Copy the full SHA 1441848View commit details
Commits on Sep 7, 2022
-
chore: Bump gapic-generator-python version to 1.3.0 (#137)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: googleapis/googleapis@332ecf5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
Configuration menu - View commit details
-
Copy full SHA for 93cfda1 - Browse repository at this point
Copy the full SHA 93cfda1View commit details
Commits on Sep 8, 2022
-
chore: use gapic-generator-python 1.3.1 (#138)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472772457 Source-Link: googleapis/googleapis@855b74d Source-Link: https://github.com/googleapis/googleapis-gen/commit/b64b1e7da3e138f15ca361552ef0545e54891b4f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY0YjFlN2RhM2UxMzhmMTVjYTM2MTU1MmVmMDU0NWU1NDg5MWI0ZiJ9
Configuration menu - View commit details
-
Copy full SHA for da8fb12 - Browse repository at this point
Copy the full SHA da8fb12View commit details
Commits on Sep 13, 2022
-
feat: Enable REST transport support (#139)
* feat: Enable REST transport support for Python analytics-admin, media-translation and dataflow clients PiperOrigin-RevId: 473076638 Source-Link: googleapis/googleapis@f0e2be4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/c62423e00d8999a1febd54e7d8e224cdc7e29e5f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzYyNDIzZTAwZDg5OTlhMWZlYmQ1NGU3ZDhlMjI0Y2RjN2UyOWU1ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix(deps): require google-api-core>=1.33,>=2.8.0 * fix(deps): require protobuf >= 3.20.1 * feat: add Address Validation API PiperOrigin-RevId: 473247330 Source-Link: googleapis/googleapis@7b2540a Source-Link: https://github.com/googleapis/googleapis-gen/commit/206063cde5df2f60f712629d8e646f39bbbdd5a6 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjA2MDYzY2RlNWRmMmY2MGY3MTI2MjlkOGU2NDZmMzliYmJkZDVhNiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets PiperOrigin-RevId: 473833416 Source-Link: googleapis/googleapis@565a550 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1ee1a06c6de3ca8b843572c1fde0548f84236989 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9 * 🦉 Updates from OwlBot post-processor 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 e8a64ff - Browse repository at this point
Copy the full SHA e8a64ffView commit details -
chore(main): release 0.6.0 (#140)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9fd355a - Browse repository at this point
Copy the full SHA 9fd355aView 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 v0.5.5...v0.6.0