This repository was archived by the owner on Dec 31, 2023. It is now read-only.
fix!: uint64/int64 fields accept ints instead of strings#92
Merged
busunkim96 merged 5 commits intomasterfrom Aug 9, 2021
Merged
fix!: uint64/int64 fields accept ints instead of strings#92busunkim96 merged 5 commits intomasterfrom
busunkim96 merged 5 commits intomasterfrom
Conversation
* fix(php): Bump microgenerator version * fix(monolith): Bump microgenerator versions with monolith removal Source-Author: Mira Leung <miraleung@users.noreply.github.com> Source-Date: Wed Jun 23 12:35:59 2021 -0700 Source-Repo: googleapis/googleapis-discovery Source-Sha: 6a189a8bada35e2657a67b903cad7fee649f2dbc Source-Link: googleapis/googleapis-discovery@6a189a8
Source-Author: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com> Source-Date: Wed Jun 30 10:37:13 2021 -0700 Source-Repo: googleapis/googleapis-discovery Source-Sha: abf4cec1ce9e02e4d7d650bf66137c347cdd0d44 Source-Link: googleapis/googleapis-discovery@abf4cec
…propriate (instead of string) This is a breaking chagne for the clients Source-Author: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com> Source-Date: Wed Jun 30 16:36:27 2021 -0700 Source-Repo: googleapis/googleapis-discovery Source-Sha: c5bb8d324832f638d86bc1348fb45fb3d9c1fb30 Source-Link: googleapis/googleapis-discovery@c5bb8d3
https://github.com/googleapis/gapic-generator-python/blob/master/CHANGELOG.md#0505-2021-07-22 Needed to fix failing generated unit tests in #91 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Aug 5 16:21:09 2021 -0600 Source-Repo: googleapis/googleapis-discovery Source-Sha: ac663f7f0afb13e3a8cfd04160d1677655c5c613 Source-Link: googleapis/googleapis-discovery@ac663f7
Contributor
|
Since there is a breaking change to the samples (0ce21a2), the library should be released immediately after this PR is merged to minimize sample drift. |
busunkim96
approved these changes
Aug 9, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add always_use_jwt_access
fix: fix required query params handling (closes #12)
fix!: uint64/int64 fields accept ints instead of strings
Release-As: 0.5.0