Skip to content

Commit e872853

Browse files
committed
chore(release): @forestadmin/forestadmin-client@1.27.2 [skip ci]
## [1.27.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.27.1...@forestadmin/forestadmin-client@1.27.2) (2024-05-20) ### Bug Fixes * **cloud:** error because of missing sqlite3 dependency ([#1112](#1112)) ([2f57d0c](2f57d0c)) * **mongoose:** error when applying auto flattening on deeply nested collections ([#1114](#1114)) ([426a6ae](426a6ae)) * **mongoose:** error when flattening collections with a dot in their name ([#1109](#1109)) ([6b803ba](6b803ba)) * **mongoose:** max call stack size error when using auto flattening with empty property names ([#1113](#1113)) ([ae096d1](ae096d1)) * **security:** patch ejs dependency vulnerabilities ([#1118](#1118)) ([009c89d](009c89d)) * **security:** patch mysql2 dependency vulnerabilities ([#1108](#1108)) ([c31854b](c31854b)) * **security:** patch mysql2 dependency vulnerabilities ([#1115](#1115)) ([aebae2a](aebae2a)) * **security:** patch tar dependency vulnerabilities ([#1106](#1106)) ([0422c1f](0422c1f)) * wait the server to be closed when calling agent.close ([#1107](#1107)) ([cc44b7e](cc44b7e)) ### Features * **agent:** allow parsing multiple sorting fields ([#1117](#1117)) ([e1cd78b](e1cd78b)) ### Performance Improvements * **mongoose:** speed up queries with relationships by filtering before retrieving relations ([#1116](#1116)) ([ff0bfc9](ff0bfc9))
1 parent 08bf2e3 commit e872853

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/forestadmin-client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## @forestadmin/forestadmin-client [1.27.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.27.1...@forestadmin/forestadmin-client@1.27.2) (2024-05-20)
2+
13
## @forestadmin/forestadmin-client [1.27.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.27.0...@forestadmin/forestadmin-client@1.27.1) (2024-04-12)
24

35

packages/forestadmin-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/forestadmin-client",
3-
"version": "1.27.1",
3+
"version": "1.27.2",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)