CHANGES in azure-armrest-0.3.1 vs CHANGES in azure-armrest-0.3.2
- old
+ new
@@ -1,4 +1,15 @@
+= 0.3.2 - 21-Jul-2016
+* The subscription ID is now automatically validated in the
+ Azure::Armrest::Configuration constructor.
+* Added a Hakiri badge to the README.
+* There have been some minor updates to the dependencies to enforce
+ more recent versions of external gems, as suggested by Hakiri,
+ for security reasons.
+* The ResourceGroupBasedService#list_all method (and all subclasses)
+ now supports an optional hash that can be used to automatically
+ filter result sets.
+
= 0.3.1 - 14-Jul-2016
* Now uses the parallel gem and thread pools for those few methods where
we were using threaded methods internally in order to reduce errors
caused by too many requests.
* Updated the rest-client dependency to 2.0.0 now that it has been released.