@itwin/core-backend 5.13.0-dev.3 → 5.13.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.12.0
|
|
6
|
+
Mon, 03 Aug 2026 12:25:49 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Add internal applyChangeset (and test-support startChangeTracking/executeDdl/createChangeset) API to SQLiteDb.
|
|
11
|
+
- Unskipped previously mark flaky test
|
|
12
|
+
- Stopped using deprecated QueryRowFormat.UseJsPropertyNames in IModelDb ECSQL queries.
|
|
13
|
+
- Fixed queryEntityIds and ViewStore selector queries throwing on undefined/null binding values.
|
|
14
|
+
- Add preserveExtends option to getResolvedSettingDef
|
|
15
|
+
- Use a documented GetResolvedSettingDefOptions interface for getResolvedSettingDef options
|
|
16
|
+
- Added IpcHost.invoke and makeIpcProxy for backend-to-frontend IPC calls.
|
|
17
|
+
- Add filtering support to SchemaView and improve performance.
|
|
18
|
+
- Added caching behaviour to ChangesetReader api
|
|
19
|
+
- Changed error codes for "createQueryReader" and "withQueryReader" api and made error messages consistent across the native node add-on apis for the case of db being closed
|
|
20
|
+
- Restore ECSQL statement caching in the synchronous withQueryReader path: ECSqlRowExecutor now reuses a prepared statement from the owning db's statement cache instead of re-compiling the ECSQL on every call, fixing a per-element performance regression.
|
|
4
21
|
|
|
5
22
|
## 5.11.3
|
|
6
23
|
Wed, 15 Jul 2026 19:40:44 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "5.13.0-dev.
|
|
3
|
+
"version": "5.13.0-dev.5",
|
|
4
4
|
"description": "iTwin.js backend components",
|
|
5
5
|
"main": "lib/cjs/core-backend.js",
|
|
6
6
|
"module": "lib/esm/core-backend.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@opentelemetry/api": "^1.0.4",
|
|
30
|
-
"@itwin/core-geometry": "5.13.0-dev.
|
|
31
|
-
"@itwin/core-
|
|
32
|
-
"@itwin/core-
|
|
33
|
-
"@itwin/ecschema-metadata": "5.13.0-dev.
|
|
30
|
+
"@itwin/core-geometry": "5.13.0-dev.5",
|
|
31
|
+
"@itwin/core-bentley": "5.13.0-dev.5",
|
|
32
|
+
"@itwin/core-common": "5.13.0-dev.5",
|
|
33
|
+
"@itwin/ecschema-metadata": "5.13.0-dev.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@opentelemetry/api": {
|
|
@@ -76,13 +76,13 @@
|
|
|
76
76
|
"marked": "^14.1.3",
|
|
77
77
|
"sql-formatter": "^15.4.6",
|
|
78
78
|
"webpack": "^5.97.1",
|
|
79
|
-
"@itwin/core-
|
|
80
|
-
"@itwin/build-tools": "5.13.0-dev.
|
|
81
|
-
"@itwin/
|
|
82
|
-
"@itwin/ecschema-
|
|
83
|
-
"@itwin/
|
|
84
|
-
"@itwin/core-
|
|
85
|
-
"@itwin/
|
|
79
|
+
"@itwin/core-bentley": "5.13.0-dev.5",
|
|
80
|
+
"@itwin/build-tools": "5.13.0-dev.5",
|
|
81
|
+
"@itwin/ecschema-metadata": "5.13.0-dev.5",
|
|
82
|
+
"@itwin/ecschema-locaters": "5.13.0-dev.5",
|
|
83
|
+
"@itwin/ecsql-common": "5.13.0-dev.5",
|
|
84
|
+
"@itwin/core-common": "5.13.0-dev.5",
|
|
85
|
+
"@itwin/core-geometry": "5.13.0-dev.5",
|
|
86
86
|
"internal-tools": "3.0.0-dev.69"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|