Skip to content

v0.35.0

Choose a tag to compare

@marle3003 marle3003 released this 25 Feb 21:13
· 316 commits to main since this release
202b203

✨ Improvements

JavaScript API

  • Added support for providing a function to dynamically decide whether a handler should be tracked.
  • HTTP request parameters now fall back to their default values when not explicitly provided.

Web UI

  • Enhanced the display of HTTP event request parameters for better readability and inspection.

Search

  • Optimized startup and initialization of the search index.
  • New configuration options
    • indexPath: Store the search index on the file system.
    • inMemory: Control whether the search index is kept entirely in memory.

🐛 Fixes

JavaScript API

  • Fixed an issue where Object.assign could not be used reliably inside HTTP event handlers.

Swagger / OpenAPI

  • Added support for missing parameter attributes during conversion:
    • default
    • maxLength
    • minLength
    • enum
    • multipleOf