Skip to content

Latest commit

 

History

History
168 lines (85 loc) · 4.05 KB

File metadata and controls

168 lines (85 loc) · 4.05 KB

v2.6.0 (2021-03-15)

v2.5.7 (2021-03-02)

v2.5.67 (2020-11-05)

v2.5.66 (2020-11-03)

v2.5.65 (2020-11-02)

v2.5.64 (2020-10-22)

v2.5.63 (2020-10-22)

Pull Requests

  • Merge pull request #2 from Nexenta/host_groups

v2.5.62 (2020-09-22)

Bug Fixes

  • ignore EEXIST on hostGroup creation

v2.5.6.1 (2020-09-22)

v2.5.61 (2020-09-22)

v2.5.5 (2020-07-17)

v2.5.6 (2020-07-17)

Bug Fixes

  • fixed GetVolumesWithStartingToken

v2.5.4 (2020-07-17)

Features

  • implemented GetVolumesWithStartingToken

v2.5.3 (2020-07-17)

Bug Fixes

  • changed base offset to 0 for getVolumes

v2.5.2 (2020-07-16)

Features

  • added GetVolumes interface for listing volumes

v2.5.1 (2020-07-16)

Features

  • added getVolume interface, changed getVolumeGroup to return vg props

v2.5.0 (2020-06-30)

v2.4.0 (2020-06-30)

v2.3.0 (2020-03-11)

v2.1.0 (2020-03-11)

Bug Fixes

  • fixed changelog

Features

  • added UpdateFilesystem to be able to expand volume

v2.0.0 (2020-03-11)

Bug Fixes

  • add unmarshal error text to rest error response

Features

  • added UpdateFilesystem to be able to expand volume
  • NEX-22162 ability to pass nfs list on volume creation
  • add parameters to provider.DestroyFilesystem() method

BREAKING CHANGE

provider.DestroyFilesystemWithClones() method was removed, use DestroyFilesystemParams.PromoteMostRecentCloneIfExists instead.

v1.2.0 (2019-07-18)

Features

  • add provider.GetFilesystemsWithStartingToken() method

v1.1.0 (2019-07-10)

Features

  • add nefError.IsBadArgNefError() method

v1.0.1 (2019-05-07)

Bug Fixes

  • NEX-20603 - filesystem list returns only first 100 items

v1.0.0 (2019-04-19)

Features

  • add vendors to versioning
  • initial NS API Go library commit