Skip to content

Commit 5d716c3

Browse files
committed
chore(release): v9.2.0
1 parent 87f67d8 commit 5d716c3

File tree

8 files changed

+30
-7
lines changed

8 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
# [9.2.0](https://github.com/TriPSs/nestjs-query/compare/v9.1.0...v9.2.0) (2025-10-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **aggregate-relations.resolver:** use relation's authorizer to resolve auth filter ([f8751c5](https://github.com/TriPSs/nestjs-query/commit/f8751c53aecd33126288f2c69645179137e49c53))
8+
* **authorizer:** add generic type to `authorizerRelation` method ([989c8e7](https://github.com/TriPSs/nestjs-query/commit/989c8e7ada42af5e4c0022171665b875a178bb59))
9+
* fixed typo ([ea5244b](https://github.com/TriPSs/nestjs-query/commit/ea5244b6a5f3f5d6dd119bb5d41fc118431dad01))
10+
* **query-graphql:** enhance DataLoader implementation with integration tests and improvements ([#389](https://github.com/TriPSs/nestjs-query/issues/389)) ([95f6765](https://github.com/TriPSs/nestjs-query/commit/95f6765755135243f17ed88950c9b0cb3e7bf5f2))
11+
* **query-graphql:** Improve handling of offset and limit in pager strategies ([9589a48](https://github.com/TriPSs/nestjs-query/commit/9589a482feca3c2a43f03c314cefacc9593fae5e))
12+
* **query-graphql:** resolve lint errors in federation N+1 integration tests ([5888637](https://github.com/TriPSs/nestjs-query/commit/588863731fc1150f39ad85455772d871a2eecd98))
13+
* **query-typeorm:** Adjust distinct record query column alias in TypeORMQueryService ([d000186](https://github.com/TriPSs/nestjs-query/commit/d0001861f1b45a024c0e7d9f4cec9046b05ceebd))
14+
* **read-relations.resolver:** use relation's authorizer to resolve auth filter ([cda8127](https://github.com/TriPSs/nestjs-query/commit/cda81273375faa7cfb8a5dac63056b6390f10c26))
15+
* resolve TypeScript compilation error in reference loader ([288d76f](https://github.com/TriPSs/nestjs-query/commit/288d76f4f7962ac666928df5ba1d20637a551f6d))
16+
17+
18+
### Features
19+
20+
* add DataLoader support to reference resolver to solve n+1 query problem ([4360e1f](https://github.com/TriPSs/nestjs-query/commit/4360e1f253a356b8dd63e3dce374b13f4cd75974))
21+
* Bump dependencies ([673bc8e](https://github.com/TriPSs/nestjs-query/commit/673bc8e9e4724facceb5584cebf3f11f2a0256c1))
22+
23+
24+
225
# [9.1.0](https://github.com/TriPSs/nestjs-query/compare/v9.0.3...v9.1.0) (2025-07-15)
326

427

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"private": true,
55
"workspaces": [
66
"packages/**"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-core",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Base query package",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-graphql",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Nestjs graphql query adapter",
55
"keywords": [
66
"graphql",

packages/query-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-mongoose",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Mongoose adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-sequelize",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Sequelize adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-typegoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typegoose",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Typegoose adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typeorm",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "Typeorm adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

0 commit comments

Comments
 (0)