Skip to content

Tags: aliadelelroby/guardrail

Tags

v1.2.3

Toggle v1.2.3's commit message
refactor(nestjs): use DiscoveryService for route protection logging

- Replace Express router stack scanning with NestJS DiscoveryService
- Use MetadataScanner to scan controller methods
- Remove setTimeout retry logic - DiscoveryService is available immediately
- More reliable and future-proof approach using NestJS native APIs
- Better metadata access for Guardrail protection info

v1.2.2

Toggle v1.2.2's commit message
fix(nestjs): use OnApplicationBootstrap for route protection logging

- Replace OnModuleInit with OnApplicationBootstrap lifecycle hook
- Use HttpAdapterHost for automatic HTTP adapter access
- Remove manual setApp() requirement from main.ts
- Route protection logging now works automatically when enabled

v1.2.1

Toggle v1.2.1's commit message
v1.2.1: Route protection visibility for NestJS

v1.2.0

Toggle v1.2.0's commit message
v1.2.0: Comprehensive reliability improvements