Skip to content

Releases: objenious/kitty

v1.1.2

26 Apr 12:34
3cf1730

Choose a tag to compare

  • fix test
  • go 1.16

v1.1.1

02 Nov 10:54
0c26058

Choose a tag to compare

Update errors.go

Add Cause to Retryable Error

02 Nov 09:58
51020b4

Choose a tag to compare

v1.1.0

Add cause to error

v1.0.0

31 Jan 14:11
15e36fd

Choose a tag to compare

  • stable release

v0.0.8

11 Oct 09:51

Choose a tag to compare

Add a new HTTP Client via NewClientWithError() that doesn't return an error when HTTP Status is >= 300. Dealing with errors when using that client should be done while decoding the response.

v0.0.7

09 Oct 14:23

Choose a tag to compare

  • test compatibility with go1.13
  • use go modules

0.0.6

12 Nov 15:10
2991e00

Choose a tag to compare

0.0.6 Pre-release
Pre-release
Run: fix handling of startup errors (#13)

* Run: fix handling of startup errors

* Run: ensure that all transport stop on exit

0.0.5

17 Oct 09:24
6be04fd

Choose a tag to compare

0.0.5 Pre-release
Pre-release
README: add link to kitty-gcp (#12)

* README: add link to kitty-gcp

0.0.4

24 Sep 19:34
6f50669

Choose a tag to compare

0.0.4 Pre-release
Pre-release

Beta version - Add Transport

0.0.3

16 Jul 15:18
d683f76

Choose a tag to compare

0.0.3 Pre-release
Pre-release
v0.0.3

add Retryable() (#4)