Skip to content

v2.0.0

Compare
Choose a tag to compare
@mikouaj mikouaj released this 01 Feb 13:21
· 21 commits to master since this release

BREAKING CHANGES:

  • General change in create functions: instead of returning copy of input structure, that might be outdated anyway, functions return pointers to created object's identifiers. Change affects below functions:
    • CreateL2Connection
    • CreateL2Connection
    • CreateL2ServiceProfile
    • UpdateL2ServiceProfile doest not return service profile's structure anymore
  • General change in L2 Connection and Service Profile models: all basic type fields are pointers now. Change affects below structures:
    • L2Connection
    • L2ConnectionAdditionalInfo
    • L2ConnectionAction
    • L2ConnectionActionData
    • L2ConnectionToConfirm
    • L2ConnectionConfirmation
    • L2ServiceProfile
    • L2ServiceProfilePort
    • L2ServiceProfileSpeedBand
    • L2ServiceProfileFeatures
    • Port
    • L2SellerProfileMetro
    • L2SellerProfileAdditionalInfo

ENHANCEMENTS:

  • L2Connection redundant connection creation requests maps additional secondary connection attributes (equinix/terraform-provider-equinix#17):
    • Speed
    • SpeedUnit
    • ProfileUUID
    • AuthorizationKey
    • SellerRegion
    • SellerMetroCode
    • InterfaceID