Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Releases: equinixmetal-archive/packngo

v0.22.0

15 Feb 18:16
51354b3
Compare
Choose a tag to compare

What's Changed

  • add ProjectIPService.Update and additional IPAddressReservation fields by @displague in #319
  • Don't require optional fields in organization create requests by @ocobleseqx in #321

New Contributors

  • @ocobleseqx made their first contribution in #321

Full Changelog: v0.21.0...v0.22.0

v0.21.0

10 Jan 17:34
7e2c462
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

29 Nov 15:09
ce59639
Compare
Choose a tag to compare

What's Changed

  • Validate ID paramters of packngo methods [new, from t0mk's fork] by @t0mk in #310
  • Add Metro support in metadata by @deitch in #311
  • Create UserLite Struct and add CreatedBy field in Device Struct by @cprivite in #312

New Contributors

Full Changelog: v0.19.1...v0.20.0

v0.19.1

08 Sep 11:21
b666b4e
Compare
Choose a tag to compare

Improvements

  • Optionalize device creation attribtues hostname, billing_cycle and userdata #305

v0.19.0

05 Aug 10:10
7516a05
Compare
Choose a tag to compare

Improvements

  • {List,Get}Options can now take arbitrary URL query params, in order to allow filtering in API requests #303
  • New service for bulk/batch VLAN assigments #302

v0.18.0

04 Aug 20:31
6736e68
Compare
Choose a tag to compare

Fixes

  • Replaced pre-release state MetalGatewayActivating with final MetalGatewayReady #301

Improvements

  • Add Name, Tags, Description, Speed to VCUpdateRequest #300
  • Add Description to VCCreateRequest #300
  • Add Description, Speed to VirtualCircuit #300

v0.17.0

14 Jul 08:50
c19a3d8
Compare
Choose a tag to compare

Features

  • #287 support Metal Gateway resource
  • #295 format and indent JSON from HTTP response in debug prints
  • #296 add support for parent_block in IP Addresses
  • #298 add NoSSHKeys param to device creating request

Changes

  • #286 change Mode attribute in Connection to a pointer, add it to Conection update request

Fixes

  • #290 add missing fields to Address in Facility
  • #293 add missing fields in User and remove VPN functionality
  • #294 add tags to Virtual Circuit

v0.16.0

21 Jun 12:51
d88b64f
Compare
Choose a tag to compare

Features

  • #283 added optional Mode field for Connection
  • #284 Connections can now be updated (ConnectionServiceOp implements Update)

v0.15.0

20 May 16:22
2e0421a
Compare
Choose a tag to compare

Changes

  • default Version and UserAgent have the version (devel) #281
  • Version is now a variable, previously a const, which is updated at runtime using the go.mod declared version #281

Features

  • adds DeviceServiceOp.GetBandwidth #279

v0.14.1

19 May 12:31
Compare
Choose a tag to compare

Fixes

  • Type of attribute HardwareReservation in the Device struct is changed from obsoleted Href to proper *HardwareReservation