Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 2.49 KB

File metadata and controls

46 lines (24 loc) · 2.49 KB

2.0.1 (2023-02-08)

Bug Fixes

  • main project package id (37ba867)

2.0.0 (2023-02-08)

  • fix!: rename to AsyncAPI.NET (96cb30b)

Features

BREAKING CHANGES

  • as the LEGO prefix has been taken by others, the package has been renamed.

chore: update CHANGELOG.md Update CHANGELOG.md

chore: update CHANGELOG.md Update CHANGELOG.md

1.0.0 (2023-02-07)

Bug Fixes

  • bindings: remove pulsar binding (#70) (fd873d0)
  • change payload 'any' type to 'schema' to match specification. (#77) (3a7b96a)
  • readers: set fixed payload schemaformats to json schema types (#84) (0f46359)
  • readers: throw asyncapiexception, as this is handled by the main reader. (#80) (ef428b1)
  • writerextensions: consistency (#72) (e86cf20)

Features

  • bindings: add pulsar bindings (#74) (04e8af8)
  • bindings: add websockets binding (#69) (827f824)
  • models and serialization should now be up to date with version 2.5 (#76) (cbf3253)