Skip to content

Releases: link-mink/mink-core

v1.1.7

26 Jan 15:57
9928f86
Compare
Choose a tag to compare

v1.1.7 - 2022-01-26

Features

v1.1.6

25 Jan 09:56
Compare
Choose a tag to compare

v1.1.6 - 2022-01-25

Bug Fixes

Features

v1.1.5

20 Jan 11:22
Compare
Choose a tag to compare

v1.1.5 - 2022-01-20

Bug Fixes

Features

v1.1.4

14 Jan 13:20
Compare
Choose a tag to compare

Bug Fixes

Build system

v1.1.3

10 Jan 15:59
Compare
Choose a tag to compare

v1.1.3 - 2022-01-10

Build system

Features

mINK Framework v1.1.2

05 Jan 14:19
Compare
Choose a tag to compare

Summary

Core

  • update ASN1 and GDT modules with an option to disable debug strings and lower memory consumption
  • updated mINI utils
  • legacy plugin methods moved to a separate module
  • error codes moved to a single header file

Build system

  • --enable-jrpc (build jrpcd)
  • --enable-openssl (TLS dependency)
  • --enable-tlsv12 (enable insecure TLS v1.2)
  • --enable-ws-single-session (single user session)
  • --enable-plain-ws (unencrypted WebSocket support)
  • --enable-sysagent (build sysagentd)
  • --enable-openwrt (build OpenWrt plugin)
  • --enable-grpc (build gRPCD)
  • --enable-configd (build configd)
  • --enable-gdttrapc (build GDT Trap Client)
  • --enable-codegen (build mINK Code Generator)

System Agent Daemon

  • generic plugin system
  • implement better error handling for OpenWrt plugin and ubus related commands
  • implementation of a new threading model; enable concurrent execution of plugin handlers
  • enable fragmented (streamed) and regular params for plugin input values
  • zLib compression of UBUS JSON data

JSON RPC Daemon

  • added json rpc handler based on nlohmann c++ parser (bundled single header include)
  • generate JSON RPC strings from "gdt.proto" along with protobuf class and mink plugins
  • better error handling for OpenWrt plugin and ubus related commands
  • implementation of a new threading model; enable concurrent execution of plugin handlers
  • enable fragmented (streamed) and regular params for plugin input values
  • added support for WS and WSS JSON RPC protocol handlers
  • added validation, error handling, and logging
  • implemented "per-request" timeout and expiration of uncorrelated messages
  • added UTF-8 support for JSON messages
  • added TLSv1.3 support (boost::beast and OpenSSL)
  • added JSON-RPC AAA: user level, command level, and command-specific implement (generic 3rd level)
  • added user session support (single and multiple)
  • zLib compression of JSON data