Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ocobles committed Jul 15, 2022
1 parent aeda3b6 commit 0d7d6ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.3.0 (July 15, 2022)

DEPRECATION:

* General change in GET L2 connections functions: *ServiceToken* should not be used to populate the
a-side token with which the connection was created. It is maintained for historical compability but
can contain both a-side/z-side tokens. To access the token returned by a GET operation use the
L2Connection.VendorToken string. Change affects below functions:
* `GetL2Connection`
* `GetL2OutgoingConnections`

ENHANCEMENTS:

* **L2Connection** added additional attributes:
* *ZSideServiceToken* can be used (in addition to service profile and zside port) to define the
connection destination. key given by a provider that grants you authorization to enable
connectivity to a shared multi-tenant port (z-side)
* *VendorToken* can be used to populate the Equinix Fabric Token the connection was created with
(if applicable).The token can be any of *ServiceToken* (a-side) or *ZSideServiceToken* (z-side).
Any mechanism to determine the token type (a-side/z-side), must be implemented by the
user/consumer of the SDK.

## 2.2.0 (March 11, 2022)

FEATURES:
Expand Down

0 comments on commit 0d7d6ee

Please sign in to comment.