| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@hiranya911 @lahirumaramba Can someone review please? |
Sorry, something went wrong.
|
@DenSmoke Thanks for the PR. Really appreciate your effort. This contains several breaking changes. Specifically, following changes are breaking:
We can look into accepting those changes in the next quarter, and releasing v2 of the SDK. Can I ask you to extract the above 2 changes from here into a separate PR? The remaining changes in this PR (e.g. upgrading test dependencies) can be merged immediately. |
Sorry, something went wrong.
|
@hiranya911 Upgrading test dependencies is not critical. Main purpose is to solve conflicts like in issue #207 when using GAX 3.0 dependent Google Cloud .NET libraries and Firebase Admin SDK in same .NET project |
Sorry, something went wrong.
|
Yeah, I understand. We can hold on to this PR for now, and come up with a plan to merge it in the coming months. I just need to sync up with other teams and see if we have any upcoming releases that might potentially conflict with this. |
Sorry, something went wrong.
|
We have slated this for a release in the next quarter (q4 2020). As a first step we will try to add net461 to the list of target frameworks without any additional changes, and release that. Then we can merge this PR on top of that. |
Sorry, something went wrong.
|
@DenSmoke can I ask you to update this PR and sync up with the latest state of the master branch? We can merge this soon after that. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you @DenSmoke. This LGTM. I'll merge it in a couple of days, and start working on a release.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
API CHANGE: Dropped support for netstandard1.5 and net45 target frameworks. Developers are now required to use netstandard2.0 or net461.
API CHANGE: Upgraded the dependency Google.Api.Gax to the latest major version. Developers that use the PagedAsyncEnumerable interface from this package (usually as the return value of list iteration API calls), may have to update their implementations accordingly.
Resolves #264 #265 #207