CHANGES in azure-armrest-0.8.7 vs CHANGES in azure-armrest-0.9.0

- old
+ new

@@ -1,14 +1,12 @@ -= 0.8.7 - 25-Oct-2017 -* Ensure value passed to sleep method is an integer. += 0.9.0 - 6-Oct-2017 +* Bump nokogiri to at least 1.8.1 to avoid security warnings. +* Adds the 'skip_attribute_definitions' flag on all azure armrest models. This + allows us to significantly reduce memory and increase speed within internal + methods that generate lots of intermediate objects. Thanks go to Nick LaMuro + for this work. -= 0.8.6 - 23-Oct-2017 -* Backported the '$' model key fix from 0.9.1. - -= 0.8.5 - 10-Oct-2017 -* Backported the light model changes from 0.9.0. - = 0.8.4 - 2-Oct-2017 * Logging bug fix in StorageAccount#all_blobs method. * Modified the StorageAccountService#list_all_private_image method. It now automatically skips over containers labeled "bootdiagnostics". * Relaxed the nokogiri dependency in the gemspec because of incessant CVE's. @@ -143,11 +141,11 @@ * Fixed bugs caused by altering the base_url. This affected the tags and tenants methods, as well as the VirtualMachineService#series method. = 0.4.2 - 19-Dec-2016 * Added the delete_by_id method, so you can now delete by ID string. -* Added the TemplateDeploymentService#delete_associated_resources method. +* Added the TemplateDeploymentService#delete_associated_resources method. = 0.4.1 - 16-Dec-2016 * The Configuration#environment accessor was added. As of this release you can specify 'usgov' as an option to the constructor, and the appropriate resource and authority endpoints will be used instead of the public ones. @@ -328,10 +326,10 @@ * Added the ArmrestService.log and ArmrestService.log= methods. These are just thin wrappers around RestClient.log and RestClient.log= methods. * Fixed the StorageAccount#table_data method, and added support for continuation tokens. * Fixed a bug in the BaseModel's method generation code where an all-caps - key would create strange results. + key would create strange results. * Dealt with a bug in the StorageAccountService#create method caused by a potentially empty response. = 0.2.3 - 29-Mar-2016 * Fixed the VirtualMachineImageService class.