Skip to content

v0.9.8

Latest
Compare
Choose a tag to compare
@nickyang4github nickyang4github released this 28 Nov 10:03
· 63 commits to master since this release

Updates

  • Change the session id using UID
  • Remove macro ARK_SHARED_PTR, use std::shared_ptr
  • Add a new consistent hash map with self-defined virtual-node
  • Add Catch2 and some unit tests
  • Add the scheduler module
  • Update timer by using time-wheel
  • Add some encrypt algorithm(CRC xxtea random)
  • Support Mac OS X
  • Add the capture of killing signals in Linux
  • Modify the way to sync data
  • Remove unused logic code
  • Add callback manager
  • Support Github Action CI