forked from Azure/azure-sdk-for-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
120 lines (93 loc) · 4.3 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2013.07.10 Version 0.7.11
* Hooked up new configuration system to storage APIs
* Support for AZURE_STORAGE_CONNECTION_STRING environment variable
* Included API for websites management
* Fixed UTF-8 support in table batch submit
2013.06.26 Version 0.7.10
* Various fixes in storage APIs
2013.06.19 Version 0.7.9
* First part of new SDK configuration system
* Support for AZURE_SERVICEBUS_CONNECTION_STRING environment variable
* Updated SAS generation logic to include version number
* Infrastructure support for creating passwordless VMs
2013.06.13 Version 0.7.8
* Updates to HDInsight operations
2013.06.06 Version 0.7.7
* Added support for Android notification through Service Bus Notification Hubs
* Support prefixes when listing tables
* Support '$logs' as a valid blob container name to support reading diagnostic information
* Fix for network configuration serialization for subnets
2013.05.30 Version 0.7.6
* Added list, delete and create cluster operations for HD Insight.
2013.05.15 Version 0.7.5
* Fixed registration hubs issue with requiring access key when shared key was provided.
* Fixed registration hubs issue with listByTag, Channel and device token
2013.05.09 Version 0.7.4
* Fixed encoding issue with partition and row keys in table storage query
2013.05.01 Version 0.7.3
* Fixed issue #680: BlobService.getBlobUrl puts permissions in sas url even if not given
* Changes to test suite & sdk to run in other environments
* Notification hubs registrations
* Support in ServiceManagementClient for role reboot and reimage
2013.04.05 Version 0.7.2
* Removing workaround for SSL issue and forcing node version to be outside the > 0.8 && < 0.10.3 range where the issue occurs
2013.04.03 Version 0.7.1
* Adding (limited) support for node 0.10
* Fixing issue regarding registering providers when using websites or mobiles services
2013.03.25 Version 0.7.0
* Breaking change: Primitive types will be stored for table storage.
* Adding support for creating and deleting affinity groups
* Replacing http-mock by nock and making all tests use it by default
* Adding notification hubs messages for WNS and APNS
* Add Strict SSL validation for server certificates
* Add support for creating subscriptions that expire
2013.03.12 Version 0.6.11
* Added constraint to package.json to restrict to node versions < 0.9.
2013.02.11 Version 0.6.10
* Added helper date.* functions for generating SAS expirations (secondsFromNow, minutesFromNow, hoursFromNow, daysFromNow)
* Added SQL classes for managing SQL Servers, Databases and Firewall rules
* Updating to use latest xml2js
2012.12.12 Version 0.6.9
* Exporting WebResource, Client classes from package to support CLI.
* Install message updated to remind users the CLI is now a separate package.
2012.11.20 Version 0.6.8
* CLI functionality has been pulled out into a new "azure-cli" module. See https://github.com/WindowsAzure/azure-sdk-tools-xplat for details.
* Add support for sb: in ServiceBus connection strings.
* Add functions to ServiceManagement for managing storage accounts.
* Merged #314 from @smarx for allowing empty partition keys on the client.
* Merged #447 from @anodejs for array enumeration and exception on batch response.
* Various other fixes
2012.10.15 Version 0.6.7
* Adding connection strings support for storage and service bus
* Fixing issue with EMULATED and explicit variables making the later more relevant
* Adding Github support
* Adding website application settings support
2012.10.12 Version 0.6.6
* Using fixed version of commander.js to avoid bug in commander.js 1.0.5
2012.10.01 Version 0.6.5
* Bugfixing
2012.09.18 Version 0.6.4
* Multiple Bugfixes around blob streaming
2012.09.09 Version 0.6.3
* Fixing issue with xml2js
2012.08.15 Version 0.6.2
* Multiple Bugfixes
2012.07.02 Version 0.6.1
* Multiple Bugfixes
* Adding subscription setting and listing functionality.
2012.06.06 Version 0.6.0
* Adding CLI tool
* Multiple Bugfixes
2012.04.19 Version 0.5.3
* Service Runtime Wrappers
* Multiple Bugfixes
* Unit tests converted to mocha and code coverage made easy through JSCoverage
2012.02.10 Version 0.5.2
* Service Bus Wrappers
* Storage Services UT run against a mock server.
* Node.exe version requirement lowered to raise compatibility.
* Multiple Bugfixes
2011.12.14 Version 0.5.1
* Multiple bug fixes
2011.12.09 Version 0.5.0
* Initial Release