- Notifications
You must be signed in to change notification settings - Fork95
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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-api-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v1.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:googleapis/python-api-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 6commits
- 35files changed
- 7contributors
Commits on May 27, 2020
feat: First batch of AIO integration (#26)
This change includes:* Nox configuration support for AsynciO unit tests * No pre release gRPC Python required* AsyncIO retry module* AsyncIO config parsing module* Exception parsing patch* Corresponding unit test cases
lidizheng authoredMay 27, 2020 feat: add client_encryped_cert_source to ClientOptions (#31)
arithmetic1728 authoredMay 27, 2020
Commits on May 28, 2020
feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20)
* Retry._deadline exposed as a property* feat Retry._deadline exposed as a property* added property testCo-authored-by: q-logic <52290913+q-logic@users.noreply.github.com>Co-authored-by: Christopher Wilcox <crwilcox@google.com>
Commits on Jun 2, 2020
feat: AsyncIO Integration [Part 2] (#28)
Children PR of#26.This PR includes AsyncIO version of:* Polling future* Page iteratorThe AsyncIO version of polling future still uses the same mechanism as the sync version. The AsyncIO polling future tries to update its own state whenever the application want to access information or perform actions.For page iterator, it has similar interface design as sync version. But instead of fulfilling normal generator protocol, it is based on the async generator.Related#23
lidizheng authoredJun 2, 2020
Commits on Jun 4, 2020
feat: third batch of AsyncIO integration (#29)
* LRO client* gRPC wrappers & helpers* With unit tests & docs
lidizheng authoredJun 4, 2020 🤖 I have created a release \*beep\* \*boop\* ---## [1.18.0](https://www.github.com/googleapis/python-api-core/compare/v1.17.0...v1.18.0) (2020-06-04)### Features* [CBT-6 helper] Exposing Retry._deadline as a property ([#20](https://www.github.com/googleapis/python-api-core/issues/20)) ([7be1e59](https://www.github.com/googleapis/python-api-core/commit/7be1e59e9d75c112f346d2b76dce3dd60e3584a1))* add client_encryped_cert_source to ClientOptions ([#31](https://www.github.com/googleapis/python-api-core/issues/31)) ([e4eaec0](https://www.github.com/googleapis/python-api-core/commit/e4eaec0ff255114138d3715280f86d34d861a6fa))* AsyncIO Integration [Part 2] ([#28](https://www.github.com/googleapis/python-api-core/issues/28)) ([dd9b2f3](https://www.github.com/googleapis/python-api-core/commit/dd9b2f38a70e85952cc05552ec8070cdf29ddbb4)), closes [#23](https://www.github.com/googleapis/python-api-core/issues/23)* First batch of AIO integration ([#26](https://www.github.com/googleapis/python-api-core/issues/26)) ([a82f289](https://www.github.com/googleapis/python-api-core/commit/a82f2892b8f219b82e120e6ed9f4070869c28be7))* third batch of AsyncIO integration ([#29](https://www.github.com/googleapis/python-api-core/issues/29)) ([7d8d580](https://www.github.com/googleapis/python-api-core/commit/7d8d58075a92e93662747d36a2d55b5e9f0943e1))---This PR was generated with [Release Please](https://github.com/googleapis/release-please).
release-please[bot] authoredJun 4, 2020
Loading
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.17.0...v1.18.0
Uh oh!
There was an error while loading.Please reload this page.