Skip to content

Latest commit

 

History

History
79 lines (39 loc) · 3.9 KB

File metadata and controls

79 lines (39 loc) · 3.9 KB

3.0.2 (2023-03-30)

Bug Fixes

3.0.1 (2023-03-13)

Bug Fixes

  • make optional properties of bindings nullable (#89) (499cf64)

3.0.0 (2023-02-27)

  • feat!: add basic [REQUIRED] validation rules (#96) (4e6fa07), closes #96

BREAKING CHANGES

  • Adds validation and starts spitting out errors in diagnostics, that haven't been there before.
  • Also changes SharpYaml to YamlDotNet, which does come with potental for breakage. Therefor i declare this change as breaking.

2.0.2 (2023-02-22)

Bug Fixes

  • payload schema reference resolution (#94) (70d4c23)

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)