Skip to content

v0.2.0

Compare
Choose a tag to compare
@thejoeker12 thejoeker12 released this 20 Jun 15:16
· 165 commits to main since this release

What's Changed

  • Large Restructure of HTTP Client data flow.
  • Migrated Jamf specific integration code to new repo (alongside other integrations) - github.com/deploymenttheory/go-api-http-client-integrations/jamf.
  • Various small refactors, better error catching and easier to maintain logic.
  • Code tidying, removal of comments.
  • Flattening of package structure when not required elsewhere.
  • Temporary removal of concurrency management until refactor can be implemented

Full Changelog: v0.1.53...v0.2.0

Upcoming

  • Logging refactor
  • Redirect refactor
  • Concurrecy manager reimplementation