Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 16:31
· 8 commits to main since this release

0.9.0 (2023-10-12)

The spec & code changes in this release mark vrf as a required property for VRF virtual circuits, and makes virtual_network the only required property for VLAN virtual circuits. In combination with an API change that makes these properties available when the API is called with include=vrf,virtual_network, this enables the VirtualCircuit model to determine whether a circuit is a VRF virtual circuit or a VLAN virtual circuit.

Bug Fixes

  • Marks vrf as a required property for VRF virtual circuits, and makes virtual_network the only required property for VLAN virtual circuits (#161) (ccd5607)