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

Releases: asyncapi-archived-repos/event-gateway

v0.2.0

10 Jun 10:11
7a3f899
Compare
Choose a tag to compare

0.2.0 (2022-06-10)

Features

  • release a new version of event-gateway (#127) (6166233)

Bug Fixes

  • fix golangci-lint download URL + update version (#128) (7a3f899)

v0.1.5

20 Dec 10:55
08d018b
Compare
Choose a tag to compare

0.1.5 (2021-12-20)

Bug Fixes

  • skip message when invalid JSON (08d018b)

v0.1.4

15 Dec 13:18
93e3f8d
Compare
Choose a tag to compare

0.1.4 (2021-12-15)

Bug Fixes

  • set event-gateway-demo domain extension to .com (second attempt) (93e3f8d)

v0.1.3

14 Dec 16:15
07d3ac6
Compare
Choose a tag to compare

0.1.3 (2021-12-14)

Bug Fixes

  • set event-gateway-demo domain extension to .com (07d3ac6)

v0.1.2

14 Dec 12:19
28a1137
Compare
Choose a tag to compare

0.1.2 (2021-12-14)

Bug Fixes

  • set pullPolicy to Always since we are under development phase (28a1137)

v0.1.1

14 Dec 11:43
1311e98
Compare
Choose a tag to compare

0.1.1 (2021-12-14)

Bug Fixes

  • set the right Docker image name (1311e98)

v0.1.0

29 Oct 11:29
868173b
Compare
Choose a tag to compare

0.1.0 (2021-10-29)

Features

  • do nothing. Just forcing CI to publish a new release (#73) (868173b)

v0.0.1

27 Oct 11:46
a5f040c
Compare
Choose a tag to compare

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)