Skip to content

Releases: anthonyg-1/PSGraphQL

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.

v1.5.6

18 Jul 14:38
537919c
Compare
Choose a tag to compare

7/18/2022 - v1.5.6

New Features

  • Added ContentType parameter to Invoke-GraphQLQuery.

v1.5.5

11 Apr 22:04
6a57bb6
Compare
Choose a tag to compare

4/11/2022 - v1.5.5

Bug Fixes

  • Corrected Compress-String private function to only remove newlines.

v1.5.4

03 Feb 21:36
4b0a772
Compare
Choose a tag to compare

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

23 Nov 19:31
93b4bc4
Compare
Choose a tag to compare

11/23/2021 - v1.5.2

Bug Fixes

  • Corrected param fuzzing example in Get-GraphQLVariableList.

v1.5.1

22 Nov 16:56
36acc40
Compare
Choose a tag to compare

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

20 Nov 14:06
45b1fb9
Compare
Choose a tag to compare

11/20/2021 - v1.4.7

Bug Fixes

  • Changed execution time logic to use New-TimeSpan for -Detailed switch ExecutionTime property.

v1.4.6

18 Nov 15:33
85d1dd1
Compare
Choose a tag to compare

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

18 Nov 03:28
8426698
Compare
Choose a tag to compare

11/17/2021 - v1.3.1

New Features

  • Added new function Get-GraphQLVariableList
  • Updated help for Invoke-GraphQLQuery

v1.2.2

16 Nov 19:45
14d4872
Compare
Choose a tag to compare

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.