v0.2.0
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