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