@itwin/core-backend 4.3.0-dev.14 → 4.3.0-dev.15

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 +29 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,34 @@
1
1
  # Change Log - @itwin/core-backend
2
2
 
3
- This log was last generated on Mon, 16 Oct 2023 12:52:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Oct 2023 15:10:47 GMT and should not be manually modified.
4
+
5
+ ## 4.2.1
6
+ Tue, 24 Oct 2023 15:09:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.2.0
11
+ Tue, 17 Oct 2023 15:14:32 GMT
12
+
13
+ ### Updates
14
+
15
+ - Add ECSqlExpr api
16
+ - Add support for schema synchronization
17
+ - Fixed a null reference error when upgrading schemas to EC3
18
+ - Adds logging for checkpoint application and V2 checkpoint downloads
19
+ - add exportGraphics test to verify uv-parameter output
20
+ - ECDb.createQueryReader and IModelDb.createQueryReader are now public
21
+ - restart default txn after 10 minutes inactivity on v2 checkpoints
22
+ - Add TxnManager events raised when applying external txns.
23
+ - Fix RenderMaterialElement using the wrong CodeSpec.
24
+ - Fix two potential bugs when closing and reopening an iModel while pulling changes."
25
+ - Make watching for briefcase changes more reliable.
26
+ - As instance access no longer an experimental feature, removed experimental features option from relevant ecsql.
27
+ - Use instance query to get aspects for abstract classes
28
+ - ViewStore.ViewDb.getViewGroups select statement was referring to ParentId when parent was meant
29
+ - Remove `storageType` from `BlobContainer.RequestTokenProps`.
30
+ - Add 'provider' to 'BlobContainer.CreatedContainerProps'
31
+ - add TileStorage.getCachedTilesGenerator
4
32
 
5
33
  ## 4.1.9
6
34
  Tue, 10 Oct 2023 18:48:12 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "4.3.0-dev.14",
3
+ "version": "4.3.0-dev.15",
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.3.0-dev.14",
29
- "@itwin/core-common": "^4.3.0-dev.14",
30
- "@itwin/core-geometry": "^4.3.0-dev.14",
28
+ "@itwin/core-bentley": "^4.3.0-dev.15",
29
+ "@itwin/core-common": "^4.3.0-dev.15",
30
+ "@itwin/core-geometry": "^4.3.0-dev.15",
31
31
  "@opentelemetry/api": "^1.0.4"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -67,12 +67,12 @@
67
67
  "source-map-loader": "^4.0.0",
68
68
  "typescript": "~5.0.2",
69
69
  "webpack": "^5.76.0",
70
- "@itwin/build-tools": "4.3.0-dev.14",
71
- "@itwin/core-common": "4.3.0-dev.14",
72
- "@itwin/core-bentley": "4.3.0-dev.14",
73
- "@itwin/core-geometry": "4.3.0-dev.14",
74
- "@itwin/core-webpack-tools": "4.3.0-dev.14",
75
- "@itwin/ecsql-common": "4.3.0-dev.14",
70
+ "@itwin/core-common": "4.3.0-dev.15",
71
+ "@itwin/build-tools": "4.3.0-dev.15",
72
+ "@itwin/core-geometry": "4.3.0-dev.15",
73
+ "@itwin/core-bentley": "4.3.0-dev.15",
74
+ "@itwin/ecsql-common": "4.3.0-dev.15",
75
+ "@itwin/core-webpack-tools": "4.3.0-dev.15",
76
76
  "internal-tools": "3.0.0-dev.69"
77
77
  },
78
78
  "dependencies": {
@@ -89,7 +89,7 @@
89
89
  "semver": "^7.3.5",
90
90
  "touch": "^3.1.0",
91
91
  "ws": "^7.5.3",
92
- "@itwin/core-telemetry": "4.3.0-dev.14"
92
+ "@itwin/core-telemetry": "4.3.0-dev.15"
93
93
  },
94
94
  "nyc": {
95
95
  "extends": "./node_modules/@itwin/build-tools/.nycrc"