@@ -9,18 +9,19 @@ A NodeRed node to execute GraphQL Queries.
99
1010## Change Log
1111
12- | Vers | Changes |
13- | ----- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14- | 2.1.0 | Bearer Token Authentication |
15- | 2.0.1 | Update dependencies (` axios ` & ` mustache ` ), fix node-red scorecard issues |
16- | 2.0.0 | GraphQL response is now on ` payload.graphql ` instead of replacing ` payload ` . This is a breaking change. Addresses #32 |
17- | 1.4.1 | Bump ` follow-redirects ` to 1.14.8 |
18- | 1.4.0 | improve debug, bump ` follow-redirects ` |
19- | 1.3.0 | bump axios to address CVE-2021 -3749 |
20- | 1.2.0 | [ Fix node not showing in palette] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/24 ) , bump axios |
12+ | Vers | Changes |
13+ | ----- | -------------------------------------------------------- |
14+ | 2.1.1 | Fix payload init issue |
15+ | 2.1.0 | Bearer Token Authentication |
16+ | 2.0.1 | Update dependencies (` axios ` & ` mustache ` ), fix node-red scorecard issues |
17+ | 2.0.0 | GraphQL response is now on ` payload.graphql ` instead of replacing ` payload ` . This is a breaking change. Addresses #32 |
18+ | 1.4.1 | Bump ` follow-redirects ` to 1.14.8 |
19+ | 1.4.0 | improve debug, bump ` follow-redirects ` |
20+ | 1.3.0 | bump axios to address CVE-2021 -3749 |
21+ | 1.2.0 | [ Fix node not showing in palette] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/24 ) , bump axios |
2122| 1.1.0 | [ Error Handling & Config Templates] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/11/ ) , [ showDebug & customHeaders] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/22/conflicts ) , [ Bump axios] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/20 ) |
22- | 1.0.0 | pass Authorization via msg.authorization, [ PR #21 ] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/21 ) |
23- | 0.0.6 | Initial Release |
23+ | 1.0.0 | pass Authorization via msg.authorization, [ PR #21 ] ( https://github.com/rgstephens/node-red-contrib-graphql/pull/21 ) |
24+ | 0.0.6 | Initial Release |
2425
2526## GraphQL Nodes
2627
0 commit comments