CHANGES in azure-armrest-0.9.16 vs CHANGES in azure-armrest-0.10.0
- old
+ new
@@ -1,8 +1,11 @@
-= 0.9.16 - 18-May-2020
-* Loosened the restriction on rest-client a bit so that any 2.x version
- will work. Anything that depends on 2.1 or later will be in the 0.10.x
- branch or later.
+= 0.10.0 - 14-May-2020
+* Updated the rest-client dependency to 2.1.0.
+* Updated the azure-signature dependency to 0.3.0.
+* Updated the MetricsService#list_metrics method to use the current API, which
+ had apparently undergone some serious revision since we first implemented it.
+ It now accepts a hash of options, though you may still pass a string for the
+ sake of backwards compatibility.
= 0.9.15 - 23-Jan-2020
* The VirtualMachineService#delete_associated_resources now supports deleting
attached data disks.