CHANGES in azure-armrest-0.2.3 vs CHANGES in azure-armrest-0.2.4
- old
+ new
@@ -1,4 +1,15 @@
+= 0.2.4 - 4-Apr-2016
+* The ArmrestCollection#skip_token method was renamed to "continuation_token".
+* 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.
+* 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.
* Added an Insights::MetricsService class and support models.
* Added a singleton method to clear some internal class variable caches that
we use. This is primarily meant for testing.