@itwin/core-backend 5.8.0-dev.2 → 5.8.0-dev.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Thu, 26 Feb 2026 22:18:10 GMT and should not be manually modified.
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.2",
3
+ "version": "5.8.0-dev.3",
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.2",
31
- "@itwin/core-common": "5.8.0-dev.2",
32
- "@itwin/ecschema-metadata": "5.8.0-dev.2",
33
- "@itwin/core-geometry": "5.8.0-dev.2"
30
+ "@itwin/core-common": "5.8.0-dev.3",
31
+ "@itwin/core-geometry": "5.8.0-dev.3",
32
+ "@itwin/core-bentley": "5.8.0-dev.3",
33
+ "@itwin/ecschema-metadata": "5.8.0-dev.3"
34
34
  },
35
35
  "peerDependenciesMeta": {
36
36
  "@opentelemetry/api": {
@@ -77,14 +77,14 @@
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.2",
81
- "@itwin/ecschema-locaters": "5.8.0-dev.2",
82
- "@itwin/core-bentley": "5.8.0-dev.2",
83
- "@itwin/core-common": "5.8.0-dev.2",
84
- "@itwin/core-geometry": "5.8.0-dev.2",
85
- "@itwin/ecschema-metadata": "5.8.0-dev.2",
86
- "@itwin/ecsql-common": "5.8.0-dev.2",
87
- "internal-tools": "3.0.0-dev.69"
80
+ "@itwin/core-bentley": "5.8.0-dev.3",
81
+ "@itwin/build-tools": "5.8.0-dev.3",
82
+ "@itwin/core-common": "5.8.0-dev.3",
83
+ "@itwin/core-geometry": "5.8.0-dev.3",
84
+ "@itwin/ecschema-locaters": "5.8.0-dev.3",
85
+ "@itwin/ecsql-common": "5.8.0-dev.3",
86
+ "internal-tools": "3.0.0-dev.69",
87
+ "@itwin/ecschema-metadata": "5.8.0-dev.3"
88
88
  },
89
89
  "dependencies": {
90
90
  "@bentley/imodeljs-native": "5.8.3",