Skip to content

Tags: grafov/kiwi

Tags

v0.5.2

Fix tests

v0.5.1

Fix tests

v0.5.0

Shorten the key

v0.4.2

Remove obsoleted flush call from the tests

v0.4.1

Fix antipattern as recommended by DeepSource

Refs https://deepsource.io/gh/grafov/kiwi/issue/SCC-S1034/occurrences

v0.4.0

Add reset-all command for a sink filters

v0.3.2

Fix antipattern as recommended by deepsource.io

Refs https://deepsource.io/gh/grafov/kiwi/issue/SCC-S1034/occurrences

v0.3.1

Fix side effects of sink.Close() refs #4 and #5

Fixed in a straight way by removing logic with sink ID. The logic was
corrupted any way. Aman Gupta explained the problem in #5 and figured
out the cause with sink ID. In this change I suppose that a number of
sinks will not very large.

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from grafov/new-filters-api

Rename sink filters for code clarity (API changes!)

v0.2.2

Fix type matching