Skip to content

Releases: equinix/equinix-sdk-go

v0.32.0

22 Jan 22:08
Compare
Choose a tag to compare

0.32.0 (2024-01-22)

Features

  • fill in spec for MFA endpoints based on packngo implementation (#25) (19f2982)

v0.31.2

19 Jan 20:26
Compare
Choose a tag to compare

0.31.2 (2024-01-19)

Bug Fixes

  • add missing pagination support for FindIPReservations (#24) (5bface5), closes #18
  • avoid apparent race condition in task execution (89ee701)

v0.31.1

19 Jan 14:59
Compare
Choose a tag to compare

0.31.1 (2024-01-19)

Bug Fixes

  • specify correct type for interconnection speed (#22) (2cd2e50), closes #16

v0.31.0

21 Dec 17:06
Compare
Choose a tag to compare

0.31.0 (2023-12-21)

Features

v0.30.0

12 Dec 19:52
Compare
Choose a tag to compare

0.30.0 (2023-12-12)

The first release of equinix-sdk-go includes support for the Equinix Metal API. This SDK is generated from the OpenAPI specs of the supported Equinix APIs and supports all features listed in those specs.

Examples of using this SDK to interact with Equinix Metal can be found in the examples/ directory.

If you are migrating from metal-go, the metalv1 package in this SDK is a drop-in replacement for [email protected].

Features

  • Full support for the Equinix Metal API using code generated from the Equinix Metal OpenAPI spec