Skip to content

Releases: anthonyg-1/PSGraphQL

v1.10.0

02 May 22:30
0d7c8c0
Compare
Choose a tag to compare

5/2/2024 - v1.10.0

Enhancements

  • Added InjectionHunter ruleset to PSScriptAnalyzer tests.

v1.9.2

17 Apr 22:17
71659c9
Compare
Choose a tag to compare

4/17/2024 - v1.9.2

Bug Fixes

  • Corrected FilePath property usage for Invoke-GraphQLQuery by obtaining the file path correctly via System.IO.FileInfo.FullName.

v1.9.1

26 Dec 15:56
befc21e
Compare
Choose a tag to compare

12/26/2023 - v1.9.1

Bug Fixes

  • Corrected exception handling for Invoke-GraphQLQuery.

v1.9.0

13 Oct 21:13
3506cac
Compare
Choose a tag to compare

10/13/2023 - v1.9.0

New Features

  • Added a SkipCertificateCheck on Invoke-GraphQLQuery for PowerShell 7 installations.

v1.8.2

13 Oct 20:55
0c8261d
Compare
Choose a tag to compare

10/13/2023 - v1.8.2

Bug Fixes

  • Turned off TLS certificate validation by default for PowerShell 7.* for Invoke-GraphQLQuery.

v1.8.0

13 Oct 17:45
bc7f989
Compare
Choose a tag to compare

10/13/2023 - v1.8.0

Bug Fixes

  • Added FilePath parameter for Get-GraphQLVariableList.

v1.7.1

13 Oct 16:26
d7a0839
Compare
Choose a tag to compare

10/13/2023 - v1.7.1

Bug Fixes

  • Corrected FilePath example in help for Invoke-GraphQLQuery.

v1.7.0

13 Oct 16:19
98ee90c
Compare
Choose a tag to compare

10/13/2023 - v1.7.0

New Features

  • Added FilePath parameter on Invoke-GraphQLQuery.

v1.6.0

07 Jan 18:44
4386a1a
Compare
Choose a tag to compare

1/7/2023 - v1.6.0

New Features

  • Added EscapeHandling parameter on Invoke-GraphQLQuery for PowerShell versions 6 and above.

v1.5.7

23 Aug 15:18
d71b05b
Compare
Choose a tag to compare

8/23/2022 - v1.5.7

Bug Fixes

  • Corrected examples using aliases in Invoke-GraphQLQuery.