Skip to content

Releases: deploymenttheory/go-api-http-client

v0.4.6

Choose a tag to compare

@ShocOne ShocOne released this 20 Jul 11:30
46642ec

Added DoRequestNoRetry

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

Choose a tag to compare

@thejoeker12 thejoeker12 released this 27 May 08:39
b0029da

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

Choose a tag to compare

@ShocOne ShocOne released this 01 Sep 16:22
ea57b40

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

Choose a tag to compare

@thejoeker12 thejoeker12 released this 01 Jul 14:30
bd306aa

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@thejoeker12 thejoeker12 released this 06 Jun 12:16
4baa64b

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@thejoeker12 thejoeker12 released this 14 Mar 10:27
463d579

What's Changed

  • Fix: Multipart request now uses httptimeout, added funcs to expose that to the SDK by @thejoeker12 in #286

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@thejoeker12 thejoeker12 released this 12 Mar 14:16
1cec3a8

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@bobbyjameswilliams bobbyjameswilliams released this 04 Mar 13:38
99f092e
  • Removed executor functionality.
  • Added custom timeout.

What's Changed

New Contributors

Full Changelog: v0.2.18...v0.3.0

v0.2.18

Choose a tag to compare

@ShocOne ShocOne released this 03 Dec 08:43
fe5d557

v0.2.18

Refactored DoMultipartRequest so that it now supports rawbyte streams and and base64 encoded content for upload. Tested working with JamfPro for Icons and Packages.

What's Changed

  • Bump github/super-linter from 6 to 7 by @dependabot in #262
  • Bump golang.org/x/net from 0.26.0 to 0.29.0 by @dependabot in #263
  • Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #264
  • Bump github.com/antchfx/xmlquery from 1.4.1 to 1.4.2 by @dependabot in #265
  • Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #266
  • Add icon upload handling by @ShocOne in #267
  • feat: enhance DoImageMultiPartUpload with detailed logging and bounda… by @ShocOne in #268
  • feat: improve DoImageMultiPartUpload header management and logging by @ShocOne in #269
  • feat: enhance DoImageMultiPartUpload with URL encoding and improved l… by @ShocOne in #270
  • Fix multipart uploads now supports base64 and raw streams by @ShocOne in #271
  • fix: update encoding type validation in DoMultiPartRequest to include… by @ShocOne in #272
  • updated function comments and updated documentation by @ShocOne in #273

Full Changelog: v0.2.12...v0.2.18

v0.2.12

Choose a tag to compare

@ShocOne ShocOne released this 29 Aug 10:55

v0.2.12

Reinstated raw resp to debug usage of the http client for troubleshooting.