Skip to content

Releases: kagurazaka-ayano/KawaiiMq

v1.0.7

07 Mar 05:24
Compare
Choose a tag to compare

bug fix, removed the exception when unrelating not related queue

v1.0.6

07 Feb 09:50
Compare
Choose a tag to compare

add lock to some potential thread unsafe code
removed some redundant header

v1.0.5

01 Feb 17:45
Compare
Choose a tag to compare

removed redundant requires

v1.0.4

31 Jan 20:47
Compare
Choose a tag to compare

Changed queue API from reference wrapper to shared ptr to avoid dangling reference

v1.0.3

31 Jan 18:05
Compare
Choose a tag to compare

added name getters to all necessary classes

v1.0.2

31 Jan 03:01
Compare
Choose a tag to compare

Removed ISerialization interface since serialization is not the focus of this project
Added getName() function to Queue

1.0.1

30 Jan 23:58
Compare
Choose a tag to compare

Reduced the use of templates, making API more user-friendly. Also added examples

v1.0.0

29 Jan 00:21
Compare
Choose a tag to compare

Final version

Will fix bugs when I find any