You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: bump NestJS and Express deps
Bump @nestjs packages to 11.1.24 (and related @nestjs/* libs like swagger/platform-*) and upgrade express to 5.2.1 across multiple services.
* chore: Refine Fastify options and body parsing
Adjust Fastify/Nest adapter configuration and body parsing behavior:
- Add MAX_PARAM_LENGTH constant (4096) and move ignoreTrailingSlash/maxParamLength into Fastify routerOptions instead of top-level adapter options.
- Keep large BODY_LIMIT for payloads but set maxParamLength to a reasonable limit to avoid extremely long route params.
- Pass rawBody: true in NestFactory.create options and remove bodyParser:false usage.
- Register MeecoAuth listeners without awaiting to avoid blocking startup.
---------
Signed-off-by: Alex Piatakov <alex.piatakov@swirldslabs.com>
0 commit comments