Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit ce7f310

Browse files
authored
Merge pull request #1867 from amarzavery/kv
Updates to changelog
2 parents 25cbb30 + 1a1d5a2 commit ce7f310

File tree

1 file changed

+76
-56
lines changed

1 file changed

+76
-56
lines changed

Diff for: ChangeLog.txt renamed to ChangeLog.md

+76-56
Original file line numberDiff line numberDiff line change
@@ -1,242 +1,262 @@
1-
2015.03.25 Version 0.10.5
1+
##2016.09.07 Version 1.2.0-preview
2+
* Added client libraries for following ARM services
3+
* Servicebus management
4+
* Trafficmanager
5+
* Powerbiembedded
6+
* Eventhub management
7+
* IotHub Management
8+
* Regenerated following services with the latest (api-version) swagger spec
9+
* KeyVaultManagement and KeyVault data plane
10+
* ResourceManagement
11+
* DevTestLabs
12+
* NotificationHubManagement
13+
* Commerce
14+
* Removed ApiAppManagement library as the service is no longer deployed on Azure
15+
* Updated the rollup file (lib/azure.js) to be in sync with the latest changes
16+
* Updated License Info
17+
* All the Autorest generated client libraries are under MIT license
18+
* All the old codegenerator generated client libraries are under Apache-2.0
19+
* Bumped up the request library to 2.74.0
20+
21+
##2015.03.25 Version 0.10.5
222
* Used newer 'request' package version of '2.45.0'
323
* Updated website client lib to accept status code of 200 on 'createPublishingUser'
424
* Updated compute client readme file
525

6-
2015.02.09 Version 0.10.4
26+
##2015.02.09 Version 0.10.4
727
* regenerate client lib code for the latest service api
828

9-
2015.01.21 Version 0.10.3
29+
##2015.01.21 Version 0.10.3
1030
* Added option to overwrite the http agent
1131
* Minor script fixes
1232

13-
2014.12.02 Version 0.10.2
33+
##2014.12.02 Version 0.10.2
1434
* Documentation link fixes for servicebus management client
1535
* Fixed CertificateCloudCredentials to accept the pem as buffer or string
1636
* Updated travis.yml
1737
* Updated null and undefined check for several attributes in separate modules
1838

19-
2014.11.07 Version 0.10.1
39+
##2014.11.07 Version 0.10.1
2040
* Fixed parsing of sql db error messages with xml namespace
2141
* Implemented Renew-Lock for Message in ServiceBus
2242

23-
2014.10.02 Version 0.10.0
43+
##2014.10.02 Version 0.10.0
2444
* Switch to use "azure-storage" from "azure-storage-legacy"
2545
* Fix retry logic on http status code 408
2646

27-
2014.09.10 Version 0.9.16
47+
##2014.09.10 Version 0.9.16
2848
* Release new azure authorization clients
2949
* Release new subscription client of azure resource management
3050
* Better odata error parsing in azure common package
3151

32-
2014.08.12 Version 0.9.15
52+
##2014.08.12 Version 0.9.15
3353
* Fixed dependencies in the azure-sb module
3454

35-
2014.08.11 Version 0.9.14
55+
##2014.08.11 Version 0.9.14
3656
* Bug fixes to notification hub client
3757
* Updated repo pointers in package.json files
3858

39-
2014.07.30 Version 0.9.13
59+
##2014.07.30 Version 0.9.13
4060
* Updates to service management clients
4161
* Fixes to notification hub client
4262
* Separated out service bus, and hdinsight management into separate modules
4363
* Obsolete service management APIs removed
4464

45-
2014.07.02 Version 0.9.11
65+
##2014.07.02 Version 0.9.11
4666
* Updated service management clients
4767

48-
2014.06.23 Version 0.9.10
68+
##2014.06.23 Version 0.9.10
4969
* Bug fix for url filter creation
5070

51-
2014.06.19 Version 0.9.9
71+
##2014.06.19 Version 0.9.9
5272
* ARM website wrappers
5373
* Various bug fixes in management packages
5474
* Helper constructor for resource identifiers
5575

56-
2014.06.03 Version 0.9.8
76+
##2014.06.03 Version 0.9.8
5777
* Fix for blob streaming
5878
* Split out storage into azure-storage-legacy module
5979
* fix for apns notification hub payload format
6080
* updated all service clients to support overriding timeouts
6181
* Test suite fixes
6282

63-
2014.05.02 Version 0.9.7
83+
##2014.05.02 Version 0.9.7
6484
* Updated all service clients with codegen fixes
6585
* Exposing some cert management functions from azure-common
6686

67-
2014.04.29 Version 0.9.6
87+
##2014.04.29 Version 0.9.6
6888
* Fixing missing dependencies in submodules
6989

70-
2014.04.29 Version 0.9.5
90+
##2014.04.29 Version 0.9.5
7191
* Turning on monitoring and scheduler features in rollup package
7292
* Fixing references to monitoring client in azure.js
7393

74-
2014.04.29 Version 0.9.4
94+
##2014.04.29 Version 0.9.4
7595
* Added Monitoring and Scheduler clients
7696
* Regeneration / update of all management clients
7797
* Trimming extra spaces in urls
7898
* Added "skipEncoding" option when writing blobs
7999
* Returning status codes on management library errors
80100

81-
2014.01.30 Version 0.8.1
101+
##2014.01.30 Version 0.8.1
82102
* Added web jobs APIs
83103
* Support for expiration in template messages in Notification Hubs
84104

85-
2014.01.15 Version 0.8.0
105+
##2014.01.15 Version 0.8.0
86106
* Added the Preview Service Management libraries as separate modules
87107
* Added ability to consume PEM files directly from the Service Management libraries
88108
* Added support for createOrUpdate and createRegistrationId in the Notification Hubs libraries
89109

90-
2014.01.10 Version 0.7.19
110+
##2014.01.10 Version 0.7.19
91111
* Lock validator version
92112

93-
2013.11.27 Version 0.7.18
113+
##2013.11.27 Version 0.7.18
94114
* Lock xmlbuilder version
95115

96-
2013.11.5 Version 0.7.17
116+
##2013.11.5 Version 0.7.17
97117
* Added getBlob and createBlob operations that support stream piping
98118
* Added compute, management, network, serviceBus, sql, storage management, store and subscription preview wrappers
99119
* Multiple bugfixes
100120

101-
2013.10.16 Version 0.7.16
121+
##2013.10.16 Version 0.7.16
102122
* Improved API documentation
103123
* Updated Virtual Machines API to 2013-06-01
104124
* Added website management preview wrappers
105125
* Multiple bugfixes
106126

107-
2013.08.19 Version 0.7.15
127+
##2013.08.19 Version 0.7.15
108128
* Multiple storage fixes
109129
* Fix issue with Notification Hubs template message sending
110130

111-
2013.08.12 Version 0.7.14
131+
##2013.08.12 Version 0.7.14
112132
* Multiple storage fixes
113133
* Documentation improvements
114134
* Added support for large blobs upload / download
115135

116-
2013.08.08 Version 0.7.13
136+
##2013.08.08 Version 0.7.13
117137
* Lock request version
118138

119-
2013.07.29 Version 0.7.12
139+
##2013.07.29 Version 0.7.12
120140
* Added MPNS support
121141
* Added Service management vnet operations support
122142

123-
2013.07.10 Version 0.7.11
143+
##2013.07.10 Version 0.7.11
124144
* Hooked up new configuration system to storage APIs
125145
* Support for AZURE_STORAGE_CONNECTION_STRING environment variable
126146
* Included API for websites management
127147
* Fixed UTF-8 support in table batch submit
128148

129-
2013.06.26 Version 0.7.10
149+
##2013.06.26 Version 0.7.10
130150
* Various fixes in storage APIs
131151

132-
2013.06.19 Version 0.7.9
152+
##2013.06.19 Version 0.7.9
133153
* First part of new SDK configuration system
134154
* Support for AZURE_SERVICEBUS_CONNECTION_STRING environment variable
135155
* Updated SAS generation logic to include version number
136156
* Infrastructure support for creating passwordless VMs
137157

138-
2013.06.13 Version 0.7.8
158+
##2013.06.13 Version 0.7.8
139159
* Updates to HDInsight operations
140160

141-
2013.06.06 Version 0.7.7
161+
##2013.06.06 Version 0.7.7
142162
* Added support for Android notification through Service Bus Notification Hubs
143163
* Support prefixes when listing tables
144164
* Support '$logs' as a valid blob container name to support reading diagnostic information
145165
* Fix for network configuration serialization for subnets
146166

147-
2013.05.30 Version 0.7.6
167+
##2013.05.30 Version 0.7.6
148168
* Added list, delete and create cluster operations for HD Insight.
149169

150-
2013.05.15 Version 0.7.5
170+
##2013.05.15 Version 0.7.5
151171
* Fixed registration hubs issue with requiring access key when shared key was provided.
152172
* Fixed registration hubs issue with listByTag, Channel and device token
153173

154-
2013.05.09 Version 0.7.4
174+
##2013.05.09 Version 0.7.4
155175
* Fixed encoding issue with partition and row keys in table storage query
156176

157-
2013.05.01 Version 0.7.3
177+
##2013.05.01 Version 0.7.3
158178
* Fixed issue #680: BlobService.getBlobUrl puts permissions in sas url even if not given
159179
* Changes to test suite & sdk to run in other environments
160180
* Notification hubs registrations
161181
* Support in ServiceManagementClient for role reboot and reimage
162182

163-
2013.04.05 Version 0.7.2
183+
##2013.04.05 Version 0.7.2
164184
* Removing workaround for SSL issue and forcing node version to be outside the > 0.8 && < 0.10.3 range where the issue occurs
165185

166-
2013.04.03 Version 0.7.1
186+
##2013.04.03 Version 0.7.1
167187
* Adding (limited) support for node 0.10
168188
* Fixing issue regarding registering providers when using websites or mobiles services
169189

170-
2013.03.25 Version 0.7.0
190+
##2013.03.25 Version 0.7.0
171191
* Breaking change: Primitive types will be stored for table storage.
172192
* Adding support for creating and deleting affinity groups
173193
* Replacing http-mock by nock and making all tests use it by default
174194
* Adding notification hubs messages for WNS and APNS
175195
* Add Strict SSL validation for server certificates
176196
* Add support for creating subscriptions that expire
177197

178-
2013.03.12 Version 0.6.11
198+
##2013.03.12 Version 0.6.11
179199
* Added constraint to package.json to restrict to node versions < 0.9.
180200

181-
2013.02.11 Version 0.6.10
201+
##2013.02.11 Version 0.6.10
182202
* Added helper date.* functions for generating SAS expirations (secondsFromNow, minutesFromNow, hoursFromNow, daysFromNow)
183203
* Added SQL classes for managing SQL Servers, Databases and Firewall rules
184204
* Updating to use latest xml2js
185205

186-
2012.12.12 Version 0.6.9
206+
##2012.12.12 Version 0.6.9
187207
* Exporting WebResource, Client classes from package to support CLI.
188208
* Install message updated to remind users the CLI is now a separate package.
189209

190-
2012.11.20 Version 0.6.8
210+
##2012.11.20 Version 0.6.8
191211
* CLI functionality has been pulled out into a new "azure-cli" module. See https://github.com/Azure/azure-xplat-cli for details.
192212
* Add support for sb: in ServiceBus connection strings.
193213
* Add functions to ServiceManagement for managing storage accounts.
194214
* Merged #314 from @smarx for allowing empty partition keys on the client.
195215
* Merged #447 from @anodejs for array enumeration and exception on batch response.
196216
* Various other fixes
197217

198-
2012.10.15 Version 0.6.7
218+
##2012.10.15 Version 0.6.7
199219
* Adding connection strings support for storage and service bus
200220
* Fixing issue with EMULATED and explicit variables making the later more relevant
201221
* Adding Github support
202222
* Adding website application settings support
203223

204-
2012.10.12 Version 0.6.6
224+
##2012.10.12 Version 0.6.6
205225
* Using fixed version of commander.js to avoid bug in commander.js 1.0.5
206226

207-
2012.10.01 Version 0.6.5
227+
##2012.10.01 Version 0.6.5
208228
* Bugfixing
209229

210-
2012.09.18 Version 0.6.4
230+
##2012.09.18 Version 0.6.4
211231
* Multiple Bugfixes around blob streaming
212232

213-
2012.09.09 Version 0.6.3
233+
##2012.09.09 Version 0.6.3
214234
* Fixing issue with xml2js
215235

216-
2012.08.15 Version 0.6.2
236+
##2012.08.15 Version 0.6.2
217237
* Multiple Bugfixes
218238

219-
2012.07.02 Version 0.6.1
239+
##2012.07.02 Version 0.6.1
220240
* Multiple Bugfixes
221241
* Adding subscription setting and listing functionality.
222242

223-
2012.06.06 Version 0.6.0
243+
##2012.06.06 Version 0.6.0
224244
* Adding CLI tool
225245
* Multiple Bugfixes
226246

227-
2012.04.19 Version 0.5.3
247+
##2012.04.19 Version 0.5.3
228248
* Service Runtime Wrappers
229249
* Multiple Bugfixes
230250
* Unit tests converted to mocha and code coverage made easy through JSCoverage
231251

232-
2012.02.10 Version 0.5.2
252+
##2012.02.10 Version 0.5.2
233253
* Service Bus Wrappers
234254
* Storage Services UT run against a mock server.
235255
* Node.exe version requirement lowered to raise compatibility.
236256
* Multiple Bugfixes
237257

238-
2011.12.14 Version 0.5.1
258+
##2011.12.14 Version 0.5.1
239259
* Multiple bug fixes
240260

241-
2011.12.09 Version 0.5.0
261+
##2011.12.09 Version 0.5.0
242262
* Initial Release

0 commit comments

Comments
 (0)