- 8e1b041: chore(plugin): added checks for license
- 0c120fb: fix(plugin): owner and repo are now persisted between builds versions
- 7f0e0ce: fix(plugin): set default value for plugin DIR
- 9386b80: feat(plugin): added feature to map channels to EventCatalog
- 40b90c9: fix(plugin): added support for AsyncAPI v2 files, pub/sub messages now matched correctly
- d6c0491: chore(plugin):added dashboard link to generator
- df75c7b: feat(plugin): added optional field to not parse schemas when parsing …
- 8effb57: fix(plugin): the original schema is now stored against the message
- f2e3908: feat(plugin): added support for versioning messages
- 3995b89: chore(plugin): upgrade eventcatalog sdk version
- ec93417: feat(plugin): added new extension x-eventcatalog-role
- 1579b34: feat(plugin): added support for queries in messages
- 157a0e3: feat(plugin): asyncapi paths can now be urls
- 538f88e: chore(plugin): updated deps
- 0334b93: chore(plugin): updated eventcatalog sdk version
- cce1dd0: chore(plugin): added validation for CLI inputs using zod
- 9ee9650: chore(plugin): removed code to set unique messages as sdk now does this
- 542aaed: chore(plugin): added windows tests to cicd
- 4985626: chore(plugin): fixed path issues with windows
- 1c3ee0a: feat(plugin): persist messages the service receives and sends
- d47ce74: feat(plugin): persist messages the service receives and sends
- f269307: feat(plugin): breaking change - service id is mandatory and foldernam…
- 477c55e: feat(plugin): asyncapi files are now raw by default, users have to opt into parsed outputs feat(plugin): specifications for services are now persisted on services.
- 1968f1c: fix(plugin): when refreshing service definitions the folder name is taken into consideration
- ebc881e: feat(plugin): added new folderName property for services
- 77e9a8a: feat(plugin): setting the service id on the plugin now uses that id f…
- 579aa26: feat(plugin): added support for json asyncapi files, now write json b…
- f769fa8: chore(plugin): changed asyncapi test file names
- adea394: feat(plugin): added support to specify custom service ids
- 4ceb838: feat(plugin): added support for avro schemas
- bf14d91: chore(plugin): removed logs - forced build
- 5a66746: feat(plugin): asyncapi written to service does not contain any refs
- 072f627: feat(plugin): added external file support using refs
- 8ddd7f6: Generator will integrate automatically the specifications frontmatter for services generated
- 6f28a9a: bug(plugin): reverted back to asyncapi plugin
- d89c37d: chore(plugin): update to license
- c691069: chore(plugin): release
- 4e5acb3: chore(plugin): fixing chalk version
- 572d121: feat(generator): core features
- 6e831f6: test
- c6e2991: fixing deployment
- dd2f78e: feat(sdk): added domains to sdk
- e925200: feat(sdk): added commands to sdk
- e060c21: chore(sdk): refactored code to new resource internal lib
- fcd03f6: feat(sdk): added support for services
- e41c8af: docs(sdk): adding docs to events
- 323eb10: fix(sdk): fixing build on github