Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

v0.1.0

Latest
Compare
Choose a tag to compare
@chrisgoffinet chrisgoffinet released this 15 Aug 22:49
· 1 commit to master since this release

Changelog

fb512c5 Add concurrency support for http workers
a57dbc7 Add README
7725a92 Add goreleaser support
bd8279f Set default timeout to 10s
7988a5d Write 200 - StatusNoContext once message is written
af4ea16 Add support for setting maxMsgSize
78ca34b Register requests and failures for incoming requests
53a46d7 Add prometheus metrics, fix TLS regression
3d6d37a More cleanup, comments
263afef Add support for skipping expired ssl certs if https is used
594d835 Added more logging, host validation, and default timeout
117b201 Update logging to properly use logrus
704464f Remove the requirement of using json for serialization, instead use gob. This gives us the ability to avoid using base64 encode/decoding
d647e5b Update long desc
4892e39 Add pkg/
6147bf1 Update config.yml w/ better name
da572ea First import