Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

v0.0.1

Compare
Choose a tag to compare
@asyncapi-bot asyncapi-bot released this 27 Oct 11:46
· 86 commits to master since this release
a5f040c

1.0.0 (2021-10-27)

Features

  • add first poc for a Kafka proxy (#7) (32263a9)
  • add message validation based on schema (#21) (5d5b36a)
  • add websocket endpoint to receive validation errors (#24) (a1e205a)
  • config: allow configuring single listener from AsyncAPI server (#18) (28b67d6)
  • config: remove support for configuring kafka broker from env vars (#51) (969e295)
  • configure extra message route to publish validationErrors to Kafka topic (#61) (dceaa39)
  • configure Kafka proxy from an AsyncAPI doc (#15) (e9411d1)
  • default dynamic listener ip set to 0.0.0.0 (#40) (6660c31)
  • encode ws messages to json so they become machine-readable (#28) (117af93)
  • model: add message model and dependants (#20) (cd5268b)
  • reuse Kafka proxy config logic (#30) (7cd5edb)
  • set a reachable address for proxy that brokers will use for advertisement (#63) (67d90c3)
  • use watermill as routing framework (#52) (64782cd)

Bug Fixes

  • config: make x-eventgateway-dial-mapping extension to accept multiple values (#39) (d8a1b88)
  • fix kafka proxy tests (#14) (a3e8448)
  • pass always Kafka proxy extra args config to the constructor (#29) (828e143)
  • swap operation types on API shortcuts as they were inverted (#44) (497e5d2)