Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn 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: hashicorp/terraform-plugin-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.2
Choose a base ref
...
head repository: hashicorp/terraform-plugin-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.0
Choose a head ref
  • 9 commits
  • 70 files changed
  • 7 contributors

Commits on Apr 19, 2024

  1. build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (#398

    )
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fcd6900 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. build(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 (#399)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1861b52 View commit details
    Browse the repository at this point in the history
  2. tfprotov5+tfprotov6: Require FunctionServer in ProviderServer and Mov…

    …eResourceState in ResourceServer (#388)
    
    Reference: #353
    Reference: #363
    
    This removes the temporary handling to smoothly release the new Terraform 1.8 and later RPC handling for provider servers. These changes codify this Go module's desired design that it reflects the protocol via its required implementations.
    bflad authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    62ca775 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. build(deps): Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#400)

    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@a1502cd...97f030c)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    106a9be View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#401)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d956722 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 an…

    …d protoc from 25.1 to 26.1 (#402)
    
    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brian Flad <[email protected]>
    dependabot[bot] and bflad authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    63881a9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#404)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5cc939c View commit details
    Browse the repository at this point in the history
  2. tfprotov5+tfprotov6: Add deferred action support to related RPCs (#403)

    * generate protocol bindings
    
    * add protocol bindings to external interface
    
    * 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>
    
    * workflows: Remove wildcard suffix from Terraform workflow call (#395)
    
    * 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]>
    
    * Update changelog
    
    * breaking: update protocol bindings for new client capabilities struct + add configure provider bindings
    
    * add Go pkg docs
    
    * add copywrite headers
    
    * add changelog
    
    * split client capabilities per RPC
    
    * added logging for req/resp deferred actions
    
    * add test for ensuring global variable is updated
    
    * add diagnostic for invalid deferred
    
    * move helper diag into function
    
    * add a separate log for nil client capabilities
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: James Bardin <[email protected]>
    Co-authored-by: hc-github-team-tf-provider-devex <[email protected]>
    4 people authored May 6, 2024
    Configuration menu
    Copy the full SHA
    8e4acd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1819d View commit details
    Browse the repository at this point in the history
Loading