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: Replace usage of diagnostics in CallFunction RPC with function error #380

Merged
merged 7 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. tfprotov5+tfprotov6: Replace usage of diagnostics in CallFunction RPC…

    … with function error
    
    Reference: hashicorp/terraform#34603
    
    The next version of the plugin protocol (5.5/6.5) includes support for provider defined functions. This change modifies the response returned from the CallFunction RPC, replacing diagnostics with function error.
    bendbennett committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ae3e327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30dfc53 View commit details
    Browse the repository at this point in the history
  3. Fix protoc version

    bendbennett committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    339eb0e View commit details
    Browse the repository at this point in the history
  4. Add changelog

    bendbennett committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    76e98fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce15b8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    626b410 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Adding change log

    bendbennett committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51801b6 View commit details
    Browse the repository at this point in the history