Releases: SolaceLabs/asyncapi-importer-rest
Releases · SolaceLabs/asyncapi-importer-rest
GA Release 1.0
GA Release 1.0
- Beta fixes, performance improvements
- Add ability to create EventApi on import
- Import events for both publish and subscribe operations in asyncapi spec
- See Readme.md for description of REST command
- Runs on port 9005 by default
Alpha Release - 0.1.2-alpha
Alpha Release 0.1.2-alpha
- Spring-boot app tested with postman
- Check README for details on how to execute and invoke the service
- This is alpha state so be careful!
Updates:
- Redact token from error message + responses when token validation or query app domains fails
- URL region will now accept lowercase region codes (region codes for Solace Loud API URL resolution are now case insensitive)
Previous updates:
- Corrected bug where eventsOnly and disableCascadeUpdate were being ignored if appDomainld identifier used instead of appDomainName
- Added Java Doc
- Modifications to how MemoryAppender was being referenced before shut down - which could have caused errors when handling concurrent invocations.
Alpha Release - Update 0.1.1-alpha
Updated Alpha release 0.0.1-alpha
- Spring-boot app tested with postman
- Check README for details on how to execute and invoke the service
- This is alpha state so be careful!
Updates:
- Corrected bug where eventsOnly and disableCascadeUpdate were being ignored if appDomainId identifier used instead of appDomainName
- Added Java Doc
- Modifications to how MemoryAppender was being referenced before shut down - which could have caused errors when handling concurrent invocations.
Initial Alpha Release
First cut of the Solace AsyncApi Importer for Event Portal
- Spring-boot app tested with postman
- Check README for details on how to execute and invoke the service
- This is alpha state so please be careful!