CHANGES in azure-armrest-0.3.3 vs CHANGES in azure-armrest-0.3.4

- old
+ new

@@ -1,5 +1,15 @@ += 0.3.4 - 9-Aug-2016 +* Modified the StorageAccount#blobs and StorageAccount#containers method. Both + now accept a hash of options that you can use to modify the results. Also, + both now automatically handle continuation tokens to collect all results. +* The ResourceGroupBasedService#delete method now returns a ResponseHeaders + object instead of nil. Furthermore, it will raise an error on a 204 response + which indicates that the resource wasn't actually found. +* Added the Network::LoadBalancerService and Network::InboundNatService classes. +* Added the Network::RouteService and Network::RouteTableService classes. + = 0.3.3 - 1-Aug-2016 * Added the :max_threads configuration option. This is used internally wherever the Parallel gem is used. * The default number of threads when used with VCR is reduced to 1. @@ -36,9 +46,13 @@ * Added the addressable gem as a dependency, as it internally replaces the uri standard library. Calls to rest-client are still encoded, but now using Addressable::URI. * StorageAccountService no longer does account type validation. * Added the StorageAccountService#list_all_private_images method. + += 0.2.8 - 22-Jul-2016 +* Backported PR #188 (add list_all_private_images method). +* Backported PR #194 (updated .travis.yml). = 0.2.7 - 20-Jun-2016 * All internal calls to rest-client are now explicitly URI.encoded. = 0.2.6 - 9-May-2016