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

Releases: equinix-labs/metal-go

v0.22.2

21 Sep 18:21
Compare
Choose a tag to compare

0.22.2 (2023-09-21)

Bug Fixes

  • remove plan drive type and nic type enums (#156) (44b4c1a)

v0.22.1

20 Sep 21:14
Compare
Choose a tag to compare

0.22.1 (2023-09-20)

Bug Fixes

v0.22.0

20 Sep 16:50
Compare
Choose a tag to compare

0.22.0 (2023-09-20)

Features

v0.21.0

13 Sep 17:09
Compare
Choose a tag to compare

0.21.0 (2023-09-13)

NOTE: This release fixes a bug in earlier versions of metal-go that prevented the SDK from returning errors when a property in an API response did not match the spec. For example, if the spec said that MyInfrastructure.count was an integer, but the API ressponse contained "count": "12" (in which the property is a string), the SDK would quietly ignore the type mismatch and MyInfrastructure.count would be unset (0). While the bug fix enables detection of these errors, it has the potential to break integrations if your code attempts to detect these issues by looking for the zero-value of a model rather than an error.

Features

  • add support for device firmware sets (#151) (917cbe4)
  • add support for device health endpoint (#151) (917cbe4)

Bug Fixes

  • return errors when JSON responses contain fields of wrong type (#149) (eb98dee)

v0.20.0

12 Sep 14:47
Compare
Choose a tag to compare

0.20.0 (2023-09-12)

In this release, openapi-generator was upgraded from v6.6.0 to v7.0.0, bringing in

Features

  • duplicate InterconnectionMetro model has been removed; the existing Metro model can be used in its place (#148) (249d7ce)
  • unused InstancesBatchCreateInputBatchesInnerAllOf model has been removed (#148) (249d7ce)

Bug Fixes

  • read-only fields are now included when serializing models (#148) (249d7ce)

v0.19.1

08 Sep 16:42
Compare
Choose a tag to compare

0.19.1 (2023-09-08)

Bug Fixes

  • updated property quantity in metro info (58b6d43)
  • updated property quantity in metro info (#143) (142162f)

v0.19.0

06 Sep 21:30
Compare
Choose a tag to compare

0.19.0 (2023-09-06)

Features

  • add support for BillingAccountName and UseCase when requesting a dedicated interconnection (#133) (d292e8f)

Bug Fixes

  • add missing pagination properties for IPReservationsList (#140) (effb9f3)

v0.18.0

22 Aug 20:57
Compare
Choose a tag to compare

0.18.0 (2023-08-22)

Features

  • Replaces InterconnectionCreateInput with DedicatedPortCreateInput, VlanFabricVcCreateInput, and VrfFabricVcCreateInput so it's easier to create the right kind of interconnection for your needs (#129) (ec6cc1c)
  • Fixes support for setting tags when creating or updating a project (#130) (b7f79f5)

v0.17.0

09 Aug 15:43
Compare
Choose a tag to compare

0.17.0 (2023-08-09)

Features

  • Adds support for tags on VRFs, VRF routes, and BGP dynamic neighbors (#125) (7e4b9ff)

v0.16.0

02 Aug 18:21
Compare
Choose a tag to compare

0.16.0 (2023-08-02)

Features

  • add created_at for virtual networks (#121)