Project Status Update
Parser First Release Candidate is Alive
Since the last update, we jumped from release 0.28.0 to 0.33.1. In the last two weeks we fixed a few bugs, in the parser and in the AsyncAPI JSON Schema that the parser is using for most of the validations. In case you have a Node.js application, you can also easily access the schema through a dedicated dependency. It was important not only to fix all those bugs but also to stop relying on our fork of the json-schema-ref-parser. Now we use the latest version of the upstream so it will be easier to bump into the latest versions.
Because of all those recent fixes, now was the moment to release our first release candidate for the parser. Give it a try and let us know what is missing!
Generator release candidate
We just released another release candidate for the Generator. The only new thing is the latest Parser release candidate to make it available to a broader audience. Say hello the release candidate number 8. Any bets we won’t go higher than 10?
AsyncAPI React Improvements
Our React component for rendering AsyncAPI files on a client-side has some improvements:
This component also uses the latest parser release candidate. Try it out with this preview.
|