Skip to content

Commit fe27048

Browse files
committed
tidy up release notes to not have full error per feedback
1 parent 9a7a78a commit fe27048

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

content/en/releases/5_0_3.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@ description:
1010

1111
## Highlights
1212

13-
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs:
14-
15-
```
16-
2026-04-01T06:30:14.828 ERROR: Server error: RangeError: Maximum call stack size exceeded
17-
at getDocsByReplicationKeyNouveau (/service/api/src/services/authorization.js:640:10)
18-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19-
at async Object.getContext (/service/api/src/services/replication.js:10:32)
20-
at async getDocIds (/service/api/src/controllers/replication.js:7:23) {
21-
[stack]: [Getter/Setter],
22-
[message]: 'Maximum call stack size exceeded'
23-
}
24-
```
13+
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`). See the ticket below for more details.
2514

2615
### Bug fixes
2716

content/en/releases/5_1_1.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@ description:
1010

1111
## Highlights
1212

13-
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs:
14-
15-
```
16-
2026-04-01T06:30:14.828 ERROR: Server error: RangeError: Maximum call stack size exceeded
17-
at getDocsByReplicationKeyNouveau (/service/api/src/services/authorization.js:640:10)
18-
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
19-
at async Object.getContext (/service/api/src/services/replication.js:10:32)
20-
at async getDocIds (/service/api/src/controllers/replication.js:7:23) {
21-
[stack]: [Getter/Setter],
22-
[message]: 'Maximum call stack size exceeded'
23-
}
24-
```
13+
This release fixes a bug when an instance has one or more users with a large amount of documents (over 150,000). Deployments that suffer from this bug will see an error in the API logs (`Maximum call stack size exceeded`). See the ticket below for more details.
2514

2615
### Bug fixes
2716

0 commit comments

Comments
 (0)