Skip to content

Tags: objenious/kitty

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix, go 1.16 (#19)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update errors.go

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cause to error

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v1 (#15)

v0.0.8

Toggle v0.0.8's commit message
Add a client that doesn't deal with HTTP Errors (#16)

* add NewClientWithError

* add tests

* fix comment

v0.0.7

Toggle v0.0.7's commit message
go1.13 (#14)

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Run: fix handling of startup errors (#13)

* Run: fix handling of startup errors

* Run: ensure that all transport stop on exit

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README: add link to kitty-gcp (#12)

* README: add link to kitty-gcp

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move all HTTP code from Server to HTTPTransport, add Transport interf…

…ace (#8)

* Move all HTTP code from Server to HTTPTransport, add Transport interface

* linter fixes

* README fix

* README fixes

* fix AddLoggerToContextFn

* comments

* Move addLoggerToContextFn to a middleware

* http: log before starting the server

* add Transport.LogKeys()

* comments, README

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add Retryable() (#4)