Releases: Seagate/seagate-exos-x-api-go
Releases · Seagate/seagate-exos-x-api-go
v2.4.1
2.4.1 (2025-01-12)
Bug Fixes
- use create volume call with no tier affinity for compatibility with linear storage (72511b2)
v2.4.0
2.4.0 (2025-01-11)
Features
- Make PublishVolume compatible with Hosts and Host Groups (8a20de9)
Other
- Add .whitesource configuration file (e2f9c90)
v2.3.0
2.3.0 (2024-06-20)
Features
v2.2.0
2.2.0 (2024-02-16)
Features
- Create volume without tier-affinity for linear (#54) (549b3a2), closes #54
v2.1.0
2.1.0 (2024-01-19)
Code Refactoring
- remove extra nil check causing static analysis warning (7f44170)
Features
- Add support for 'show controller-date' and use it for session validation (0a088ba)
- Make an API call (show system) to test API session validity (37d0fcd)
Other
v2.0.4
2.0.4 (2024-01-16)
Bug Fixes
- Update show maps to use an initiator view return object instead … (#53) (906feb6), closes #53
v2.0.3
2.0.3 (2023-11-28)
Bug Fixes
- Allow Login method to overwrite previous Login calls (3af0156)
- Update timestamp creation for snapshot objects (32b209f)
v2.0.2
2.0.2 (2023-10-31)
Bug Fixes
- restore convenience function for GetPoolType (#50) (a8a8078), closes #50
v2.0.1
2.0.1 (2023-10-31)
Code Refactoring
- Restructure the v2 library to match go module import requirements (#48) (e6f3143), closes #48
v2.0.0
2.0.0 (2023-10-05)
Other
- Merge pull request #46 from Seagate/feat/new-apiv2 (7629499), closes #46
- feat!(apiv2): MC API v2 using OpenAPI Specification (7141b6b)
BREAKING CHANGE
- Requires changes to all clients to use v1 or v2 of this library.