Skip to content

v2.1.0

Compare
Choose a tag to compare
@abumq abumq released this 24 Mar 08:49
· 81 commits to master since this release
d8bed55

Changelog

API Updates

  • Added loadConfigurationFromJson to load from JSON parameter
  • Added loadConnection and saveConnection

Updates

  • Updated internal networking library (asio) to 1.12.0
  • Client private key secret must be hex encoded now
  • Configurations now support RESIDUE_HOME environment variable

Compiled on

macOS

macOS High Sierra 10.13.3

  • Compiler: clang-900.0.39.2
  • Libraries: libz 1.2.11

Linux

Ubuntu 14.04 (Trusty 64-bit)

  • Compiler: g++ 4.9.4
  • Libraries: libz 1.2.8

Linux (SE Build)

CentOS 7 (64-bit)

  • Compiler: g++ 4.8.5
  • Libraries: libz 1.2.7

Based on

  • Ripe 4.1.1
  • Easylogging++ 9.96.2
  • ASIO 1.12.0

Notes

  • libz comes with linux and macOS distributions
  • If you use cmake for your projects, you may also be interested in FindResidue.cmake module
  • "Compiled on" is only for clarification purposes. These libraries should be OK in any machine newer than specified versions or even some older machines (especially in case of macOS)