Skip to content

v0.3.0

Compare
Choose a tag to compare
@stavshamir stavshamir released this 02 Nov 07:15
· 1144 commits to master since this release

Change Log

  • Fix for #31 - thanks to @kalarani for reporting and fixing this issue!
  • All endpoints prefix was changed from /asyncapi to /springwolf
  • The return type of /asyncapi/docs (which is now /springwolf/docs has been changed from AsyncAPI to Map<String, AsyncAPI> - meaning instead of returning the async API doc, a map containing single entry of doc title -> doc is returned.