Skip to content

0.11.3

Compare
Choose a tag to compare
@ansel1 ansel1 released this 03 Oct 20:22
· 12 commits to master since this release

flumetest.Start() was not concurrency safe: the buffer it used to accumulate logs while the test was running was not safe for concurrent use. Now uses a buffer protected by a mutex.