@itwin/core-backend 4.11.0-dev.6 → 4.11.0

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 +12 -12
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, 10 Apr 2025 17:48:52 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Apr 2025 15:50:28 GMT and should not be manually modified.
4
+
5
+ ## 4.11.0
6
+ Wed, 16 Apr 2025 15:50:28 GMT
7
+
8
+ ### Updates
9
+
10
+ - Deprecate ECSqlStatement API
11
+ - Fix issue with concurrent query where it interrupt statement during prepare
12
+ - Resolves CVE-2025-27152
13
+ - new test for 3d linestyle part export
14
+ - Add test for BE_SQLITE_CONSTRAINT_UNIQUE
15
+ - Added SheetIndex classes to Class Registery
16
+ - pulling a changeset with project extents changes now updates the extents of the opened imodel
17
+ - Fix CloudSqlite.DbAccess.createBlobContainer always overwriting containerType with "property-store".
18
+ - Resolve race condition when recursively creating folders.
4
19
 
5
20
  ## 4.10.13
6
21
  Thu, 10 Apr 2025 17:47:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.11.0-dev.6",
3
+ "version": "4.11.0",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -25,9 +25,9 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-bentley": "^4.11.0-dev.6",
29
- "@itwin/core-common": "^4.11.0-dev.6",
30
- "@itwin/core-geometry": "^4.11.0-dev.6",
28
+ "@itwin/core-bentley": "^4.11.0",
29
+ "@itwin/core-common": "^4.11.0",
30
+ "@itwin/core-geometry": "^4.11.0",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -70,13 +70,13 @@
70
70
  "sql-formatter": "^15.4.6",
71
71
  "typescript": "~5.6.2",
72
72
  "webpack": "^5.76.0",
73
- "@itwin/build-tools": "4.11.0-dev.6",
74
- "@itwin/core-common": "4.11.0-dev.6",
75
- "@itwin/core-bentley": "4.11.0-dev.6",
76
- "@itwin/core-geometry": "4.11.0-dev.6",
77
- "@itwin/ecsql-common": "4.11.0-dev.6",
78
- "@itwin/core-webpack-tools": "4.11.0-dev.6",
79
- "internal-tools": "3.0.0-dev.69"
73
+ "@itwin/build-tools": "4.11.0",
74
+ "@itwin/core-common": "4.11.0",
75
+ "@itwin/core-bentley": "4.11.0",
76
+ "@itwin/core-geometry": "4.11.0",
77
+ "@itwin/core-webpack-tools": "4.11.0",
78
+ "internal-tools": "3.0.0-dev.69",
79
+ "@itwin/ecsql-common": "4.11.0"
80
80
  },
81
81
  "dependencies": {
82
82
  "@bentley/imodeljs-native": "4.11.32",
@@ -93,7 +93,7 @@
93
93
  "semver": "^7.5.2",
94
94
  "touch": "^3.1.0",
95
95
  "ws": "^7.5.10",
96
- "@itwin/core-telemetry": "4.11.0-dev.6"
96
+ "@itwin/core-telemetry": "4.11.0"
97
97
  },
98
98
  "nyc": {
99
99
  "extends": "./node_modules/@itwin/build-tools/.nycrc"