Skip to content

Releases: anthonyg-1/PSGraphQL

v2.1.1

28 Oct 12:55
5e4ccd8

Choose a tag to compare

10/28/2025 - v2.1.1

Bug Fixes

  • Removed unnecessary dependency import statements from .PSM1 file.

v2.1.0

17 Aug 16:38
e08926e

Choose a tag to compare

8/17/2025 - v2.1.0

Enhancements

  • Get-GraphQLVariableList now can parse GraphQL fragments.

v2.0.1

16 Aug 17:50
f8b6dcd

Choose a tag to compare

8/16/2025 - v2.0.1

Bug Fixes

  • Corrected issue with Get-GraphQLVariableList where it was unable to correctly parse multiple GraphQL operations in a file.

v2.0.0

14 Aug 21:45
42a61ee

Choose a tag to compare

8/14/2025 - v2.0.0

Breaking Changes

  • Reordered parameters for Invoke-GraphQLQuery to default the Uri parameter.

Enhancements

  • Added new parameter aliases for Invoke-GraphQLQuery.

v1.12.1

08 Jul 02:30
f358d7e

Choose a tag to compare

7/8/2024 - v1.12.1

Bug Fixes

  • Modified private function Compress-String to remove both carriage return and new line.

v1.10.0

02 May 22:30
0d7c8c0

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

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

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

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

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.