Skip to content

Releases: SolaceLabs/asyncapi-importer-rest

GA Release 1.0

30 Oct 21:28
f4f3f09

Choose a tag to compare

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

28 Jan 18:54

Choose a tag to compare

Pre-release

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

21 Jan 19:15

Choose a tag to compare

Pre-release

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

16 Jan 17:56

Choose a tag to compare

Initial Alpha Release Pre-release
Pre-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!