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

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 20:36
· 6 commits to main since this release

0.10.0 (2023-10-12)

NOTE: this release includes a custom spec change to work around an openapi-generator bug. This custom spec change results in the introduction of two new models, VrfVirtualCircuitType and VlanVirtualCircuitType; these models are intended for internal SDK usage so that virtual circuit models deserialize correctly, and they are subject to be renamed or removed if and when the relevant generator bug is fixed.

Features

  • introduces type property to enable type determination for VLAN and VRF virtual circuits (#162) (767bc93)