DigitalOceanPHP / Client

DigitalOcean API v2 client for PHP
MIT License
709 stars 205 forks source link

Create droplet private_networking property deprecated #268

Closed LewisSmallwood closed 3 years ago

LewisSmallwood commented 3 years ago

In reference to the docs, the private_networking attribute has been deprecated as of April 2020 and should be replaced with the new vpc_uuid attribute.

GrahamCampbell commented 3 years ago

I'd consider a PR to make it possible to use the new attribute, in a BC-preserving way.

GrahamCampbell commented 3 years ago

Will be fixed in the next 4.2.x release.