@itwin/core-backend 4.2.0-dev.5 → 4.2.0-dev.6
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 +32 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
# Change Log - @itwin/core-backend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 15 Aug 2023 19:39:59 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.1.0
|
|
6
|
+
Mon, 14 Aug 2023 14:36:34 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added the ability to convert EC2 XML schemas to EC3.2 XML schemas using the convertEC2SchemasToEC3Schemas method. Also added the ability to convert custom attributes of schemas using the upgradeCustomAttributesToEC3 method.
|
|
11
|
+
- Promote ECSchemaXmlContext to beta
|
|
12
|
+
- Made MetaDataRegistry internal again
|
|
13
|
+
- add auto-refresh tokens for CloudSqlite containers
|
|
14
|
+
- Added unit test to check if retry was triggered when concurrent query faces a timeout
|
|
15
|
+
- Upgrade sinon to 15.0.4
|
|
16
|
+
- add ChannelAdmin.makeChannelRoot
|
|
17
|
+
- Prefetches triggered by attach now have configurable minRequests/maxRequests through ApplicationSettings
|
|
18
|
+
- Promote MetaDataRegistry to beta.
|
|
19
|
+
- Fix RenderMaterialElement using the wrong CodeSpec.
|
|
20
|
+
- Promote Entity methods and constructors to @public; mark constructors protected.
|
|
21
|
+
- Promote ElementAspect constructors to public.
|
|
22
|
+
- add watchForChanges to OpenBriefcaseArgs
|
|
23
|
+
- fix PatternParams.applyTransform to update origin property
|
|
24
|
+
- Add ContainerType
|
|
25
|
+
- Modify BlobContainerStorage Interfaces
|
|
26
|
+
- add ViewStore apis
|
|
27
|
+
- Switch to ESLint new flat config system
|
|
28
|
+
|
|
29
|
+
## 4.0.7
|
|
30
|
+
Thu, 10 Aug 2023 13:19:24 GMT
|
|
31
|
+
|
|
32
|
+
### Updates
|
|
33
|
+
|
|
34
|
+
- @bentley/imodeljs-native@4.0.14
|
|
4
35
|
|
|
5
36
|
## 4.0.6
|
|
6
37
|
Mon, 24 Jul 2023 05:07:33 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-backend",
|
|
3
|
-
"version": "4.2.0-dev.
|
|
3
|
+
"version": "4.2.0-dev.6",
|
|
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.2.0-dev.
|
|
29
|
-
"@itwin/core-common": "^4.2.0-dev.
|
|
30
|
-
"@itwin/core-geometry": "^4.2.0-dev.
|
|
28
|
+
"@itwin/core-bentley": "^4.2.0-dev.6",
|
|
29
|
+
"@itwin/core-common": "^4.2.0-dev.6",
|
|
30
|
+
"@itwin/core-geometry": "^4.2.0-dev.6",
|
|
31
31
|
"@opentelemetry/api": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"source-map-loader": "^4.0.0",
|
|
67
67
|
"typescript": "~5.0.2",
|
|
68
68
|
"webpack": "^5.76.0",
|
|
69
|
-
"@itwin/build-tools": "4.2.0-dev.
|
|
70
|
-
"@itwin/core-bentley": "4.2.0-dev.
|
|
71
|
-
"@itwin/core-
|
|
72
|
-
"@itwin/core-
|
|
73
|
-
"@itwin/core-webpack-tools": "4.2.0-dev.
|
|
69
|
+
"@itwin/build-tools": "4.2.0-dev.6",
|
|
70
|
+
"@itwin/core-bentley": "4.2.0-dev.6",
|
|
71
|
+
"@itwin/core-common": "4.2.0-dev.6",
|
|
72
|
+
"@itwin/core-geometry": "4.2.0-dev.6",
|
|
73
|
+
"@itwin/core-webpack-tools": "4.2.0-dev.6",
|
|
74
74
|
"internal-tools": "3.0.0-dev.69"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"reflect-metadata": "^0.1.13",
|
|
87
87
|
"semver": "^7.3.5",
|
|
88
88
|
"ws": "^7.5.3",
|
|
89
|
-
"@itwin/core-telemetry": "4.2.0-dev.
|
|
89
|
+
"@itwin/core-telemetry": "4.2.0-dev.6"
|
|
90
90
|
},
|
|
91
91
|
"nyc": {
|
|
92
92
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|