Skip to content

v1.3.0

Latest

Choose a tag to compare

@BrunoSync BrunoSync released this 18 May 03:12
· 2 commits to main since this release
0c4c9b6

What's Changed

Configurable N+1 threshold, environment validation and cleanup.

  • Added configurable N+1 detection threshold globally and per endpoint
  • Added AllowedEnvironments validation — app throws on startup if current environment is not allowed
  • Removed unused database providers from Docker Compose
  • Extracted delay testing logic to its own middleware