Release v0.32.0
Release Date: 2023-09-28
⚠️ BREAKING
camelCase json output [db5b3d8]:
This change adds camelCase (lower-case 1st character) json tags for govc types
EnvironmentBrowser improvements [524ca25]:
removed object.VirtualMachine.QueryConfigTarget method
- Use object.VirtualMachine.EnvironmentBrowser().QueryConfigTarget instead
🐞 Fix
💡 Examples
- [f2aaee5] add ListView example for waiting on updates to tasks
💫 API Changes
- [a91eb5e] disable HTTP Keep-Alive for direct ESX connections
💫 govc
(CLI)
💫 vcsim
(Simulator)
📃 Documentation
🧹 Chore
- [a8d705a] Update version.go for v0.32.0
📖 Commits
- [a8d705a] chore: Update version.go for v0.32.0
- [f2aaee5] examples: add ListView example for waiting on updates to tasks
- [a91eb5e] api: disable HTTP Keep-Alive for direct ESX connections
- [db5b3d8] govc: camelCase json output (#3007) (#3243) (#3242) (#3241)
- [524ca25] vcsim: EnvironmentBrowser improvements
- [bed9513] fix: case insensitive govc import.ova PropertyMapping (#3245)
- [6c19b99] emacs: update for v0.31.0 release (#3007)
- [258ee24] docs: update govc jq examples with correct case (#3007)
- [d49e401] vcsim: set HostSystem.Config.Host (#3221)