Skip to content

Releases: andreiavrammsd/cpp-channel

v0.8.3

11 Aug 06:23
7ad7e38
Compare
Choose a tag to compare

Fixes blocking iterator by returning (const) reference type from the dereference operator.

v0.8.2

25 Jan 17:26
Compare
Choose a tag to compare

Fix close race. By @bherw.

v0.8.1

08 Oct 08:04
61e184c
Compare
Choose a tag to compare

Add iterator reference type.

Thanks, @zack-luan!

v0.8.0

06 Jun 18:40
9df46e7
Compare
Choose a tag to compare

Breaking change: push and fetch precedence has changed. See #27.

Chaining for push and fetch was introduced.

Thanks, @longnguyen2004!

v0.7.3

06 Feb 17:13
6d39abc
Compare
Choose a tag to compare

Thread safety improvements by @bvbfan.

v0.7.2

07 Jun 03:43
Compare
Choose a tag to compare

GCC-12 compilation bug fix by @fwflunky.

v0.7.1

25 Mar 17:21
0e52dc8
Compare
Choose a tag to compare

v0.7.0

06 Mar 10:30
6f8bf5b
Compare
Choose a tag to compare

Interface library

v0.6.1

12 Apr 17:33
0ddab00
Compare
Choose a tag to compare

Fix range-based for going one extra loop.

v0.6.0

28 Jan 16:53
428ad58
Compare
Choose a tag to compare

Closed channel exception rename.