changelog.md for @push.rocks/smartserve

2026-03-23 - 2.0.3 - fix(adapter.node)

unref the node server before closing connections during shutdown

2026-03-23 - 2.0.2 - fix(adapter.node)

close websocket server and active connections when stopping the Node adapter

2025-12-20 - 2.0.1 - fix(readme)

update README: rework features, add OpenAPI/Swagger, compression, request validation, examples, and runtime stats

2025-12-20 - 2.0.0 - BREAKING CHANGE(request)

introduce lazy request body parsing via ctx.json()/text()/arrayBuffer()/formData and remove IRequestContext.body

2025-12-08 - 1.4.0 - feat(openapi)

Add OpenAPI module: decorators, spec generator, runtime validation and Swagger UI

2025-12-05 - 1.3.0 - feat(compression)

Improve compression implementation (buffering and threshold), add Deno brotli support, add compression tests and dynamic route API

2025-12-05 - 1.2.0 - feat(compression)

Add cross-runtime response compression (Brotli/gzip), per-route decorators, and pre-compressed static file support

2025-12-03 - 1.1.2 - fix(deps)

Bump dependency versions for build and runtime tools

2025-12-03 - 1.1.1 - fix(adapters)

Attach WebSocket peer to typedRouter request localData and add ws dependency

2025-12-02 - 1.1.0 - feat(websocket)

Add TypedRouter WebSocket integration, connection registry, peer tagging and broadcast APIs

2025-11-29 - 1.0.2 - fix(package)

Update package metadata, scripts and dependency pins

2025-11-29 - 1.0.1 - initial release

Initial project commit and repository bootstrap.


Revision #2
Created 2026-03-28 13:11:35 UTC by foss.global Team
Updated 2026-03-29 16:54:05 UTC by foss.global Team