@itwin/core-backend 4.1.0-dev.11 → 4.1.0-dev.12

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 +42 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,47 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 May 2023 15:34:14 GMT and should not be manually modified.
4
+
5
+ ## 4.0.0
6
+ Mon, 22 May 2023 15:34:14 GMT
7
+
8
+ ### Updates
9
+
10
+ - use baseUri rather than accountName for cloud containers
11
+ - added support for index of internal codes
12
+ - added IModelHost.profileDir. No two process may use the same profile directory at the same time.
13
+ - implemented constant lod texture mapping for tiles
14
+ - Deprecate IModelDb's and ECDb's query, queryRowCount, and restartQuery methods.
15
+ - Remove `ChangeSummaryManager.extractChangeSummaries`
16
+ - added ChannelControl
17
+ - Update to eslint@8
18
+ - add flag schemaLockHeld
19
+ - add public methods to BriefcaseManager to query the hub for changesets
20
+ - Drop Node 12 and Node 14.
21
+ - Drop Node 16 support.
22
+ - Prevent IPC requests from blocking the backend.
23
+ - cloudsqlite: add bcvhttplog and pragma bcv_client support
24
+ - change backendhubaccess and related properties to @internal
25
+ - Add SpatialViewState.fromJSON.
26
+ - remove old entity-unaware implementation of getReferenceIds
27
+ - rename members of @alpha CodeService interfaces
28
+ - DrawingViewDefinition.fromJSON
29
+ - Fix for timing issue in core tests
30
+ - allow passing a custom schema read context to IModelDb.importSchemas
31
+ - Added test to verify Id serialization to hex for system properties.
32
+
33
+ ## 3.7.6
34
+ Mon, 15 May 2023 18:23:40 GMT
35
+
36
+ ### Updates
37
+
38
+ - log metadata when uploading tiles
39
+ - disable native sqlite logger category when calling 'updateToRequestedVersion'
40
+
41
+ ## 3.7.5
42
+ Thu, 04 May 2023 19:43:18 GMT
43
+
44
+ _Version update only_
4
45
 
5
46
  ## 3.7.4
6
47
  Tue, 25 Apr 2023 17:50:35 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.1.0-dev.11",
3
+ "version": "4.1.0-dev.12",
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.1.0-dev.11",
29
- "@itwin/core-common": "^4.1.0-dev.11",
30
- "@itwin/core-geometry": "^4.1.0-dev.11",
28
+ "@itwin/core-bentley": "^4.1.0-dev.12",
29
+ "@itwin/core-common": "^4.1.0-dev.12",
30
+ "@itwin/core-geometry": "^4.1.0-dev.12",
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.1.0-dev.11",
70
- "@itwin/core-bentley": "4.1.0-dev.11",
71
- "@itwin/core-geometry": "4.1.0-dev.11",
72
- "@itwin/core-common": "4.1.0-dev.11",
73
- "@itwin/core-webpack-tools": "4.1.0-dev.11",
69
+ "@itwin/build-tools": "4.1.0-dev.12",
70
+ "@itwin/core-bentley": "4.1.0-dev.12",
71
+ "@itwin/core-geometry": "4.1.0-dev.12",
72
+ "@itwin/core-common": "4.1.0-dev.12",
73
+ "@itwin/core-webpack-tools": "4.1.0-dev.12",
74
74
  "internal-tools": "3.0.0-dev.69"
75
75
  },
76
76
  "dependencies": {
@@ -85,7 +85,7 @@
85
85
  "multiparty": "^4.2.1",
86
86
  "semver": "^7.3.5",
87
87
  "ws": "^7.5.3",
88
- "@itwin/core-telemetry": "4.1.0-dev.11"
88
+ "@itwin/core-telemetry": "4.1.0-dev.12"
89
89
  },
90
90
  "nyc": {
91
91
  "extends": "./node_modules/@itwin/build-tools/.nycrc"