Skip to content

v1.0.0

Compare
Choose a tag to compare
@mega-alex mega-alex released this 14 May 15:59
· 154 commits to main since this release
f5b697c

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 the service directory
  • General code cleanup and linting rule enforcement
  • Missing types have been implemented