-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tfprotov5+tfprotov6: Add deferred action support to related RPCs #403
Merged
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da509ac - Browse repository at this point
Copy the full SHA da509acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7bed63 - Browse repository at this point
Copy the full SHA b7bed63View commit details
Commits on Apr 19, 2024
-
build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#394)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.63.0...v1.63.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 067e8db - Browse repository at this point
Copy the full SHA 067e8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 387bc3d - Browse repository at this point
Copy the full SHA 387bc3dView commit details -
don't marshal integer values as msgpack floats (#396)
* don't marshal integer values as msgpack floats Round-tripping a large integer through a float64, even if the binary representation is exact, causes us to end up with a rounded string representation after decoding, because the decoded number has 52-bit precision instead of the 512 we use when dealing with string representations of large integers. * update CHANGELOG.md * update to changie log --------- Co-authored-by: Austin Valle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2512fb8 - Browse repository at this point
Copy the full SHA 2512fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62fd20b - Browse repository at this point
Copy the full SHA 62fd20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1607d - Browse repository at this point
Copy the full SHA 9a1607dView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a0f01c - Browse repository at this point
Copy the full SHA 6a0f01cView commit details -
breaking: update protocol bindings for new client capabilities struct…
… + add configure provider bindings
Configuration menu - View commit details
-
Copy full SHA for dba6240 - Browse repository at this point
Copy the full SHA dba6240View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a47b9e8 - Browse repository at this point
Copy the full SHA a47b9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc7186 - Browse repository at this point
Copy the full SHA 4cc7186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45867db - Browse repository at this point
Copy the full SHA 45867dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8648bec - Browse repository at this point
Copy the full SHA 8648becView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a4fbc8 - Browse repository at this point
Copy the full SHA 3a4fbc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58e305 - Browse repository at this point
Copy the full SHA a58e305View commit details -
Configuration menu - View commit details
-
Copy full SHA for e089b65 - Browse repository at this point
Copy the full SHA e089b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7070c1 - Browse repository at this point
Copy the full SHA f7070c1View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4e8497 - Browse repository at this point
Copy the full SHA b4e8497View commit details -
Configuration menu - View commit details
-
Copy full SHA for f029631 - Browse repository at this point
Copy the full SHA f029631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1296f39 - Browse repository at this point
Copy the full SHA 1296f39View commit details
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.