All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
3.0.0 (2024-07-18)
- package name is now @ovhcloud/node-ovh
Signed-off-by: Marie JONES [email protected]
- update release process (efd8fcd)
- #19 - docs(README): Update Mocha link
- #34 - docs(README): fix typo
- #36 - ci(travis): require Node.js 8
- #35 - docs(https): Fix Mixed Content Warnings
- #37 - fix(endpoint): remove non-reachable runabove endpoint
- #15 - fix(ovh): disable deletion of 0 or empty string params
- #24 - Add US API
- #24 - Remove comma to match every other api endpoint
- #27 - chore(travis): Drop support for node < 4 (Not maintained anymore)
- #29 - feat(api): change OVH US API endpoint
- chore(travis): drop support < 6 (1656444)
- chore(es5): recompile (1c68edb)
- #10 - Upgrade node version, delete proxy support (deprecated), add promise support
- #15 - fix(ovh): disable deletion of 0 or empty string params
- Support of node v5 and v6
- Remove the proxy mode with harmonies
- Add requestPromised for promise support natively
- Support zero-byte JSON HTTP bodies (#2)
- Add aliases soyoustart-eu, soyoustart-ca, kimsufi-eu, kimsufi-ca to sys-eu, sys-ca, ks-eu and ks-ca.
- Add Kimsufi and SoYouStart APIs
- Now official Node.js wrapper
- Rewrite part of the tests, README & documentation
- Add CONTRIBUTING guidelines
- Add
endpoint
parameter with preconfigured API endpoints. - Discontinue node.js <= 0.9 support
- Fix noAuthenticated calls
- Optionnal consumer key, now checked only on debug
- Fix unicode (thanks to @naholyr #4)
- Fix initial value for apiTimeDiff (gierschv/node-ovh#1)
- Include auth API for /auth/time if
usedApi
parameter is defined - Fix duplicate call of warning function
- WS are not supported anymore
- The usage of the Harmony proxies usage is optional
- Callbacks are designed "errors first"
- Optional check of the existence of a method in the APIs schemas and its status (PRODUCTION, DEPRECATED, etc.)
- Debug mode
- New documentation
- Fixes a potential EventEmitter memory leak when client uses a custom timeout value.
- Check time drift
- Fixes query string parameters.
- Fixes Proxy getter issue [096bff8].
- Remove exception in callREST.
- Ignore undefined parameters in REST API.
- Move VPS tests, add /domains tests.
- Add timeout option for REST API.
- Fixes requests signature.
- Tested with node v0.10.
- Fix for node v0.9.8.
- Major update, first version supporting OVH REST API (https://api.ovh.com).
- Using native harmony-proxies Node.js implementation with --harmony-proxies flag
- Moving from nodeunit to mocha
- Node.js v0.4 and v0.6 are not supported anymore
- Fix bad exception catch
- Initial release