Skip to content

Releases: SumoLogic-Labs/sumo-powershell-sdk

v1.1.4

28 Dec 19:19
5d6b1f2
Compare
Choose a tag to compare
  • Add JP endpoint information

v1.1.3

04 Aug 05:14
02d72af
Compare
Choose a tag to compare

1.1.3 - 8/3/2018

  • Fix issu #20 - Get-SearchResult

v1.1.2

31 Jul 07:43
ca6a6f4
Compare
Choose a tag to compare

1.1.2 - 7/31/2018

  • Fix #18 - Start-SearchJob

v1.1.1

07 Jun 23:14
c94c250
Compare
Choose a tag to compare

1.1.1 - 6/7/2018

  • Using environment variable SUMOLOGIC_API_ENDPOINT to override endpoint URL
  • Document and unit test update

v1.1.0

30 May 08:36
104f636
Compare
Choose a tag to compare

1.1.0 - 5/30/2018

  • Document update
  • Integration deployment to PowerShell Gallery

v1.0.3-fix

10 May 10:16
048489a
Compare
Choose a tag to compare

1.0.3 - 5/10/2018

  • Support over 1000 collectors in Get-Collector
  • Integrate to App Veyor

v1.0.1

25 Apr 19:09
Compare
Choose a tag to compare

v1.0.1 - 4/25/2018

  • Document update for Input/Output notation

v1.0.0 - 4/23/2018

  • Refactory for releasing on PowerShell Gallery (with PowerShell Core 6.0+)
  • Add cmdlets for collector upgrade management
  • Reorganization - every exported cmdlets in a single file with help doc annotation
  • Add unit tests in Pester (run with Invoke-Pester src/test)
  • Remove -Deployment parameter from New-SumoSession cmdlet. It will automatically redirect to correct deployment based on the access id/key
  • Change -AccessKey parameter in New-SumoSession to -AccessKeyAsSecureString for passing PowerShell Gallery check

v1.0.2

25 Apr 22:26
b877a5b
Compare
Choose a tag to compare

1.0.2 - 4/25/2018

  • Generate online help documents