v0.2.7 Release
What's Changed
- [ci][fix]use libc++ when compile with clang by @qicosmos in #483
- [struct_pb][cmake] use INFO instead of WARNING when skip struct_pb by @poor-circle in #481
- [ci]fix ci by @qicosmos in #484
- [feature]add ratelimiter using async_simple coroutine by @StephenRi in #482
- [coro_http_client][improve]some improvment by @qicosmos in #485
- [coro_io][fix]fix ut for rate_limiter by @StephenRi in #487
- [coro_http][improve]simplified with namespace alias by @qicosmos in #486
- [struct_pack] add config DISABLE_ALL_META_INFO by @poor-circle in #488
- [struct_pack] enhance serialize performance by uninitialized resize by @poor-circle in #489
- [coro_io]fix: std::move used on a local var as return value by @scuzqy in #490
- [easylog]if statement can be constexpr by @scuzqy in #494
- opti easylog by @sweet2honey in #492
- avoid redefine by @qicosmos in #498
- [coro_io][improve]Improve post by @qicosmos in #500
- [coro_file][improve]improve performance by @qicosmos in #501
- [struct_pack] support fast_varint encode, allow encode int as varint by config by @poor-circle in #499
- [struct_pack] add document, bench, example for fast_varint by @poor-circle in #503
- [coro_http][feat]coro_http_server support websocket by @qicosmos in #504
- [struct_pack] improve performance when deserialize vector/string by @poor-circle in #506
New Contributors
- @StephenRi made their first contribution in #482
- @scuzqy made their first contribution in #490
- @sweet2honey made their first contribution in #492
Full Changelog: v0.2.6...v0.2.7