Skip to content

Releases: asyncapi/avro-schema-parser

v3.0.2

14 Jun 13:01
e9f5940
Compare
Choose a tag to compare

3.0.2 (2023-06-14)

Bug Fixes

  • update @asyncapi/parser to 2.0.3 version (#214) (e9f5940)

v3.0.1

30 May 13:54
3c59eb0
Compare
Choose a tag to compare

3.0.1 (2023-05-30)

Bug Fixes

  • update @asyncapi/parser to 2.0.1 version (#211) (3c59eb0)

v3.0.0

02 May 12:15
94f94bc
Compare
Choose a tag to compare

3.0.0 (2023-05-02)

⚠ BREAKING CHANGES

  • force major release after CI errors (#207)
  • force release (#205)

Features

v2.0.1

28 Apr 10:25
c443918
Compare
Choose a tag to compare

2.0.1 (2023-04-28)

Bug Fixes

  • update @asyncapi/parser to 2.0.0 version (#203) (c443918)

v2.0.0-next-major.1

10 Mar 21:04
5c1bb01
Compare
Choose a tag to compare
v2.0.0-next-major.1 Pre-release
Pre-release

2.0.0-next-major.1 (2023-03-10)

⚠ BREAKING CHANGES

  • implement new Parser-js interface (#168)

Features

v1.1.0

05 Sep 09:12
b40dd93
Compare
Choose a tag to compare

1.1.0 (2022-09-05)

Features

  • support of record references in toplevel record (#154) (b40dd93), closes #148

v1.0.1

04 Jan 16:09
13b8f91
Compare
Choose a tag to compare

1.0.1 (2022-01-04)

Bug Fixes

  • avro parser now handles record reuse in definitions (13b8f91)

v1.0.0

22 Nov 12:53
dcbb195
Compare
Choose a tag to compare

1.0.0 (2021-11-22)

⚠ BREAKING CHANGES

  • validate Avro schemas included in AsyncAPI docs (#96)

Features

  • validate Avro schemas included in AsyncAPI docs (#96) (dcbb195), closes #37

v0.6.0

25 Oct 07:46
053be5a
Compare
Choose a tag to compare

0.6.0 (2021-10-25)

Features

  • support required and validator attributes in avro files (#82) (053be5a)

v0.5.0

17 Sep 13:08
be78b76
Compare
Choose a tag to compare

0.5.0 (2021-09-17)

Features

  • first support of bindings for AVRO key (#77) (be78b76), closes #67