Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 2.46 KB

1.2.0 (2016-08-23)

Bug Fixes

  • build: fix build on OSX (775b114)
  • copy-pasta: Fix minor copy-paste issues (7f711a1)
  • domain: use reference instead of copy (09a9ff9)
  • error: keep copy of error object for later references (57e20f4)
  • errors: avoid crashing if the error message is NULL (526d924)
  • errors: include new error for 1.2.21 on osx, update tests (0341bff)
  • Hypervisor: close connection on disconnect (c843ed1)
  • interface: bug in response for Undefine (23267e4)
  • osx: fix build on OSX (7a94b69)
  • test: linting error in domain_metadata tests (e9210fb)
  • tests: add clearing of children, reenable tests (5e8f684)
  • tests: temporarily disable tests that cause segfaults (13ad949)

Features

  • block: added blockCommit, blockJobInfo, and blockJobAbort (b2fdc02)
  • libvirt-handler: refactored LibVirtHandler into own class (910ba3c)
  • NLVAsyncWorker: create new async worker, migrate (dis)connect (87d2036)
  • NLVObject: make all class inherit NLVObject (9b09ea6)
  • promises: Export promisifed objects and add createHypervisor (451a034)
  • semver: add checks for libvirt version in tests (d035f6b)
  • worker: Added LookupInstanceByValueWorker class (fc1b615)

0.1.3 (2014-05-06)