Skip to content

21.2.0

Compare
Choose a tag to compare
@weberjm weberjm released this 11 Aug 13:14
· 978 commits to master since this release
acd4005

Features

Production State

Data Hub

Tagging Service

  • New optional service added as a separate repository, that allows group tags with all different types of objects (templates, components...).

Connector Repository (#1269)

  • Expanded model allow storing information about component functions
  • Added endpoint for automatically fetching function data from public component repositories

OIH Edge Extension

Development State

Logic gateway

  • A new global component "Logic Gateway" is currently in the alpha stage of the development and will be shipped shortly
  • Logic Gateways can be placed in any flow to control the execution of nodes. A Logic Gateway requires a predefined rule with instructions, which can also reference any data emitted by any previous node in the given flow.
  • Possible scenarios for Logic Gateways are: conditional execution, loops, branch switching, flow branch joins

IDS PoC

Enhancements

  • Improvements to Data Hub
    • Allow Admins to vew more data objects
    • Better data handling in Ferryman
  • Secret Service
    • Refactor to remove library (#1259)
    • Add lookups for secrets from auth clients (#1263)
  • Flows can now be filtered by template (#1265)
  • Ferryman can auto-save snapshots

Fixes

  • Corrected minor bugs in Data Hub record passing
  • Improve yarn audit severity by updating multiple packages (#1282)

Other

  • Updated docker-compose implementation to include new services
  • Updated minikube deployment for ARM Macs
  • Add flow and build step for dev-tools/test-component in dev-tools/docker-compose (#1282)