Releases: qicosmos/rest_rpc
Releases · qicosmos/rest_rpc
Release v0.12
What's Changed
- Bump commons-io from 2.5 to 2.7 in /java by @dependabot in #46
- remove boost by @qicosmos in #56
- Add magic by @qicosmos in #90
- Add func by @qicosmos in #92
- fix crashdump error(req_result::as when data_ is empty) by @lemon19900815 in #94
- add ci by @Jacyking in #95
- do not export namespace in header file by @muxiaozi in #109
- fix bug by @BluerabbitY in #112
- Fix close and stop by @qicosmos in #118
- add test case and CI by @zhengjian526 in #120
- update README and add llvm coverage by @zhengjian526 in #121
- add test case for client constructor by @zhengjian526 in #122
- fix reconnect by @qicosmos in #123
- add test case by @zhengjian526 in #124
- simplify router by @qicosmos in #125
- improve server publish by @qicosmos in #126
- nonstd by @qicosmos in #128
- remove mutex by @qicosmos in #129
- add test case for coverage by @zhengjian526 in #130
- make sure thread safe by @qicosmos in #133
New Contributors
- @dependabot made their first contribution in #46
- @qicosmos made their first contribution in #56
- @lemon19900815 made their first contribution in #94
- @Jacyking made their first contribution in #95
- @muxiaozi made their first contribution in #109
- @BluerabbitY made their first contribution in #112
- @zhengjian526 made their first contribution in #120
Full Changelog: V0.11...v0.12
Change msgpack version to remove boost dependency
V0.11 change msgpack to 3.1.0 to remove boost dependency
Add user data
V0.10 add user data in connection.
compatible string_view
Merge pull request #35 from BryainZhang/master compatible string_view
support java client
support java api;
one server one loop;
fix a bug in publish
adjust directory
V0.07 fix compile error
V0.06
V0.05
v0.04
The second release version
Next version will support sub/pub model.