Skip to content

Releases: reiseburo/hotdog

Release v0.5.1

26 May 20:03
Compare
Choose a tag to compare
Denote that simd_json is unsafe

Release v0.3.3

23 Jun 18:03
78fda3a
Compare
Choose a tag to compare
Address what is hopefully the last async-std 1.6.x performance regres…

…sion

In my haste to get 0.3.2 out, I did not notice similar performance issues in the
tight loop through which Kafka sends were being routed.

Release v0.3.2

22 Jun 22:55
c2200b4
Compare
Choose a tag to compare
Make :hotdog: more cooperative and yieldy to address performance issu…

…es in async-std 1.6.x

This comes with significant help from @stjepang

Release v0.3.1

10 Jun 22:25
Compare
Choose a tag to compare
This release is kind of a burner release and is just 0.3.0 with a min…

…or change

This is v0.3.0 with async-std downgraded from 1.6.0 (with smol) to 1.5.0, as a
guess that the smol change severely impacted performance in a production
deployment I have observed

Release v0.3.0

01 Jun 05:31
Compare
Choose a tag to compare

Release v0.2.1

21 May 21:08
f6d4b0a
Compare
Choose a tag to compare
This release includes mostly performance improvements and should cut …

…down CPU usage

Release v0.2.0

15 May 05:06
Compare
Choose a tag to compare
0This release introduces support for RFC 3164 formatted syslog.

This is  in addition to the default syslog format of RFC 5424

Release v0.1.9

14 May 15:53
Compare
Choose a tag to compare
The 0.1.9 release mostly includes additional metrics

Namely:

 * All error logs also report an error metric to the configured statsd endpoint
 * Per-topic counters for messages, e.g. `hotdog.kafka.submitted.topic-name`

And one minor bug fix to prevent a single malformed line from resetting the TCP
connection

Release v0.1.8

11 May 22:09
Compare
Choose a tag to compare
Ensure that the settings load properly, and default to a None regex f…

…ield

This was broken in 0.1.7 because I didn't run a manual integration test, oops

Yay automation

Release v0.1.7

11 May 21:39
37ff647
Compare
Choose a tag to compare
Merge pull request #19 from reiseburo/clippy

Address all the concerns made by :paperclip: