Releases: anthonyg-1/PSGraphQL
Releases · anthonyg-1/PSGraphQL
v1.5.7
8/23/2022 - v1.5.7
Bug Fixes
- Corrected examples using aliases in Invoke-GraphQLQuery.
v1.5.6
7/18/2022 - v1.5.6
New Features
- Added ContentType parameter to Invoke-GraphQLQuery.
v1.5.5
4/11/2022 - v1.5.5
Bug Fixes
- Corrected Compress-String private function to only remove newlines.
v1.5.4
2/3/2022 - v1.5.4
New Features
- Added and defaulted SkipHttpErrorCheck to internal Invoke-WebRequest and Invoke-RestMethod calls by default for PowerShell 7 and above for Invoke-GraphQLQuery when calling the Detailed parameter.
v1.5.2
11/23/2021 - v1.5.2
Bug Fixes
- Corrected param fuzzing example in Get-GraphQLVariableList.
v1.5.1
11/22/2021 - v1.5.1
New Features
- Added Microsoft.PowerShell.Commands.WebRequestSession as Session when using the -Detailed parameter for Invoke-GraphQLQuery.
v1.4.7
11/20/2021 - v1.4.7
Bug Fixes
- Changed execution time logic to use New-TimeSpan for -Detailed switch ExecutionTime property.
v1.4.6
11/18/2021 - v1.4.6
New Features
- Added OperationType as additional property to output of Get-GraphQLVariableList.
- Updated help on Get-GraphQLVariableList.
- Corrected bug where queries that had zero parameters did not result in the operation type being returned on GraphQLVariableList.
- Added a HasVariables property to return type on GraphQLVariableList.
- Added UseBasicParsing for all Invoke-RestMethod and Invoke-WebRequest calls for purposes of backward compatibility to Invoke-GraphQLQuery.
Bug Fixes
- Corrected fuzzing example in Get-GraphQLVariableList.
v1.3.1
11/17/2021 - v1.3.1
New Features
- Added new function Get-GraphQLVariableList
- Updated help for Invoke-GraphQLQuery
v1.2.2
11/16/2021 - v1.2.2
New Features
- Added an ElapsedTime property when using the -Detailed parameter as TimeSpan object on Invoke-GraphQLQuery.
- Added various parameter aliases for Invoke-GraphQLQuery.
- Moved Compress-String out of the Begin block of Invoke-GraphQLQuery into a PrivateFunctions folder.
- Added explicit cmdlet imports in this module's PSM1 file.