Skip to content

Releases: sullivtr/terraform-provider-graphql

v2.6.1

15 Apr 16:57
Compare
Choose a tag to compare

Changelog

v2.6.0

18 Feb 19:00
227dc44
Compare
Choose a tag to compare

Changelog

  • 227dc44 Merge pull request #105 from sullivtr/pagination-support
  • 19ac453 feat: pagination support
  • 7f2f613 fix: dont grab variable in incorrect scope
  • 235ed71 fix: response batching for paginated query response
  • 5b2e230 set TF_LOG=trace

v2.5.5

02 Sep 20:02
24f101e
Compare
Choose a tag to compare

Changelog

  • ef2cd26 Failing tests about dealing with non-string computed keys
  • 24f101e Merge pull request #96 from dlecocq/non-string-computed-keys
  • d279b43 Passing tests about dealing with non-string computed keys

v2.5.4

25 Feb 01:09
bf4f919
Compare
Choose a tag to compare

Changelog

  • 85275ef Bugfix for map query response
  • bf4f919 Merge pull request #86 from sullivtr/mapQueryResponse-bugfix

v2.5.3

15 Sep 19:11
362e61c
Compare
Choose a tag to compare

Changelog

  • 362e61c Merge pull request #76 from sullivtr/iss-71-phantom-computed-vars
  • aac05da fix: phantom diff, along with some acct test fixes
  • 1bca7f5 more test coverage

v2.5.2

14 Sep 23:33
b94fce9
Compare
Choose a tag to compare

Changelog

  • b94fce9 Merge pull request #74 from sullivtr/iss-70-opt-out-remote-state-verify
  • ffa5bc4 conditionalize remote-state verification logic, and add simple test

v2.5.1

03 Mar 23:27
d23aff8
Compare
Choose a tag to compare

Changelog

  • d23aff8 Merge pull request #67 from sullivtr/#64-nested-res-data
  • 300a52f fix: enhance the query response map to find values nested deep inside of list objects

v2.5.0

12 Jan 16:29
8686e27
Compare
Choose a tag to compare

Changelog

  • 428e647 Add server-state reconsiliation logic to ensure TF can better detect/overwrite remote changes
  • 8686e27 Merge pull request #62 from sullivtr/server-state-tf-state-reconcile
  • a152aa4 add documatation for new query_response_input_key_map enhancement

v2.4.0

26 Dec 18:07
b03f962
Compare
Choose a tag to compare

Changelog

  • 0dc414d Add E2E test case for OAuth2 login API
  • fe9f29d Add provider configuration documentation to official registry docs
  • e8a0794 Add support for GraphQL API OAuth 2.0 authentication using a login query or mutation
  • 87b84e4 Add support for terraform provider debugging
  • a2333b0 Automatically re-generate models when running E2E tests
  • df89e9a Do not unmarshal JSON response twice and remove the need to include the leading data segment from the oauth2_login_query_value_attribute attribute
  • 8197e56 Ensure gql-server processes are always killed
  • ff9ea57 Error if some but not all three OAuth 2.0 attributes are set: oauth2_login_query, oauth2_login_query_variables and oauth2_login_query_value_attribute
  • eab0294 Fail-fast if any bash command errors
  • 6161229 Remove ForceNew on provider and datasource attributes
  • a1fde2b ensure build for darwin arm
  • 8907b7b upgrade to go version 1.17

v2.3.0

16 Dec 15:29
43c4536
Compare
Choose a tag to compare

Changelog

  • 4c7e870 Allow to override default headers
  • 83392d2 Merge pull request #51 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.25.0
  • ce698f9 Merge pull request #53 from pdecat/fix-tests
  • 7b67ac3 Merge pull request #54 from pdecat/http_trace
  • 43c4536 Merge pull request #57 from samm-git/override-headers
  • a20ce2a chore(deps): bump prismjs from 1.24.0 to 1.25.0 in /docsite/website
  • 45d8745 feat: enable HTTP tracing in debug logging level or higher
  • eacfa2b fix: properly set exit_status