Skip to content

Commit 6ac10e7

Browse files
committed
docs(release-2025-11): breaking changes
1 parent 20d6621 commit 6ac10e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/operations/releases/release-2025-11.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,26 @@ No rollback steps are required for this release.
144144

145145
The news agency project configuration properties `newsAgency.screens[].displayFilterOptionsSource` and `newsAgency.screens[].displayFilterOptionsCategories` have been removed. Use properties `newsAgency.sources` and `newsAgency.categories`, respectively (see [Displaying Custom Values for News Agency Report Properties](#displaying-custom-values-for-news-agency-report-properties)).
146146

147+
### Removed Server Feature `li-design-stats` 🔥
148+
149+
Server feature `li-design-stats`, including its server API (`designStatsApi.listDesigns`), has been removed. In addition, the server API `projectApi.getStats` has also been removed. Please remove any usages of these APIs.
150+
151+
### Removed Functions `sql`, `insert`, and `begin` of `lib/db` 🔥
152+
153+
- Function `require('@livingdocs/server/lib/db').sql` has been removed. Please use `liServer.db.sql` instead.
154+
- Function `require('@livingdocs/server/lib/db').insert` has been removed. Please use `liServer.db.insert` instead.
155+
- Function `require('@livingdocs/server/lib/db').begin` has been removed. Please use `liServer.db.begin` instead.
156+
157+
### API `documentApi.executeDocumentCommands` Requires Parameter `userId` 🔥
158+
159+
Unpublishing documents with `documentApi.executeDocumentCommands` without providing a `userId` is no longer supported. Please provide a `userId`.
160+
161+
### iMatrics Category Concepts Shown By Default 🔥
162+
163+
iMatrics concepts of type category are now shown by default. Previously, they were excluded unless `ignoredConceptTypes: []` was set.
164+
165+
If you want to keep the existing behavior, please set `ignoredConceptTypes: ['category']` in your [`li-imatrics-nlp-tags` metadata configuration]({{< ref "/reference/document/metadata/plugins/li-imatrics-nlp-tags/" >}}).
166+
147167
## Deprecations
148168

149169
## Features

0 commit comments

Comments
 (0)