Releases: anthonyg-1/PSGraphQL
Releases · anthonyg-1/PSGraphQL
v2.1.1
v2.1.0
8/17/2025 - v2.1.0
Enhancements
Get-GraphQLVariableListnow can parse GraphQL fragments.
v2.0.1
8/16/2025 - v2.0.1
Bug Fixes
- Corrected issue with
Get-GraphQLVariableListwhere it was unable to correctly parse multiple GraphQL operations in a file.
v2.0.0
8/14/2025 - v2.0.0
Breaking Changes
- Reordered parameters for
Invoke-GraphQLQueryto default theUriparameter.
Enhancements
- Added new parameter aliases for
Invoke-GraphQLQuery.
v1.12.1
7/8/2024 - v1.12.1
Bug Fixes
- Modified private function
Compress-Stringto remove both carriage return and new line.
v1.10.0
5/2/2024 - v1.10.0
Enhancements
- Added InjectionHunter ruleset to PSScriptAnalyzer tests.
v1.9.2
4/17/2024 - v1.9.2
Bug Fixes
- Corrected
FilePathproperty usage forInvoke-GraphQLQueryby obtaining the file path correctly viaSystem.IO.FileInfo.FullName.
v1.9.1
12/26/2023 - v1.9.1
Bug Fixes
- Corrected exception handling for
Invoke-GraphQLQuery.
v1.9.0
10/13/2023 - v1.9.0
New Features
- Added a
SkipCertificateCheckonInvoke-GraphQLQueryfor PowerShell 7 installations.
v1.8.2
10/13/2023 - v1.8.2
Bug Fixes
- Turned off TLS certificate validation by default for PowerShell 7.* for
Invoke-GraphQLQuery.