Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 2 KB

CHANGELOG.md

File metadata and controls

44 lines (40 loc) · 2 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

Added

Removed

[0.0.3] - 2019-01-09

Added

  • Networking: beyond mock, using n3h
  • Bridging now works and is configurable in the container (no capabilities yet) #779 & #776
  • Validation across network #727
  • API/HDK:
    • CRUD for entries working
    • Node-to-node messaging #746
    • GetEntryOptions:
      • retrieve CRUD history & status
      • meta data: sources
    • GetLinksOptions
      • meta data: sources
    • GetLinks helpers: get_links_and_load
    • Query: return multiple entry types with glob matching #781
  • Container:
    • configuration builder and config files
    • http interface #823
  • hc command-line tool:
    • run --persist flag for keeping state across runs #729
    • Added env variables to activate real networking #826
  • Groundwork for: capabilities & signals #762 & #732
  • Improved debug logging with log rules and colorization #819
  • This change log!

Changed

  • API/HDK:
    • native return types (JsonStrings)
    • many places where we referred to "Hash" we now use the more correct term "Address"

[0.0.2] - 2018-11-28

Added

  • mock networking
  • hc run with support for
  • multi-instance scenario testing