Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 2.01 KB

v0.5.1 (13-12-2017)

Docs

  • Numerous style fixes and improvements throughout the documentation based on the beta-users' feedback:
    • Updated Contributing guidelines and Contacts.
    • Updated documentation regarding the main Hermes-core components.
    • Double-checked instructions in the tutorials.

Code

  • Fixed leaks and warnings from cppcheck (#105), updated the code style according to clang std=c89 standard (#96, #98, #100, #104).

  • Updated Hermes low-level example and documentation (#101, #103).

  • Improved Secure Session interface (#81).

  • Updated pyhermes example to be compatible with python2 (#91).

  • Added transport to gohermes and used Secure Session wrapper from hermes-core (#82).

Infrastructure

  • Improved compatibility with macOS (#86).

  • Improved testablity and CI (#80, #83).

v0.5.0 (26-11-2017)

  • Hermes-core implementation.
  • Code examples of Hermes-core (written on C) and Hermes' clients (available for C, Python, and Go).
  • Tutorials and tons of documentation describing the security model, implementation, and examples.