Skip to content

BeeRock v1.5 Release

Latest
Compare
Choose a tag to compare
@namigop namigop released this 26 May 05:24
· 12 commits to main since this release

Note:

  • The uploaded builds in this release are not signed. Your OS will likely not be happy with it. Please see Install Instructions.
  • The uploaded *.zip files are "self-contained" builds and you do not need to install .NET 7.

New in BeeRock v1.5

  • Added support for creating mock services without using a swagger doc. Please see How to create mock APIs without swagger
  • Added support for querying the request body with JPath (or xpath for XML requests)
    Ex. myvar = context.Request.Get(Jpath_or_Xpath_here)

Fixes

  • Fixed a defect on the matching of route templates
  • Fix to builtin RMQclient. More parameters supported
  • Fix to loading of dynamic services (w/o swagger) that has the same name as compiled services (w/ swagger)