Skip to content
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
merged 20 commits into from
May 6, 2024

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    da509ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bed63 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. 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>
    dependabot[bot] authored and austinvalle committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    067e8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    387bc3d View commit details
    Browse the repository at this point in the history
  3. 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]>
    jbardin and austinvalle committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2512fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62fd20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1607d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    6a0f01c View commit details
    Browse the repository at this point in the history
  2. breaking: update protocol bindings for new client capabilities struct…

    … + add configure provider bindings
    austinvalle committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dba6240 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. add Go pkg docs

    austinvalle committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a47b9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc7186 View commit details
    Browse the repository at this point in the history
  3. add copywrite headers

    austinvalle committed May 1, 2024
    Configuration menu
    Copy the full SHA
    45867db View commit details
    Browse the repository at this point in the history
  4. add changelog

    austinvalle committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8648bec View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    3a4fbc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58e305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e089b65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7070c1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    b4e8497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f029631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1296f39 View commit details
    Browse the repository at this point in the history