@itwin/core-backend 5.8.0-dev.2 → 5.8.0-dev.4
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 +16 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 03 Mar 2026 18:22:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.7.0
|
|
6
|
+
Tue, 03 Mar 2026 18:21:20 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Clarify what inProgress does in documentation
|
|
11
|
+
- Add lifecycle events for pull merge.
|
|
12
|
+
- Changed the tolerance for comparing coordinate in CRS tests
|
|
13
|
+
- Added IModelDb.exportGraphicsAsync and exportPartGraphicsAsync.
|
|
14
|
+
- Validate that ViewDefinition2d has a valid baseModelId.
|
|
15
|
+
- Add iModelDb.integrityCheck function that checks imodel database for corruption and reports results
|
|
16
|
+
- Swap deprecated calls to logException for new logError
|
|
17
|
+
- Change CloudSqlite `validateDbVersion` to fallback to default when version is any falsy value
|
|
18
|
+
- Added semantic rebase support to allow merging incoming or local schema changes without full lock.
|
|
4
19
|
|
|
5
20
|
## 5.6.2
|
|
6
21
|
Thu, 26 Feb 2026 22:14:46 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "5.8.0-dev.
|
|
3
|
+
"version": "5.8.0-dev.4",
|
|
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-bentley": "5.8.0-dev.
|
|
31
|
-
"@itwin/core-common": "5.8.0-dev.
|
|
32
|
-
"@itwin/ecschema-metadata": "5.8.0-dev.
|
|
33
|
-
"@itwin/core-geometry": "5.8.0-dev.
|
|
30
|
+
"@itwin/core-bentley": "5.8.0-dev.4",
|
|
31
|
+
"@itwin/core-common": "5.8.0-dev.4",
|
|
32
|
+
"@itwin/ecschema-metadata": "5.8.0-dev.4",
|
|
33
|
+
"@itwin/core-geometry": "5.8.0-dev.4"
|
|
34
34
|
},
|
|
35
35
|
"peerDependenciesMeta": {
|
|
36
36
|
"@opentelemetry/api": {
|
|
@@ -77,17 +77,17 @@
|
|
|
77
77
|
"marked": "^14.1.3",
|
|
78
78
|
"sql-formatter": "^15.4.6",
|
|
79
79
|
"webpack": "^5.97.1",
|
|
80
|
-
"@itwin/build-tools": "5.8.0-dev.
|
|
81
|
-
"@itwin/
|
|
82
|
-
"@itwin/
|
|
83
|
-
"@itwin/
|
|
84
|
-
"@itwin/core-geometry": "5.8.0-dev.
|
|
85
|
-
"
|
|
86
|
-
"@itwin/
|
|
87
|
-
"
|
|
80
|
+
"@itwin/build-tools": "5.8.0-dev.4",
|
|
81
|
+
"@itwin/core-bentley": "5.8.0-dev.4",
|
|
82
|
+
"@itwin/ecschema-metadata": "5.8.0-dev.4",
|
|
83
|
+
"@itwin/ecsql-common": "5.8.0-dev.4",
|
|
84
|
+
"@itwin/core-geometry": "5.8.0-dev.4",
|
|
85
|
+
"internal-tools": "3.0.0-dev.69",
|
|
86
|
+
"@itwin/core-common": "5.8.0-dev.4",
|
|
87
|
+
"@itwin/ecschema-locaters": "5.8.0-dev.4"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@bentley/imodeljs-native": "5.8.
|
|
90
|
+
"@bentley/imodeljs-native": "5.8.4",
|
|
91
91
|
"@itwin/object-storage-azure": "^3.0.4",
|
|
92
92
|
"@azure/storage-blob": "^12.28.0",
|
|
93
93
|
"form-data": "^4.0.4",
|