Skip to content

Commit e79da96

Browse files
chore(main): release 2.10.0 (#91)
1 parent 91e84f2 commit e79da96

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.10.0](https://github.com/gravity-ui/expresskit/compare/v2.9.0...v2.10.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* add userId to self stats and redact sensitive query params for requestUrl ([#90](https://github.com/gravity-ui/expresskit/issues/90)) ([91e84f2](https://github.com/gravity-ui/expresskit/commit/91e84f2618b693070a8ae08060dc19ecf0cdb1bf))
9+
10+
11+
### Bug Fixes
12+
13+
* fix closing context for middlewares and route handlers and fix error handling ([#88](https://github.com/gravity-ui/expresskit/issues/88)) ([12cac40](https://github.com/gravity-ui/expresskit/commit/12cac4060d6c70fb85fe82954ebcfc159cc4a485))
14+
* use originalContext for stats ([#89](https://github.com/gravity-ui/expresskit/issues/89)) ([554de8f](https://github.com/gravity-ui/expresskit/commit/554de8f40d82603fc5dd8396d8136c277d4e4a2c))
15+
316
## [2.9.0](https://github.com/gravity-ui/expresskit/compare/v2.8.0...v2.9.0) (2025-11-10)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/expresskit",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Express.js wrapper for NodeKit-based apps",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)