CHANGES
=======

0.2.0
-----

* Bump version to 0.2.0
* Fibre Channel: Fix invalid HBA adapter issues
* iSCSI initiator refactoring using iscsidsc.dll
* Adds Hyper-V NVGRE related utils
* Add diskutils module
* Fixes bug: Error when calling modify_virtual_resource
* Fix getting attached VHD images info
* Updated from global requirements
* Bumps version to 0.1.2

0.1.1
-----

* Avoid initializing WMI connections on Linux
* Bumps version to 0.1.1

0.1.0
-----

* Bumps version to 0.1.0
* Adds vNUMA related utils
* Add method for checking windows feature states
* Refactors constants
* Updated from global requirements
* Adds FC Utils
* Maintain livemigrationutils compatibility
* Maintain PathUtils interface
* Adds base test case
* Refactor live migration, avoiding retrieving disk path remotely
* Set _SERIAL_PORT_SETTING_DATA_CLASS in vmutilsv10.py
* Add VM serial port connection get/set methods
* Add methods for retrieving and setting disk paths
* Allow tagging physical disk resources with serial numbers
* Updated from global requirements
* Bumps version to 0.0.8

0.0.7
-----

* Removes unused argument from set_qos_specs
* Caches VirtualSystemManagementService object
* Fix live migration, updating the method checking job results
* Improve startup performance of nova-compute Hyper-V driver
* Removes wrong extra argument from vmutils method
* Updated from global requirements
* Remove unused vm_name argument when checking if a disk is attached
* Fix utilsfactory unsupported class type exception
* Removes unused arguments from modify/remove virt resources
* Adds methods for setting vm boot order
* Fixes bug: wrong wmi call in vmutils._modify_virtual_system method
* Fix method retrieving error codes from HRESULTs
* Add retry decorator to the add_multiple_virt_features method
* Add method for setting virtual disk IOPS limits
* Add constants for dealing with BDM
* Make os-win Py3 compatible
* Set _get_wt_snapshot fail_if_not_found default value
* Ensure WMIException message includes the original WMI exc msg
* Add method for checking if a disk is attached
* Bump version to 0.0.7

0.0.6
-----

* Hyper-V: Adds Hyper-V UEFI Secure Boot
* Hyper-V: refactors utilsfactory
* Fix method retrieving share capacity info
* Update method retrieving mounted disks to work with DVD drives
* Bump version to 0.0.6

0.0.5
-----

* Add method for checking if an iSCSI target exists
* Validate requested new vhd size when performing resizes
* Add SMBUtils class retriever method in utilsfactory
* Port named pipe handler
* Port ioutils classes from compute-hyperv
* Add iSCSI target disk resize method
* Bump version to 0.0.5

0.0.4
-----

* Bump version to 0.0.4
* Fixes wrong vhdutils vhd info attribute

0.0.3
-----

* Fixes OSWinException missing kwargs formatting issue
* Fixes vmutils create_nic method
* Add iSCSI target utils
* Adds RetryDecorator for modify_virt_resource
* Remove deprecated usage of v1 virtualization utils
* Removes pointless constructor
* Rename 'volutils' attribute in iSCSI initiator unit tests
* Fixes failing unit tests related to file opening
* Add share capacity retriever method
* Use Win32 API for the copy method
* Add symlink related functions
* Switch VHDUtils to using virtdisk.dll
* Refactor iscsi initiator utils
* Removes nova specific utils from pathutils
* Move SMB related methods to a separate class
* Refactors and cleans exceptions
* Adds noqa to six.moves.range imports
* Bump version to 0.0.3
* Mock time.sleep in pathutils tests

0.0.2
-----

* Adds vm generation and destroy nic utils
* Bumps version to 0.0.2

0.0.1
-----

* Updates setup.cfg
* Updates requirements.txt
* Change ignore-errors to ignore_errors
* Refactors utils into specific folders
* Fixes Bug "destroy_vm fails with HyperVException"
* Synchronise differences between os_win utils and their source
* Remove duplicated network related utils
* Rename project to os-win
* Fixes project for Jenkins runs
* Renames project to os-windows
* Fixes invalid exception raised in vmutils check_admin_permissions
* Removes unused methods from basevolumeutils
* Removes CONF import from pathutils
* Specializes exception raised during _lookup_vm_check
* Adds usage of jobutils
* Adds jobutils module
* Adds network related utils
* Decouples unit tests
* Updates README.rst
* Fixes requirements.txt
* Fixes local imports unit tests
* Adds block_device_info related helpers
* Adds oslo_windows._utils
* Refactors HyperVException and subclasses
* Adds local i18n translators
* Adds Nova utils classes as is
* Adds oslo cookiecutter template
* Initial commit
