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

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 +21 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
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, 30 Apr 2025 13:13:21 GMT and should not be manually modified.
4
+
5
+ ## 4.11.1
6
+ Wed, 30 Apr 2025 13:13:21 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.11.0
11
+ Wed, 16 Apr 2025 15:50:28 GMT
12
+
13
+ ### Updates
14
+
15
+ - Deprecate ECSqlStatement API
16
+ - Fix issue with concurrent query where it interrupt statement during prepare
17
+ - Resolves CVE-2025-27152
18
+ - new test for 3d linestyle part export
19
+ - Add test for BE_SQLITE_CONSTRAINT_UNIQUE
20
+ - Added SheetIndex classes to Class Registery
21
+ - pulling a changeset with project extents changes now updates the extents of the opened imodel
22
+ - Fix CloudSqlite.DbAccess.createBlobContainer always overwriting containerType with "property-store".
23
+ - Resolve race condition when recursively creating folders.
4
24
 
5
25
  ## 4.10.13
6
26
  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.1",
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.1",
29
+ "@itwin/core-common": "^4.11.1",
30
+ "@itwin/core-geometry": "^4.11.1",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -70,16 +70,16 @@
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/core-bentley": "4.11.1",
74
+ "@itwin/build-tools": "4.11.1",
75
+ "@itwin/core-common": "4.11.1",
76
+ "@itwin/core-webpack-tools": "4.11.1",
77
+ "internal-tools": "3.0.0-dev.69",
78
+ "@itwin/ecsql-common": "4.11.1",
79
+ "@itwin/core-geometry": "4.11.1"
80
80
  },
81
81
  "dependencies": {
82
- "@bentley/imodeljs-native": "4.11.32",
82
+ "@bentley/imodeljs-native": "4.11.35",
83
83
  "@itwin/cloud-agnostic-core": "^2.2.4",
84
84
  "@itwin/object-storage-azure": "^2.3.0",
85
85
  "@itwin/object-storage-core": "^2.3.0",
@@ -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.1"
97
97
  },
98
98
  "nyc": {
99
99
  "extends": "./node_modules/@itwin/build-tools/.nycrc"