Skip to content

v1.14.4

Compare
Choose a tag to compare
@ocobles ocobles released this 25 Jul 15:31
· 647 commits to main since this release
138dfb9

1.14.4 (25 Jul, 2023)

This update focuses on enhancing stability and user experience through various bug fixes and documentation improvements. Below are the key changes:

BUG FIXES:

Resolved an issue with the equinix_ecx_l2_connection resource where it was silently failing to request a redundant connection from a single Network Edge device. This problem has been fixed in the ecx-go SDK 2.3.1 release, ensuring reliable and consistent behavior for users.

  • bump ecx-go version to latest by @ocobleseqx in (#348)

ENHANCEMENTS:

Added two missing Equinix Metal API endpoints in packngo v0.30.0 SDK release that were absent.

DOCUMENTATION IMPROVEMENTS:

Fixed a minor typo in the documentation.

New Contributors