With nestjs-stdschema, Universal schema validation for NestJS using the standard-schema specification.
- โ common: Improved file validation error messages with dynamic context like file size and MIME type #14213
- โ common: Added mimetype fallback for more reliable file type validation #14995
- ๐ common: Backport FileTypeValidator fallback support to v10 #15003
- โ common: Added forceConsole option to ConsoleLogger for bypassing custom loggers when needed #15503
- โ core: Added declarative route rewrites support for backward compatibility #15630
- โ core: Skip lifecycle hooks for non-instantiated transient services #15571
- โ core: Resolve extras in configurable module builder async methods #15705
- โ core: Ensure nested transient provider isolation #15815
- โ core: Added option for async logger compatibility #15986
- โ core: Resolve instantiate nested transient providers in static context #16098
- โ microservices: Fixed custom transport strategy injection in dynamic microservice configuration #15172
- โ platform-fastify: Fixed FastifyAdapter middleware registration before init in testing scenarios #15385
- ๐ sample: Fixed Sample for update gql federation samples to use production-ready #15539
- โ sample: Made sample 34 test resilient to external package format changes #15835
- โ sample: Fixed sample 22 for Prisma 7 compatibility #15984
- โ graphql: Added typeName option for custom type naming #3678
- โ Added options to selectively disable Swagger UI and JSON/YAML endpoints #3185
- โ Added custom extension properties support for security schemes #3248
- โ Restored x-enumNames support for better API client generator compatibility #3307
- โ Added skipDefaultValues option to omit unspecified default fields and corresponding test #3423
- ๐ Added type definition for format option in @ApiProperty() #3596
- โ terminus: Added forRootAsync for DynamicModule Configurations #2670
- ๐ terminus: Enhanced production-ready with GracefulShutdown sequence #2671
- ๐ terminus: Update amqplib to 0.10.6 for rmq 4.1+ compatibility #2673
- โ docs: Added Vitest alias resolution configuration for SWC setup #3204
- โ docs: Improved Swagger UI and raw options documentation #3206
- โ doc: Enhanced HTTP agent createConnection documentation with synchronous behavior clarification #58205
- ๐ doc: Improved glob pattern documentation with detailed syntax and examples #58988
- โ fs: Fixed ENOENT errors on Windows drive root paths #58989
- ๐ path: Added exclude option to path.matchesGlob method for advanced pattern filtering and fs.glob consistency #59061
- ๐ test_runner: Added classname hierarchy for JUnit reporter #60220
- โ esm: Fixed improve error messages for ambiguous module syntax #60376
- โ doc: Added reusePort error behavior to net module #61250
- ๐ test_runner: Print coverage and diagnostic info with dot reporter #61423
- โ fix(client): add default generic parameters to PrismaClient constructor(6.14.0 breaking changes) #27897
- ๐ feat: add default loki-mixin dashboards to TSDB #18732
- ๐ docs: fix generic placeholder definitions for int and duration types #20485
- โ perf: parallelize memory discovery file operations 60%+ performance gain #5751
- โ fix: include joined entity primary keys in pagination subquery #11669
- โ refactor: replace uuid with native Crypto API #11769
- โ fix: improve validation error messages #46
- ๐ Fix viewset actions dict being mutated after first request #9853
- ๐ Add nulls_distinct support to UniqueTogetherValidator #9866
- ๐ Reset recurrence rules when schedule changes #23840
- ๐ Fix user ignore filter for message_changed events #23894
๐ Recent Posting (tistory)
- GoP(Garden of Practice) ํ๊ณ - ์ฃผ๋์ด ๊ฐ๋ฐ์ ์ฑ์ฅ์ ์ํ ์ปค๋ฎค๋ํฐ!?
- ๋์๊ฐ๋ฉด์ ๋๋์๋ณด์.
- 3๋
์ฐจ ๋ฐฑ์๋ ๊ฐ๋ฐ์์ 2025๋
ํ๊ณ (์ฒซ ์ด์ง)
- Python์ WSGI(Web Server Gateway Interface) - Node์ ๋น๊ตํ๋ฉฐ ์ดํดํ๊ธฐ
- React์ CVE ๋ณด์ ์ทจ์ฝ์ ์ด ์ฐ๋ฌ์ ํฐ์ก๋ค. (feat. CloudFlare WAF ์ด์)
- Python์ GIL(Global Interpreter Lock) - Node์ ๋น๊ตํ๋ฉฐ ์ดํดํ๊ธฐ