Releases: anthonyg-1/PSGraphQL
Releases · anthonyg-1/PSGraphQL
v1.12.0
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
FilePath
property usage forInvoke-GraphQLQuery
by 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
SkipCertificateCheck
onInvoke-GraphQLQuery
for 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
.
v1.8.0
10/13/2023 - v1.8.0
Bug Fixes
- Added
FilePath
parameter forGet-GraphQLVariableList
.
v1.7.1
10/13/2023 - v1.7.1
Bug Fixes
- Corrected
FilePath
example in help forInvoke-GraphQLQuery
.
v1.7.0
10/13/2023 - v1.7.0
New Features
- Added
FilePath
parameter onInvoke-GraphQLQuery
.
v1.6.0
1/7/2023 - v1.6.0
New Features
- Added EscapeHandling parameter on Invoke-GraphQLQuery for PowerShell versions 6 and above.