Skip to content

Releases: goark/fetch

v0.5.3

09 May 12:59
v0.5.3
0f791bb

Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 May 11:39
v0.5.2
01859f9

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 May 01:41
v0.5.1
0595190

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Nov 05:09
v0.5.0
8cd8cd8

Choose a tag to compare

What's Changed

Note: This version contains a breaking change. The signature of fetch.Response.Close has been changed to return an error, so call sites must be updated.

BREAKING CHANGE section:

  • Change: the Response Close method now returns an error (previously it did not).
  • Impact: code that calls defer resp.Close() or calls resp.Close() directly.
  • How to handle: as described in the Migration section above, when calling directly handle the returned error; when using defer, handle the error inside an anonymous function.

Full Changelog: v0.4.2...v0.5.0

v0.4.2

18 Jan 07:50
v0.4.2
b5482c5

Choose a tag to compare

What's Changed

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

v0.4.0

28 Feb 09:57
v0.4.0
a4852e5

Choose a tag to compare

What's Changed

Deprecated Client.Get() and Client.Post(). Should use Client.GetWithContext() and Client.PostWithContext().

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

v0.3.0

12 Mar 05:36
v0.3.0
1d0a266

Choose a tag to compare

Full Changelog: v0.2.5...v0.3.0

v0.2.5

27 Aug 10:29
v0.2.5
46d2d9a

Choose a tag to compare

Changelog

v0.2.4

16 Jul 10:37
v0.2.4
85118ba

Choose a tag to compare

Changelog

v0.2.3

23 Feb 08:56
v0.2.3
25caac1

Choose a tag to compare

Changelog