-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: hashicorp/terraform-plugin-go
base: v0.22.2
head repository: hashicorp/terraform-plugin-go
compare: v0.23.0
- 9 commits
- 70 files changed
- 7 contributors
Commits on Apr 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for fcd6900 - Browse repository at this point
Copy the full SHA fcd6900View commit details
Commits on Apr 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1861b52 - Browse repository at this point
Copy the full SHA 1861b52View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 62ca775 - Browse repository at this point
Copy the full SHA 62ca775View commit details
Commits on Apr 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 106a9be - Browse repository at this point
Copy the full SHA 106a9beView commit details
Commits on Apr 29, 2024
-
Result of tsccr-helper -log-level=info gha update -latest . (#401)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d956722 - Browse repository at this point
Copy the full SHA d956722View commit details
Commits on Apr 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 63881a9 - Browse repository at this point
Copy the full SHA 63881a9View commit details
Commits on May 6, 2024
-
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 - View commit details
-
Copy full SHA for 5cc939c - Browse repository at this point
Copy the full SHA 5cc939cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8e4acd3 - Browse repository at this point
Copy the full SHA 8e4acd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1819d - Browse repository at this point
Copy the full SHA bd1819dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.22.2...v0.23.0