Releases: vatesfr/xenorchestra-go-sdk
Releases · vatesfr/xenorchestra-go-sdk
v1.14.0
v1.13.0
Immutable
release. Only release title and notes can be modified.
1.13.0 (2026-03-09)
Features
v1.12.0
v1.11.0
Immutable
release. Only release title and notes can be modified.
What's Changed
SDK v2
- Feat(v2): Fix VM service and tests by @gCyrille in #59
- Test refactor integration tests by @gCyrille in #61
- v2/fix vm service by @gCyrille in #62
- v2 - Add Host service by @gCyrille in #63
Caution
BREAKING CHANGE in v2 SDK:
VM().Create(ctx context.Context, poolID uuid.UUID, vm *payloads.CreateVMParams) (*payloads.VM, error)replacesVM().Create(ctx context.Context, vm *payloads.VM) (*payloads.VM, error)- VM actions have been reworked. They are now asynchronous and return the task ID of the action.
VM().Start()method has an additional parameterhostID *uuid.UUID, which is used to select the host on which to start the VM.VM.Containerfield is now of type uuid.UUID
Full Changelog: v1.10.0...v1.11.0
v1.10.0
Immutable
release. Only release title and notes can be modified.
v1.9.1
v1.9.0
v1.8.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix CreateVm from template with >3 disks by @lkirkwood in #49
- feat(v2): add GetAll for the task service by @gCyrille in #52
- build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by @dependabot[bot] in #51
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #50
- build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #48
New Contributors
- @lkirkwood made their first contribution in #49
Full Changelog: v1.7.0...v1.8.0
v1.7.0
Immutable
release. Only release title and notes can be modified.