Skip to content

Releases: zotonic/ringbuffer

1.3.0

14 Oct 12:02
cb71284

Choose a tag to compare

What's Changed

  • Add ringbuffer:whereis/1, update doc styling and CI by @mworrell in #3

Full Changelog: v1.2.0...v1.3.0

1.2.0

22 Feb 13:19
26caf85

Choose a tag to compare

What's Changed

  • Check the size argument before using it by @mmzeeman in #2

Full Changelog: v1.1.1...v1.2.0

1.1.1

13 Jan 11:05

Choose a tag to compare

Fix a type spec for Dialyzer, the amount of skipped entries is a non_neg_integer()

1.1.0

11 Jan 10:40

Choose a tag to compare

Fix for a race condition where multiple readers could in certain conditions advance the reader-counter beyond the writer-counter. This is solved by introducing reader synchronization. The readers are now synchronized using messages to the buffer process.

Also extra tests and more documentation.

1.0.0

07 Jan 15:06

Choose a tag to compare

First release.