Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

22 lines (19 loc) · 1.05 KB

Changelog

v0.5

#92

  • Introduced gateways as event generators.
  • Added multiple flavors of gateway - core gateways, gRPC gateways, HTTP gateways, custom gateways
  • Added K8 events to capture gateway configurations update and as means to update gateway resource
  • SLA violations are now reported through k8 events
  • Sensors can trigger Argo workflow, any kubernetes resource and gateway
  • Gateway can send events to other gateways and sensors
  • Added examples for gateway and sensors
  • Sensors are now repeatable and fixed all issues with signal repeatability.
  • Removed signal deployments as microservices.

v0.5-beta1 (tbd)

  • Signals as separate deployments #49
  • Fixed code-gen bug #46
  • Filters for signals #26
  • Inline, file and url sources for trigger workflows #41

v0.5-alpha1

  • Initial release