@itwin/core-backend 3.5.0-dev.14 → 3.5.0-dev.18

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 +28 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Tue, 27 Sep 2022 11:50:59 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
4
+
5
+ ## 3.4.0
6
+ Thu, 13 Oct 2022 20:24:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - Removed IModelSchemaLoader, replaced with function to return schema from iModel by and a generic SchemaLoader added to ecschema-metadata
11
+ - Chunk traversal options for ChangedElementsDb
12
+ - Deprecated CloudStorage in favor of TileStorage + iTwin/object-storage
13
+ - added "onlyBaseProperties" to ElementLoadOptions to limit properties to only those in ElementProps, not subclasses
14
+ - BoxProps.origin name changed to baseOrigin to agree with json format
15
+ - Replace node-report crash reporting with Node.js Diagnostic Reporting
16
+ - Clarify RenderMaterialElement documentation
17
+ - `IModelJsFs.readdirSync` will now check if dir exists before reading
18
+ - add tokenFunc argument to getWorkspaceDb
19
+ - Add some logging in CustomViewState3dCreator.
20
+ - add querySubCategories function
21
+ - call container.checkForChanges before attempting to open a v2 checkpoint
22
+ - remove typescript retries for v2 checkpoint downloads
23
+ - Updated Node types declaration to support latest v16
24
+ - add PropertyStore interface
25
+ - delete definition models
26
+ - IModelDb.Elements.queryParent
27
+ - deleteElementTree and deleteElementSubTrees
28
+ - add doc for CloudCache.setLogMask
29
+ - added @beta CloudSqlite
30
+ - generate correct date format in local hub changesets
4
31
 
5
32
  ## 3.3.5
6
33
  Tue, 27 Sep 2022 11:50:59 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "3.5.0-dev.14",
3
+ "version": "3.5.0-dev.18",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "typings": "lib/cjs/core-backend",
@@ -24,9 +24,9 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "peerDependencies": {
27
- "@itwin/core-bentley": "^3.5.0-dev.14",
28
- "@itwin/core-common": "^3.5.0-dev.14",
29
- "@itwin/core-geometry": "^3.5.0-dev.14",
27
+ "@itwin/core-bentley": "^3.5.0-dev.18",
28
+ "@itwin/core-common": "^3.5.0-dev.18",
29
+ "@itwin/core-geometry": "^3.5.0-dev.18",
30
30
  "@opentelemetry/api": "^1.0.4"
31
31
  },
32
32
  "peerDependenciesMeta": {
@@ -39,12 +39,12 @@
39
39
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
40
40
  ],
41
41
  "devDependencies": {
42
- "@itwin/build-tools": "3.5.0-dev.14",
43
- "@itwin/core-bentley": "3.5.0-dev.14",
44
- "@itwin/core-common": "3.5.0-dev.14",
45
- "@itwin/core-geometry": "3.5.0-dev.14",
46
- "@itwin/core-webpack-tools": "3.5.0-dev.14",
47
- "@itwin/eslint-plugin": "3.5.0-dev.14",
42
+ "@itwin/build-tools": "3.5.0-dev.18",
43
+ "@itwin/core-bentley": "3.5.0-dev.18",
44
+ "@itwin/core-common": "3.5.0-dev.18",
45
+ "@itwin/core-geometry": "3.5.0-dev.18",
46
+ "@itwin/core-webpack-tools": "3.5.0-dev.18",
47
+ "@itwin/eslint-plugin": "3.5.0-dev.18",
48
48
  "@opentelemetry/api": "1.0.4",
49
49
  "@types/chai": "4.3.1",
50
50
  "@types/chai-as-promised": "^7",
@@ -78,7 +78,7 @@
78
78
  "@itwin/object-storage-azure": "~1.4.0",
79
79
  "@itwin/cloud-agnostic-core": "~1.4.0",
80
80
  "@itwin/object-storage-core": "~1.4.0",
81
- "@itwin/core-telemetry": "3.5.0-dev.14",
81
+ "@itwin/core-telemetry": "3.5.0-dev.18",
82
82
  "form-data": "^2.3.2",
83
83
  "fs-extra": "^8.1.0",
84
84
  "inversify": "~5.0.1",