Skip to content

Releases: bkvarda/xtremlib

xtremlib3.0

04 Aug 21:15
Compare
Choose a tag to compare

For use with and tested against XtremIO 3.x (though all commands SHOULD be backwards-compatible with 4.x).

  • All Get commands now return the full object returned from XtremIO - you can do with it what you'd like.
  • Error handling has been improved from 1.0
  • Post/Delete commands (Removes and updates) continue to return $true if they successfully complete
  • It should no longer be necessary to import the XtremIO certificate (cert validation is bypassed)
  • Remove-XtremVolumeMapping is now significantly faster (due to 3.0 API updates in conjunction with modified cmdlet)
  • You can now store encrypted credentials in a .txt file (useful for scripting)
  • Some variable names have changed to be more consistent between functions
  • Some cmdlet names have changes to be more consistent with PowerShell nomenclature

xtremlib1.0

26 Mar 21:33
Compare
Choose a tag to compare

Original release using binary (true/false) response objects for POST/PUT actions.