Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 21:13
· 24 commits to master since this release
3.0.0
030071e

Breaking Changes

  • Moved gs.mclo.java -> gs.mclo.api
  • Replace static methods on MclogsAPI with Mclogs class
  • You are now required to specify a user agent or project name and version
  • To use a custom instance you now need to create an instance object with your urls
  • Errors returned by the API are now thrown as exceptions

New features

  • Fetch log insights from the API
  • Improved development ergonomics