Skip to content

Releases: davidji99/simpleresty

v0.4.2

09 Jan 05:37
075f67b
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.4.1

16 Sep 04:00
f54a45a
Compare
Choose a tag to compare

What's Changed

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

v0.4.0

29 May 21:32
65283fc
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

30 Apr 11:11
f589523
Compare
Choose a tag to compare

Improvements

  • Upgrade go-resty to v2.6.0 (#16)

v0.2.3

04 Aug 08:48
4ca779f
Compare
Choose a tag to compare

Improvements

  • Refactoring proxy code to support scenarios where NO_PROXY or no_proxy variable is set in the environment (#15)

v0.2.2

21 Jul 11:25
521c2c5
Compare
Choose a tag to compare

Features

  • Add support to automatically set proxy URLs from the environment (#14)
  • Add basic OAuth functions (#12)

Improvements

  • Fix and add more sample code (#10)

v0.2.1

14 Mar 08:51
5feec11
Compare
Choose a tag to compare

Improvements

  • Add additional fields to the Response struct: Resp, RequestBody. Remove RawHTTP field as it can be accessed via Response.Resp.RawResponse.

v0.2.0

12 Mar 08:22
d685a40
Compare
Choose a tag to compare

Bug Fixes

  • Properly initialize a new instance of the Client (#6)

Please use do not use any previous versions.

v0.1.2

12 Mar 07:11
46de957
Compare
Choose a tag to compare

Improvements

  • Add constant variables representing HTTP method strings (#5).

v0.1.1

12 Mar 06:57
f159920
Compare
Choose a tag to compare

Improvements

  • Add additional method Dispatch for generic HTTP request execution. Expos more fields of the Response struct (#4)