moclojer
GitHub
  • README
  • First Steps
    • Overview
    • Installation
    • Your First Mock Server
    • Dynamic Responses
    • Multiple Endpoints
    • Real-World Example
  • Templates
    • Template System Overview
    • Template Variables
  • Advanced Features
    • WebSocket Support
    • External Bodies
    • Webhook Integration
    • Rate Limiting
    • Multi-Domain Support
  • Framework Integration
    • Using as a Library
  • Reference Documentation
    • Configuration Specification
    • FAQ
  • Community and Contribution
    • Documentation Refactor
    • Code of Conduct
  • Release Notes
    • Latest Changes
    • v0.4.0
    • v0.3.5
    • v0.3.4
    • v0.3.3.1
    • v0.3.3
    • v0.3.2
    • v0.3.1
    • v0.3.0
    • v0.2
    • v0.1
Powered by GitBook
On this page
  • What’s Changed
  • Contributors

Was this helpful?

Edit on GitHub
  1. Release Notes

v0.3.0

Previousv0.3.1Nextv0.2

Last updated 1 year ago

Was this helpful?

What’s Changed

  • Reduce maintenance complexity caused by the OpenAPI specification by @avelino and @rodweb

  • Fixed configuration file observer, it was not working by @rodweb

  • Cross-Origin Resource Sharing (CORS) does not work by @vmesel

  • Leave core package clean (low cognitive load) by @avelino

  • Clear Slf4jLog (main thread logs) by @matheusfrancisco @souenzzo @avelino

  • endpoint with xlsx content by @avelino

  • include file in body endpoint return by @avelino

  • extend-body.path: dynamic path support based on request by @avelino

  • webhook support: background execution, with waiting time before executing by @avelino

  • tests: reuse server object by @avelino

  • structure to receive vector with configuration not "only" file in FS by @avelino

  • specify support for the use of frameworks by @avelino

Contributors

  • @avelino

  • @rodweb

  • @matheusfrancisco

  • @vmesel

  • @souenzzo

🎯 milestone
🔖 full Changelog
https://github.com/moclojer/moclojer/issues/113
https://github.com/moclojer/moclojer/issues/120
https://github.com/moclojer/moclojer/issues/123
https://github.com/moclojer/moclojer/pull/134
https://github.com/moclojer/moclojer/pull/135
https://github.com/moclojer/moclojer/pull/152
https://github.com/moclojer/moclojer/pull/160
https://github.com/moclojer/moclojer/pull/166
https://github.com/moclojer/moclojer/pull/176
https://github.com/moclojer/moclojer/issues/178
https://github.com/moclojer/moclojer/issues/188
https://github.com/moclojer/moclojer/issues/191