Releases: cmu-sei/Vm.Api
Releases · cmu-sei/Vm.Api
3.6.2
What's Changed
- fixed download file url filename and port by @sei-aschlackman in #46
Full Changelog: 3.6.1...3.6.2
3.6.1
What's Changed
- added support for multiple vsphere hosts by @sei-aschlackman in #42
- BREAKING CHANGE - The Vsphere section of the appsettings must be updated.
Host connection settings have been moved to a "Hosts" array property of the Vsphere section. To maintain prior functionality, add a single entry to this array with your previous settings, including address, credentials, and datastore settings. Add multiple entries to this array to begin using multiple vCenter or ESXi hosts. See src/Player.Vm.Api/appsettings.json for example settings.
- BREAKING CHANGE - The Vsphere section of the appsettings must be updated.
- user follow enhancements by @sei-aschlackman in #43
- added file download url endpoint by @sei-aschlackman in #44
- track last vm by team by @sei-aschlackman in #45
Full Changelog: 3.5.3...3.6.1
3.6.1-rc1
added support for multiple vsphere hosts
- BREAKING CHANGE - The Vsphere section of the appsettings must be updated.
Host connection settings have been moved to a "Hosts" array property of the Vsphere section. To maintain prior functionality, add a single entry to this array with your previous settings, including address, credentials, and datastore settings. Add multiple entries to this array to begin using multiple vCenter or ESXi hosts. See src/Player.Vm.Api/appsettings.json for example settings.
3.5.3
What's Changed
- fix connection error handling by @sei-aschlackman in #39
- fixed vm logging errors by @sei-aschlackman in #40
- fixed signalR error when logging disabled by @sei-aschlackman in #41
Full Changelog: 3.5.2...3.5.3
3.5.2
What's Changed
- fixed race condition when adding vms by @sei-aschlackman in #38
Full Changelog: 3.5.1...3.5.2
3.5.1
What's Changed
- fix swagger doc for vm usage csv download by @sei-aschlackman in #34
- add embeddable to vm by @sei-aschlackman in #35
- Added endpoint for mult machine reboot by @sei-chershberger in #36
- Show console users by @sei-chershberger in #37
Full Changelog: 3.5.0...3.5.1
3.5.0
What's Changed
- initial Proxmox console support by @sei-aschlackman in #31
- Feature/reusable header check by @sei-aschlackman in #32
- fix vm power state not always updating by @sei-aschlackman in #33
Full Changelog: 3.4.1...3.5.0
3.4.1
fixed negative minutes bug
3.4.0
adds the VmUsageLoggingSessions/report endpoint
3.3.0
Creates a VM Logging Session for new Player Views when the new View has a parent View with a VM Logging Session