- release 13.0 - breaking changes on mprpc
- release 12.3
- Experimental Mutable/ConstSharedBuffer
- Experimental Mutable/ConstIntrusivePtr
- Fixed FreeBSD 14.2 build
- Fixed aioreactor for FreeBSD
- release 12.2
- improvements and fixes on reflection
- use std::variant in example_threadpool
- TypeToType -> std::type_identity
- mprpc: add support for ConnectionContext::pauseRead and Connection::Context::resumeRead
- aio: stream fix not call doTrySend or doTryRecv after disconnect
- mprpc: do not reset timer on onSend with error if connection already stopping
- mprpc: add support for ConnectionContext::stop() for stopping the connection
- mprpc::Connection fix too many keep alive messages
- Create JOURNAL.md