Skip to content

Latest commit

 

History

History
243 lines (177 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

243 lines (177 loc) · 11.7 KB

Change Log

v2.8.0 (2023-10-02)

Features

  • 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)

Features

  • Added support for Vultr Container Registry
  • Added new vpc2 endpoints
  • Added new param for bare metal endpoint

v2.6.0 (2023-08-02)

Features

  • Add support for VPC 2.0
  • Add missing params for some instances endpoints

v2.5.0 (2023-07-10)

Features

  • 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)

Features

  • Deprecated PrivateNetwork endpoints and added VPC endpoints #623
  • Added support for Kubernetes upgrade endpoints #622

Dependencies

v2.3.3 (2022-03-28)

Bug Fixes

  • Add the build command before publishing for GitHub Actions workflow #604

v2.3.2 (2022-03-24)

About This Version

  • 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+

Dependencies

v2.3.1 (2022-03-16)

About This Version

  • 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+

Dependencies

v2.3.0 (2021-12-2)

Dependencies

Features

  • Add support for tags in Kubernetes nodepools #534
  • Add support for dns_sec in get-dns-domain #546

Bug Fixes

  • Add .npmignore to prevent npm from ignoring the dist/ 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)

Dependencies

Bug Fixes

  • Fix Travis CI build to compile TypeScript before release #532

v2.2.0 (2021-09-10)

Dependencies

Features

  • 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

Maintenance

  • Regenerated documentation to reflect new endpoints

v2.1.1 (2021-07-03)

Dependencies

v2.1.0 (2021-06-17)

Features

  • Adds new load balancer endpoints and ability to add firewall parameters to existing load balance endpoints #489

Dependencies

v2.0.8 (2021-05-07)

Bug Fixes

  • Fix formatting of block storage endpoint parameters #477

v2.0.7 (2021-05-01)

Dependencies

v2.0.6 (2021-03-25)

Bug Fixes

  • Add OS parameter to listPlans() and fix typos in startup scripts URLs #460

v2.0.5 (2021-03-24)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • instances.listInstanceIpv4Information() changed from POST to GET #444

v2.0.2 (2021-03-04)

Dependencies

v2.0.1 (2021-02-25)

Bug Fixes

  • Unable to create DNS record #434

Dependencies

v2.0.0 (2021-01-11)

  • Upgrade library to use Vultr API V2 syntax and endpoints. #388

v1.0.4 (2021-01-06)

Dependencies

v1.0.3 (2020-12-03)

Bug Fixes

  • Fixes issue where parameter type checking was not properly covering all paths and setting valid parameters #416

v1.0.2 (2020-12-02)

Bug Fixes

  • Auto-convert strings to numbers for number fields #397

Dependencies

v1.0.1 (2020-10-06)

Bug Fixes

  • Adds missing header for POST requests #394

Dependencies

v1.0.0 (2020-09-08)

Features

  • Promoting Vultr-node to v1.0.0 no breaking changes #385

v0.5.0 (2020-09-02)

Features

  • Adds support for enabling and disabling DDoS protection #370

Bug Fixes

  • Remove use of URLSearchParams() in favor of .map() for joining user parameters to support native iOS #372

Dependencies

v0.4.1 (2020-08-13)

Dependencies

v0.4.0 (2020-07-15)

Enhancements

  • Replace request with node-fetch #347

Dependencies

v0.3.1 (2020-06-10)

Dependencies

v0.3.0 (2020-05-01)

Features

  • Support for Load Balancers #336

Dependencies

v0.2.2 (2020-04-16)

Security

  • Updated all dependencies to ensure minimist security issues are resolved#329

v0.2.1 (2020-03-18)

Dependencies

v0.2.0 (2020-02-25)

Features

  • Added support for Object Storage #303

v0.1.2 (2019-10-03)

Features

Bug fixes

  • 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)

Features

  • Updating Travis to auto publish to NPM

v0.1.0 (2019-09-23)

Features

  • Initial release
  • Supports all available API endpoints that Vultr has to offer