Skip to content

Releases: cmu-sei/Vm.Api

3.6.2

23 May 16:46
c5efa58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.1...3.6.2

3.6.1

23 May 14:07
51225ea
Compare
Choose a tag to compare

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.
  • 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

22 Apr 18:31
Compare
Choose a tag to compare
3.6.1-rc1 Pre-release
Pre-release

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

15 Sep 13:18
753fb49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.2...3.5.3

3.5.2

12 Apr 16:23
45bed44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.1

03 Mar 19:12
7b9edbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.5.1

3.5.0

28 Sep 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.5.0

3.4.1

15 Aug 18:30
b90f71c
Compare
Choose a tag to compare

fixed negative minutes bug

3.4.0

10 Aug 15:16
f0195ef
Compare
Choose a tag to compare

adds the VmUsageLoggingSessions/report endpoint

3.3.0

28 Jul 19:52
e2d3d05
Compare
Choose a tag to compare

Creates a VM Logging Session for new Player Views when the new View has a parent View with a VM Logging Session