Skip to content

Commit f26700e

Browse files
authored
feat: Add rawValues and rawFieldNames options for aggregation queries (#10438)
1 parent fc53270 commit f26700e

12 files changed

Lines changed: 486 additions & 106 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"mongodb": "7.1.0",
4949
"mustache": "4.2.0",
5050
"otpauth": "9.5.0",
51-
"parse": "8.5.0",
51+
"parse": "8.6.0",
5252
"path-to-regexp": "8.4.2",
5353
"pg-monitor": "3.1.0",
5454
"pg-promise": "12.6.0",
@@ -140,7 +140,7 @@
140140
},
141141
"types": "types/index.d.ts",
142142
"engines": {
143-
"node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
143+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.11.0 <25.0.0"
144144
},
145145
"bin": {
146146
"parse-server": "bin/parse-server"

resources/buildConfigDefinitions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const nestedOptionTypes = [
2323
'PagesOptions',
2424
'PagesRoute',
2525
'PasswordPolicyOptions',
26+
'QueryServerOptions',
2627
'RequestComplexityOptions',
2728
'SecurityOptions',
2829
'SchemaOptions',
@@ -48,6 +49,7 @@ const nestedOptionEnvPrefix = {
4849
PagesRoute: 'PARSE_SERVER_PAGES_ROUTE_',
4950
ParseServerOptions: 'PARSE_SERVER_',
5051
PasswordPolicyOptions: 'PARSE_SERVER_PASSWORD_POLICY_',
52+
QueryServerOptions: 'PARSE_SERVER_QUERY_',
5153
RateLimitOptions: 'PARSE_SERVER_RATE_LIMIT_',
5254
RequestComplexityOptions: 'PARSE_SERVER_REQUEST_COMPLEXITY_',
5355
SchemaOptions: 'PARSE_SERVER_SCHEMA_',

0 commit comments

Comments
 (0)