v2.8.0 (2023-10-02)
- Add user_scheme param for instances/bm
- Add support for HA Controlplanes on Kubernetes
- Add Dbaas Promote Read Replica endpoint
- VKE enable_firewall param
- Add Dbaas usage endpoint
- Instances filter by firewall_group_id
v2.7.0 (2023-10-02)
- Added support for Vultr Container Registry
- Added new vpc2 endpoints
- Added new param for bare metal endpoint
v2.6.0 (2023-08-02)
- Add support for VPC 2.0
- Add missing params for some instances endpoints
v2.5.0 (2023-07-10)
- Update Bare Metal params
- Update Block Storage params
- Update Instances params
- Update Load Balancer params
- Add Reserved IP endpoint
- Add DBAAS endpoints
- Update Docs
- Re-Lint test folder
- Updated package/lock with new version
- Bug Fixes
v2.4.0 (2023-06-26)
- Deprecated PrivateNetwork endpoints and added VPC endpoints #623
- Added support for Kubernetes upgrade endpoints #622
- To see all deps that were updated, please check milestone v2.4.0
v2.3.3 (2022-03-28)
- Add the build command before publishing for GitHub Actions workflow #604
v2.3.2 (2022-03-24)
- This version contains the dependency issues listed below, but does not work due to an issue resolved in v2.3.3 with the GitHub deployment actions. Please do not use this version and instead only use v2.3.3+
- To see all deps that were updated, please check milestone v2.3.2
v2.3.1 (2022-03-16)
- This version contains the dependency issues listed below, but does not work due to an issue resolved in v2.3.3 with the GitHub deployment actions. Please do not use this version and instead only use v2.3.3+
- To see all deps that were updated, please check milestone v2.3.1
v2.3.0 (2021-12-2)
- To see all deps that were updated, please check milestone v2.3.0
- Add
.npmignore
to prevent npm from ignoring thedist/
folder when pulling down the library #532 - Fixed missing request type in
getInstanceIpv4Addresses
from the bare metals endpoints #550 - Fixed request URL for
detachStorage
from the block storage endpoints #551
v2.2.1 (2021-11-4)
- To see all deps that were updated, please check milestone v2.2.1
- Fix Travis CI build to compile TypeScript before release #532
v2.2.0 (2021-09-10)
- To see all deps that were updated, please check milestone v2.2.0
- Basic TypeScript support for autocompletion #511
- Add support for
persistent_pxe
for bare metal endpoints #502 - Add support for marketplace fields in bare metal, instances, and applications endpoints #504
- Add support for VKE #512
- Regenerated documentation to reflect new endpoints
v2.1.1 (2021-07-03)
- To see all deps that were updated please check milestone v2.1.1
v2.1.0 (2021-06-17)
- Adds new load balancer endpoints and ability to add firewall parameters to existing load balance endpoints #489
- To see all deps that were updated please check milestone v2.1.0
v2.0.8 (2021-05-07)
- Fix formatting of block storage endpoint parameters #477
v2.0.7 (2021-05-01)
- To see all deps that were updated please check milestone v2.0.7
v2.0.6 (2021-03-25)
- Add OS parameter to listPlans() and fix typos in startup scripts URLs #460
v2.0.5 (2021-03-24)
- Remove unused Husky properties, globally install Husky for CI #454
- Regenerate documentation pages to remove duplicates #456
- Add label parameter to instance.updateInstance #459
v2.0.4 (2021-03-23)
- Disable Husky git hooks while using CI #447
- Fix issue in PATCH/POST user parameters gathering, allow empty strings to be passed in #451
v2.0.3 (2021-03-18)
- instances.listInstanceIpv4Information() changed from POST to GET #444
v2.0.2 (2021-03-04)
- To see all deps that were updated please check milestone v2.0.2
v2.0.1 (2021-02-25)
- Unable to create DNS record #434
- To see all deps that were updated please check milestone v2.0.1
v2.0.0 (2021-01-11)
- Upgrade library to use Vultr API V2 syntax and endpoints. #388
v1.0.4 (2021-01-06)
- To see all deps that were updated please check milestone v1.0.4
v1.0.3 (2020-12-03)
- Fixes issue where parameter type checking was not properly covering all paths and setting valid parameters #416
v1.0.2 (2020-12-02)
- Auto-convert strings to numbers for number fields #397
- To see all deps that were updated please check milestone v1.0.2
v1.0.1 (2020-10-06)
- Adds missing header for POST requests #394
- To see all deps that were updated please check milestone v1.0.1
v1.0.0 (2020-09-08)
- Promoting Vultr-node to v1.0.0 no breaking changes #385
v0.5.0 (2020-09-02)
- Adds support for enabling and disabling DDoS protection #370
- Remove use of
URLSearchParams()
in favor of.map()
for joining user parameters to support native iOS #372
- To see all deps that were updated please check milestone v0.5.0
v0.4.1 (2020-08-13)
- To see all deps that were updated please check milestone v0.4.1
v0.4.0 (2020-07-15)
- Replace request with node-fetch #347
- To see all deps that were updated please check milestone v0.4.0
v0.3.1 (2020-06-10)
- To see all deps that were updated please check milestone v0.3.1
v0.3.0 (2020-05-01)
- Support for Load Balancers #336
- To see all deps that were updated please check milestone v0.3.0
v0.2.2 (2020-04-16)
- Updated all dependencies to ensure minimist security issues are resolved#329
v0.2.1 (2020-03-18)
- To see all deps that were updated please check milestone v0.2.1
v0.2.0 (2020-02-25)
- Added support for Object Storage #303
v0.1.2 (2019-10-03)
- Autogenerated documentation published to https://vultr.github.io/vultr-node/ #295
- Fix rateLimit declaration in test config #297
- Fix for description unable to be set in firewall group #292 #291
v0.1.1 (2019-09-24)
- Updating Travis to auto publish to NPM
- Initial release
- Supports all available API endpoints that Vultr has to offer