Skip to content

Releases: groovylabs/lyre

1.0.0-RC

03 Nov 14:53
5851339
Compare
Choose a tag to compare

Features

  • mock endpoints by files: add Scanner/Reader/Interpreter/APIx classes (lifecycle)
  • live reload on directory: add WatchService on Watcher
  • plug lyre on spring boot application create @EnableLyre annotation
  • enable remote connection customize embedded servlet container configuration
  • publishing events over websocket add WebSocketMessageBroker to feed lyre-ui
  • manage lyre endpoints & configuration using swagger add Swagger and Management REST services
  • docker support add Dockerfile

Bug Fixes

  • code quality: work on Reliability/Security/Maintainability via (Sonarcloud)
  • swagger: project information and useful links. (8dd3feb)