Releases: kagurazaka-ayano/KawaiiMq
Releases · kagurazaka-ayano/KawaiiMq
v1.0.7
bug fix, removed the exception when unrelating not related queue
v1.0.6
v1.0.5
removed redundant requires
v1.0.4
Changed queue API from reference wrapper to shared ptr to avoid dangling reference
v1.0.3
added name getters to all necessary classes
v1.0.2
Removed ISerialization interface since serialization is not the focus of this project
Added getName() function to Queue
1.0.1
Reduced the use of templates, making API more user-friendly. Also added examples
v1.0.0
Final version
Will fix bugs when I find any