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

Releases: equinix-labs/metal-java

v0.2.0

15 Jun 18:21
Compare
Choose a tag to compare

v0.2.0 (2023-06-15)

The v0.2.0 release of metal-java fixes a number of bugs in the v0.1.0 release and cleans up some unnecessary code duplication due to spec structure.

Features

  • Adds support for include and exclude parameters to various resource creation endpoints (#99)
  • Adds support for defaultProjectId and defaultOrganizationId to the User model (#99)
  • Adds support for organization property of Project model, eliminating the need for the ProjectOrganization model & associated spec patch (#100)

Fixes

  • Fixes incorrect type for logo property on Organization model (#101)
  • Removes unnecessary VrfRouteVrf, VrfRouteMetalGateway, etc., classes from the VrfRoute model in favor of existing Vrf, VrfMetalGateway, etc., classes (#101)

v0.1.0

07 Jun 19:12
e5910ac
Compare
Choose a tag to compare

v0.1.0 (2023-06-07)

This is the first official release of our experimental generated Java SDK for the Equinix Metal API. This SDK is generated from the Equinix Metal OpenAPI specification. To learn more about our generated Java SDK, visit the equinix-labs/metal-java repo on GitHub.