You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several API changes have been to the backing API and the Go SDK. Some fields are persisting in the SDK, and are (in some cases) no longer provided by the API. Some SDK structures would benefit from refactoring.
Several API changes have been to the backing API and the Go SDK. Some fields are persisting in the SDK, and are (in some cases) no longer provided by the API. Some SDK structures would benefit from refactoring.
Because this client is a semver
v1
client, our breaking changes will need to be released with consideration of Go Module v2 semantics:https://go.dev/doc/modules/release-workflow#breaking
https://go.dev/blog/module-compatibility
https://codeengineered.com/blog/2019/go-mod-major-versions/
https://github.com/equinix/ne-go#purpose should define the deprecation patterns used and the versioning strategy.
Once ready - we should publish a v2 with the deprecated fields removed.
This was previously discussed in #4 (comment)
The text was updated successfully, but these errors were encountered: