Skip to content

v2.3.0 (Stable)

Compare
Choose a tag to compare
@abumq abumq released this 23 Mar 14:13
· 62 commits to master since this release
d8719cb

Features

  • Stable ✓
  • Extensions support ✓

Changelog

Extensions API

  • Added reset in DispatchErrorExtension which is called when previously failed is no longer failing

Updates

  • Added stats dyn and stats queue
  • Backup keys only visible with --with-key parameter
  • Max bulk items can be set to 5-500

Fixes

  • Dynamic buffer recovery check fix
  • Crash when rotating an invalid file

Internal Updates

  • Abstract server and I/O service
  • Use shared pointer to keep reference for the session in the handler

Compiled on

macOS

macOS High Sierra 10.13.3

  • Compiler: clang-900.0.39.2
  • Libraries: libcurl 7.54.0, libz 1.2.11, libdl

Linux

CentOS 7 (64-bit)

  • Compiler: g++ 4.8.3
  • Libraries: libcurl 7.29.0, libz 1.2.7, libdl 2.17

Based on

  • Ripe 4.1.1
  • Easylogging++ 9.96.2
  • ASIO 1.10.6

Notes

  • Packages with -debug suffix has extra logging turned on for debugging your setup. You can see extra logging (residue logger) with verbose options
  • residue-extensions-* package can be used to write an extension for the server