Skip to content

Releases: sullivtr/terraform-provider-graphql

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

v2.2.0

19 Aug 18:40
6875f61
Compare
Choose a tag to compare

Changelog

6875f61 Merge pull request #45 from sullivtr/iss37-force-replace-option
73d20e2 iss33: add another acceptance test for force replace, and bump TF version for e2e
efea9db iss37: force replace option
f589111 iss37: modify path to go release e2e cofnig
b5f0696 iss37: refactor to support a cleaner hook execution
ec677ef iss37: update documentation to reference new force_replace option
2c92e15 iss37: update go and tf versions for github actions
035dc7f refactor test to handle differences in how terraform versions refresh outputs, add better err messaging, stop setting id on updates

v2.1.0

17 Aug 23:06
3371344
Compare
Choose a tag to compare

Changelog

3371344 Merge pull request #43 from sullivtr/iss33-dont-swallow-graphql-errors
63742c3 add another test
ded85a1 fix acc test, and e2e for new changes
e66a99e iss33-fix-gql-server-for-e2e-test
d351e6c iss33-initial-test-of-err-handling
f4c8296 iss33: simple error case for query error

v2.0.0

02 Aug 15:46
c83afa0
Compare
Choose a tag to compare

Changelog

933b89f Merge branch 'master' of github.com:sullivtr/terraform-provider-graphql into feature/enchance-mutation-variable-inputs-with-json-capability
c83afa0 Merge pull request #35 from sullivtr/feature/enchance-mutation-variable-inputs-with-json-capability
af17d2f Merge pull request #38 from sullivtr/dependabot/npm_and_yarn/docsite/website/postcss-7.0.36
062735c Merge pull request #39 from sullivtr/dependabot/npm_and_yarn/docsite/website/set-getter-0.1.1
54b1fa4 Merge pull request #40 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.24.0
5b51228 chore(deps): bump postcss from 7.0.18 to 7.0.36 in /docsite/website
4d1d009 chore(deps): bump prismjs from 1.23.0 to 1.24.0 in /docsite/website
2cd65ee chore(deps): bump set-getter from 0.1.0 to 0.1.1 in /docsite/website
60cf317 chore: remove unneeded files and fix gql server for e2e test
b9e3fb1 chore: update docs from GH docsite
5247bdc feature: query/mutation variables are now interpreted as JSON