azure-sdk-for-node/ChangeLog.txt

81 строка
2.8 KiB
Plaintext
Исходник Обычный вид История

2012.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
2012.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-21 21:43:44 +04:00
2012.03.25 Version 0.7.0
* Breaking change: Primitive types will be stored for table storage.
* Adding support for creating and deleting affinity groups
2013-02-21 05:12:33 +04:00
* Replacing http-mock by nock and making all tests use it by default
2013-03-19 14:58:23 +04:00
* Adding notification hubs messages for WNS and APNS
* Add Strict SSL validation for server certificates
* Add support for creating subscriptions that expire
2013-03-13 03:27:18 +04:00
2012.03.12 Version 0.6.11
* Added constraint to package.json to restrict to node versions < 0.9.
2013-02-12 08:47:49 +04:00
2012.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
2013-02-12 08:49:14 +04:00
* Updating to use latest xml2js
2013-02-12 08:47:49 +04:00
2012-12-11 21:07:33 +04:00
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 19:36:24 +04:00
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 17:14:26 +04:00
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
2012-11-03 17:31:13 +04:00
* Adding Github support
* Adding website application settings support
2012-10-12 21:19:37 +04:00
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 20:36:29 +04:00
2012.10.01 Version 0.6.5
* Bugfixing
2012-09-19 03:00:47 +04:00
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 12:01:11 +04:00
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-07 05:03:55 +04:00
2012.06.06 Version 0.6.0
* Adding CLI tool
* Multiple Bugfixes
2012-04-20 10:44:53 +04:00
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-11 01:00:42 +04:00
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
2012-02-07 02:13:54 +04:00
2011.12.14 Version 0.5.1
* Multiple bug fixes
2012-02-07 02:13:54 +04:00
2011.12.09 Version 0.5.0
2012-08-15 12:01:11 +04:00
* Initial Release