Releases: megaport/megaportgo
Releases · megaport/megaportgo
v1.0.2
What's Changed
- Fix sloglint property by @ianb-mp in #33
- feat: support for diversity zone in MCR, location details in products (port, mcr, mve, end configs) by @MegaportPhilipBrowne in #34
- fix: corrects field types in Peer struct by @mega-alex in #35
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- fix: support cost centre in buying MCR and Port, fix Marketplace Visibility so it doesn't omit in Product Update Calls, Fix A-End and B-End UID in VXC Update by @MegaportPhilipBrowne in #32
Full Changelog: v1.0.0...v1.0.1
v1.0.0
V1 Release
The new V1 release of the megaportgo
project has several changes users should be aware of:
- All API methods now take
context
- More configurable
- Custom HTTP client support
- Structured logging is configurable and is handled using the
slog
package
- Documentation is improved
- Errors are easier to work with and are defined at the package level
- All APIs are now available in the
megaport
package rather than multiple packages in theservice
directory - General code cleanup and linting rule enforcement
- Missing types have been implemented
0.2.3 Release
What's Changed
- adding dependabot configuration by @CpuID in #17
- start running tests on CI by @CpuID in #21
- fix tests by @CpuID in #22
- fix: auth for integration tests, move to io from ioutil, update BuyMCR calls in tests by @MegaportPhilipBrowne in #20
- fix: uses net/url to build the API path instead of joining two strings by @mega-alex in #30 should also resolve this terraform issue.
New Contributors
- @CpuID made their first contribution in #17
- @MegaportPhilipBrowne made their first contribution in #20
Full Changelog: v0.2.2-beta...v0.2.3-beta
# 0.2.2 Release
Fixes
- Update golang.org/x/text/language to resolve issue
# 0.2.1 Release
New Features
- Add support for MVEs and update VXC config to allow ordering to MVE.
- Use v3 endpoints for ordering & cancelling.
- Standardise product wait functions (used for Terraform) and update error messages.
Breaking Changes
- Require Go 1.21
# 0.2.0 Release
0.2.0 Release
New Features
-
X-Auth tokens are being deprecated from October 2023, authentication has been updated to
support API keys in addition to username/password.NOTE: The username & password is being deprecated and will be removed from v0.3.0
# 0.1.16 Release
0.1.16 Release
New Features
- Support for MCR contract term.
- Oracle partner support and OCI VXC connectivity. Credit @aszynkow
# 0.1.15 Release
0.1.15 Release
New Features
- Support for extracting AWS Hosted Connection ID's.
# 0.1.14 Release
0.1.14 Release
New Features
- Support for filtering Partner Megaports by Diversity Zone.