@itwin/core-backend 3.0.0-dev.100

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 (245) hide show
  1. package/CHANGELOG.md +1525 -0
  2. package/LICENSE.md +9 -0
  3. package/README.md +11 -0
  4. package/lib/cjs/AliCloudStorageService.d.ts +12 -0
  5. package/lib/cjs/AliCloudStorageService.d.ts.map +1 -0
  6. package/lib/cjs/AliCloudStorageService.js +70 -0
  7. package/lib/cjs/AliCloudStorageService.js.map +1 -0
  8. package/lib/cjs/BackendHubAccess.d.ts +208 -0
  9. package/lib/cjs/BackendHubAccess.d.ts.map +1 -0
  10. package/lib/cjs/BackendHubAccess.js +42 -0
  11. package/lib/cjs/BackendHubAccess.js.map +1 -0
  12. package/lib/cjs/BackendLoggerCategory.d.ts +83 -0
  13. package/lib/cjs/BackendLoggerCategory.d.ts.map +1 -0
  14. package/lib/cjs/BackendLoggerCategory.js +91 -0
  15. package/lib/cjs/BackendLoggerCategory.js.map +1 -0
  16. package/lib/cjs/BisCoreSchema.d.ts +22 -0
  17. package/lib/cjs/BisCoreSchema.d.ts.map +1 -0
  18. package/lib/cjs/BisCoreSchema.js +61 -0
  19. package/lib/cjs/BisCoreSchema.js.map +1 -0
  20. package/lib/cjs/BriefcaseManager.d.ts +167 -0
  21. package/lib/cjs/BriefcaseManager.d.ts.map +1 -0
  22. package/lib/cjs/BriefcaseManager.js +406 -0
  23. package/lib/cjs/BriefcaseManager.js.map +1 -0
  24. package/lib/cjs/Category.d.ts +154 -0
  25. package/lib/cjs/Category.d.ts.map +1 -0
  26. package/lib/cjs/Category.js +244 -0
  27. package/lib/cjs/Category.js.map +1 -0
  28. package/lib/cjs/ChangeSummaryManager.d.ts +188 -0
  29. package/lib/cjs/ChangeSummaryManager.d.ts.map +1 -0
  30. package/lib/cjs/ChangeSummaryManager.js +444 -0
  31. package/lib/cjs/ChangeSummaryManager.js.map +1 -0
  32. package/lib/cjs/ChangedElementsDb.d.ts +97 -0
  33. package/lib/cjs/ChangedElementsDb.d.ts.map +1 -0
  34. package/lib/cjs/ChangedElementsDb.js +166 -0
  35. package/lib/cjs/ChangedElementsDb.js.map +1 -0
  36. package/lib/cjs/ChangedElementsManager.d.ts +40 -0
  37. package/lib/cjs/ChangedElementsManager.d.ts.map +1 -0
  38. package/lib/cjs/ChangedElementsManager.js +89 -0
  39. package/lib/cjs/ChangedElementsManager.js.map +1 -0
  40. package/lib/cjs/CheckpointManager.d.ts +101 -0
  41. package/lib/cjs/CheckpointManager.d.ts.map +1 -0
  42. package/lib/cjs/CheckpointManager.js +257 -0
  43. package/lib/cjs/CheckpointManager.js.map +1 -0
  44. package/lib/cjs/ClassRegistry.d.ts +72 -0
  45. package/lib/cjs/ClassRegistry.d.ts.map +1 -0
  46. package/lib/cjs/ClassRegistry.js +154 -0
  47. package/lib/cjs/ClassRegistry.js.map +1 -0
  48. package/lib/cjs/CloudStorageBackend.d.ts +46 -0
  49. package/lib/cjs/CloudStorageBackend.d.ts.map +1 -0
  50. package/lib/cjs/CloudStorageBackend.js +157 -0
  51. package/lib/cjs/CloudStorageBackend.js.map +1 -0
  52. package/lib/cjs/CodeSpecs.d.ts +51 -0
  53. package/lib/cjs/CodeSpecs.d.ts.map +1 -0
  54. package/lib/cjs/CodeSpecs.js +113 -0
  55. package/lib/cjs/CodeSpecs.js.map +1 -0
  56. package/lib/cjs/ConcurrentQuery.d.ts +12 -0
  57. package/lib/cjs/ConcurrentQuery.d.ts.map +1 -0
  58. package/lib/cjs/ConcurrentQuery.js +24 -0
  59. package/lib/cjs/ConcurrentQuery.js.map +1 -0
  60. package/lib/cjs/DevTools.d.ts +72 -0
  61. package/lib/cjs/DevTools.d.ts.map +1 -0
  62. package/lib/cjs/DevTools.js +155 -0
  63. package/lib/cjs/DevTools.js.map +1 -0
  64. package/lib/cjs/DisplayStyle.d.ts +107 -0
  65. package/lib/cjs/DisplayStyle.d.ts.map +1 -0
  66. package/lib/cjs/DisplayStyle.js +292 -0
  67. package/lib/cjs/DisplayStyle.js.map +1 -0
  68. package/lib/cjs/ECDb.d.ts +196 -0
  69. package/lib/cjs/ECDb.d.ts.map +1 -0
  70. package/lib/cjs/ECDb.js +354 -0
  71. package/lib/cjs/ECDb.js.map +1 -0
  72. package/lib/cjs/ECSchemaXmlContext.d.ts +18 -0
  73. package/lib/cjs/ECSchemaXmlContext.d.ts.map +1 -0
  74. package/lib/cjs/ECSchemaXmlContext.js +36 -0
  75. package/lib/cjs/ECSchemaXmlContext.js.map +1 -0
  76. package/lib/cjs/ECSqlStatement.d.ts +467 -0
  77. package/lib/cjs/ECSqlStatement.d.ts.map +1 -0
  78. package/lib/cjs/ECSqlStatement.js +783 -0
  79. package/lib/cjs/ECSqlStatement.js.map +1 -0
  80. package/lib/cjs/Element.d.ts +1082 -0
  81. package/lib/cjs/Element.d.ts.map +1 -0
  82. package/lib/cjs/Element.js +1392 -0
  83. package/lib/cjs/Element.js.map +1 -0
  84. package/lib/cjs/ElementAspect.d.ts +157 -0
  85. package/lib/cjs/ElementAspect.d.ts.map +1 -0
  86. package/lib/cjs/ElementAspect.js +179 -0
  87. package/lib/cjs/ElementAspect.js.map +1 -0
  88. package/lib/cjs/ElementGraphics.d.ts +10 -0
  89. package/lib/cjs/ElementGraphics.d.ts.map +1 -0
  90. package/lib/cjs/ElementGraphics.js +42 -0
  91. package/lib/cjs/ElementGraphics.js.map +1 -0
  92. package/lib/cjs/Entity.d.ts +57 -0
  93. package/lib/cjs/Entity.d.ts.map +1 -0
  94. package/lib/cjs/Entity.js +63 -0
  95. package/lib/cjs/Entity.js.map +1 -0
  96. package/lib/cjs/ExportGraphics.d.ts +302 -0
  97. package/lib/cjs/ExportGraphics.d.ts.map +1 -0
  98. package/lib/cjs/ExportGraphics.js +206 -0
  99. package/lib/cjs/ExportGraphics.js.map +1 -0
  100. package/lib/cjs/ExternalSource.d.ts +95 -0
  101. package/lib/cjs/ExternalSource.d.ts.map +1 -0
  102. package/lib/cjs/ExternalSource.js +126 -0
  103. package/lib/cjs/ExternalSource.js.map +1 -0
  104. package/lib/cjs/GeometrySummary.d.ts +5 -0
  105. package/lib/cjs/GeometrySummary.d.ts.map +1 -0
  106. package/lib/cjs/GeometrySummary.js +378 -0
  107. package/lib/cjs/GeometrySummary.js.map +1 -0
  108. package/lib/cjs/IModelCloneContext.d.ts +74 -0
  109. package/lib/cjs/IModelCloneContext.d.ts.map +1 -0
  110. package/lib/cjs/IModelCloneContext.js +130 -0
  111. package/lib/cjs/IModelCloneContext.js.map +1 -0
  112. package/lib/cjs/IModelDb.d.ts +1107 -0
  113. package/lib/cjs/IModelDb.d.ts.map +1 -0
  114. package/lib/cjs/IModelDb.js +2161 -0
  115. package/lib/cjs/IModelDb.js.map +1 -0
  116. package/lib/cjs/IModelHost.d.ts +284 -0
  117. package/lib/cjs/IModelHost.d.ts.map +1 -0
  118. package/lib/cjs/IModelHost.js +411 -0
  119. package/lib/cjs/IModelHost.js.map +1 -0
  120. package/lib/cjs/IModelJsFs.d.ts +63 -0
  121. package/lib/cjs/IModelJsFs.d.ts.map +1 -0
  122. package/lib/cjs/IModelJsFs.js +141 -0
  123. package/lib/cjs/IModelJsFs.js.map +1 -0
  124. package/lib/cjs/IModelSchemaLoader.d.ts +26 -0
  125. package/lib/cjs/IModelSchemaLoader.d.ts.map +1 -0
  126. package/lib/cjs/IModelSchemaLoader.js +95 -0
  127. package/lib/cjs/IModelSchemaLoader.js.map +1 -0
  128. package/lib/cjs/IpcHost.d.ts +99 -0
  129. package/lib/cjs/IpcHost.d.ts.map +1 -0
  130. package/lib/cjs/IpcHost.js +234 -0
  131. package/lib/cjs/IpcHost.js.map +1 -0
  132. package/lib/cjs/LineStyle.d.ts +312 -0
  133. package/lib/cjs/LineStyle.d.ts.map +1 -0
  134. package/lib/cjs/LineStyle.js +296 -0
  135. package/lib/cjs/LineStyle.js.map +1 -0
  136. package/lib/cjs/LocalhostIpcHost.d.ts +19 -0
  137. package/lib/cjs/LocalhostIpcHost.d.ts.map +1 -0
  138. package/lib/cjs/LocalhostIpcHost.js +52 -0
  139. package/lib/cjs/LocalhostIpcHost.js.map +1 -0
  140. package/lib/cjs/Material.d.ts +102 -0
  141. package/lib/cjs/Material.d.ts.map +1 -0
  142. package/lib/cjs/Material.js +146 -0
  143. package/lib/cjs/Material.js.map +1 -0
  144. package/lib/cjs/Model.d.ts +387 -0
  145. package/lib/cjs/Model.d.ts.map +1 -0
  146. package/lib/cjs/Model.js +469 -0
  147. package/lib/cjs/Model.js.map +1 -0
  148. package/lib/cjs/NativeAppStorage.d.ts +52 -0
  149. package/lib/cjs/NativeAppStorage.d.ts.map +1 -0
  150. package/lib/cjs/NativeAppStorage.js +203 -0
  151. package/lib/cjs/NativeAppStorage.js.map +1 -0
  152. package/lib/cjs/NativeHost.d.ts +71 -0
  153. package/lib/cjs/NativeHost.d.ts.map +1 -0
  154. package/lib/cjs/NativeHost.js +221 -0
  155. package/lib/cjs/NativeHost.js.map +1 -0
  156. package/lib/cjs/NavigationRelationship.d.ts +157 -0
  157. package/lib/cjs/NavigationRelationship.d.ts.map +1 -0
  158. package/lib/cjs/NavigationRelationship.js +226 -0
  159. package/lib/cjs/NavigationRelationship.js.map +1 -0
  160. package/lib/cjs/PromiseMemoizer.d.ts +52 -0
  161. package/lib/cjs/PromiseMemoizer.d.ts.map +1 -0
  162. package/lib/cjs/PromiseMemoizer.js +93 -0
  163. package/lib/cjs/PromiseMemoizer.js.map +1 -0
  164. package/lib/cjs/Relationship.d.ts +400 -0
  165. package/lib/cjs/Relationship.d.ts.map +1 -0
  166. package/lib/cjs/Relationship.js +460 -0
  167. package/lib/cjs/Relationship.js.map +1 -0
  168. package/lib/cjs/RpcBackend.d.ts +23 -0
  169. package/lib/cjs/RpcBackend.d.ts.map +1 -0
  170. package/lib/cjs/RpcBackend.js +94 -0
  171. package/lib/cjs/RpcBackend.js.map +1 -0
  172. package/lib/cjs/SQLiteDb.d.ts +66 -0
  173. package/lib/cjs/SQLiteDb.d.ts.map +1 -0
  174. package/lib/cjs/SQLiteDb.js +140 -0
  175. package/lib/cjs/SQLiteDb.js.map +1 -0
  176. package/lib/cjs/Schema.d.ts +56 -0
  177. package/lib/cjs/Schema.d.ts.map +1 -0
  178. package/lib/cjs/Schema.js +84 -0
  179. package/lib/cjs/Schema.js.map +1 -0
  180. package/lib/cjs/ServerBasedLocks.d.ts +64 -0
  181. package/lib/cjs/ServerBasedLocks.d.ts.map +1 -0
  182. package/lib/cjs/ServerBasedLocks.js +177 -0
  183. package/lib/cjs/ServerBasedLocks.js.map +1 -0
  184. package/lib/cjs/SqliteStatement.d.ts +264 -0
  185. package/lib/cjs/SqliteStatement.d.ts.map +1 -0
  186. package/lib/cjs/SqliteStatement.js +417 -0
  187. package/lib/cjs/SqliteStatement.js.map +1 -0
  188. package/lib/cjs/Texture.d.ts +59 -0
  189. package/lib/cjs/Texture.d.ts.map +1 -0
  190. package/lib/cjs/Texture.js +83 -0
  191. package/lib/cjs/Texture.js.map +1 -0
  192. package/lib/cjs/TxnManager.d.ts +203 -0
  193. package/lib/cjs/TxnManager.d.ts.map +1 -0
  194. package/lib/cjs/TxnManager.js +354 -0
  195. package/lib/cjs/TxnManager.js.map +1 -0
  196. package/lib/cjs/ViewDefinition.d.ts +432 -0
  197. package/lib/cjs/ViewDefinition.d.ts.map +1 -0
  198. package/lib/cjs/ViewDefinition.js +623 -0
  199. package/lib/cjs/ViewDefinition.js.map +1 -0
  200. package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -0
  201. package/lib/cjs/core-backend.d.ts +162 -0
  202. package/lib/cjs/core-backend.d.ts.map +1 -0
  203. package/lib/cjs/core-backend.js +181 -0
  204. package/lib/cjs/core-backend.js.map +1 -0
  205. package/lib/cjs/domains/FunctionalElements.d.ts +102 -0
  206. package/lib/cjs/domains/FunctionalElements.d.ts.map +1 -0
  207. package/lib/cjs/domains/FunctionalElements.js +146 -0
  208. package/lib/cjs/domains/FunctionalElements.js.map +1 -0
  209. package/lib/cjs/domains/FunctionalSchema.d.ts +14 -0
  210. package/lib/cjs/domains/FunctionalSchema.d.ts.map +1 -0
  211. package/lib/cjs/domains/FunctionalSchema.js +41 -0
  212. package/lib/cjs/domains/FunctionalSchema.js.map +1 -0
  213. package/lib/cjs/domains/GenericElements.d.ts +178 -0
  214. package/lib/cjs/domains/GenericElements.d.ts.map +1 -0
  215. package/lib/cjs/domains/GenericElements.js +264 -0
  216. package/lib/cjs/domains/GenericElements.js.map +1 -0
  217. package/lib/cjs/domains/GenericSchema.d.ts +11 -0
  218. package/lib/cjs/domains/GenericSchema.d.ts.map +1 -0
  219. package/lib/cjs/domains/GenericSchema.js +29 -0
  220. package/lib/cjs/domains/GenericSchema.js.map +1 -0
  221. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts +16 -0
  222. package/lib/cjs/rpc-impl/DevToolsRpcImpl.d.ts.map +1 -0
  223. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js +33 -0
  224. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -0
  225. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +40 -0
  226. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts.map +1 -0
  227. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +207 -0
  228. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -0
  229. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts +21 -0
  230. package/lib/cjs/rpc-impl/IModelTileRpcImpl.d.ts.map +1 -0
  231. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js +193 -0
  232. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -0
  233. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +37 -0
  234. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts.map +1 -0
  235. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js +162 -0
  236. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -0
  237. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +17 -0
  238. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts.map +1 -0
  239. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +44 -0
  240. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -0
  241. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts +16 -0
  242. package/lib/cjs/rpc-impl/WipRpcImpl.d.ts.map +1 -0
  243. package/lib/cjs/rpc-impl/WipRpcImpl.js +35 -0
  244. package/lib/cjs/rpc-impl/WipRpcImpl.js.map +1 -0
  245. package/package.json +101 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1525 @@
1
+ # Change Log - @itwin/core-backend
2
+
3
+ This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
4
+
5
+ ## 2.19.13
6
+ Tue, 21 Sep 2021 21:06:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.19.12
11
+ Wed, 15 Sep 2021 18:06:46 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 2.19.11
16
+ Thu, 09 Sep 2021 21:04:58 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 2.19.10
21
+ Wed, 08 Sep 2021 14:36:01 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 2.19.9
26
+ Wed, 25 Aug 2021 15:36:01 GMT
27
+
28
+ ### Updates
29
+
30
+ - throw better exception if IModelHost.startup has not been called
31
+
32
+ ## 2.19.8
33
+ Mon, 23 Aug 2021 13:23:13 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 2.19.7
38
+ Fri, 20 Aug 2021 17:47:22 GMT
39
+
40
+ ### Updates
41
+
42
+ - add queryV2Checkpoint to BackendHubAccess
43
+ - use native serializer for processing schemas in transformer
44
+ - only export necessary schemas during imodel transformation
45
+
46
+ ## 2.19.6
47
+ Tue, 17 Aug 2021 20:34:29 GMT
48
+
49
+ _Version update only_
50
+
51
+ ## 2.19.5
52
+ Fri, 13 Aug 2021 21:48:08 GMT
53
+
54
+ _Version update only_
55
+
56
+ ## 2.19.4
57
+ Thu, 12 Aug 2021 13:09:26 GMT
58
+
59
+ ### Updates
60
+
61
+ - clear statement cache before applying schema changesets
62
+ - Tests for solid kernel severe error exceptions.
63
+
64
+ ## 2.19.3
65
+ Wed, 04 Aug 2021 20:29:34 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 2.19.2
70
+ Tue, 03 Aug 2021 18:26:23 GMT
71
+
72
+ _Version update only_
73
+
74
+ ## 2.19.1
75
+ Thu, 29 Jul 2021 20:01:11 GMT
76
+
77
+ ### Updates
78
+
79
+ - Refresh access token when setting up V1 Checkpoints if possible
80
+
81
+ ## 2.19.0
82
+ Mon, 26 Jul 2021 12:21:25 GMT
83
+
84
+ ### Updates
85
+
86
+ - Reactivated test that stopped working when a previous PR for ecef dependency to geographicCRS was reverted
87
+ - store changesetIndex on IModelDb
88
+ - Better error checks when creating SpatialViewDefinition-s.
89
+ - remove internal barrel-import usage
90
+ - throw exception when attempting to download a briefcase on top of an existing file
91
+ - Add case for InterpolationCurve3d
92
+ - Use worker thread for mass properties calculations.
93
+ - Add offset body operation for IFC connector.
94
+ - Correctly handle case where subtract operation consumes target body.
95
+ - await returned promise to ensure finally block doesn't intercept it
96
+
97
+ ## 2.18.4
98
+ Tue, 10 Aug 2021 19:35:13 GMT
99
+
100
+ _Version update only_
101
+
102
+ ## 2.18.3
103
+ Wed, 28 Jul 2021 17:16:30 GMT
104
+
105
+ _Version update only_
106
+
107
+ ## 2.18.2
108
+ Mon, 26 Jul 2021 16:18:31 GMT
109
+
110
+ _Version update only_
111
+
112
+ ## 2.18.1
113
+ Fri, 16 Jul 2021 17:45:09 GMT
114
+
115
+ _Version update only_
116
+
117
+ ## 2.18.0
118
+ Fri, 09 Jul 2021 18:11:24 GMT
119
+
120
+ ### Updates
121
+
122
+ - TemplateModelCloner now assigns a new FederationGuid for cloned element instances.
123
+ - Accomodated the inability to reverse Changesets when creating change summaries.
124
+ - fix lint issue
125
+ - begin api transition to changeset index rather than changeset Id
126
+ - Use ecef location calculated for projected iModels
127
+ - Push refreshes access token if necessary.
128
+ - Do not reuse briefcase ids in ReadWrite workflows when using the RPC interfaces (if the briefcase was not found in the local file system)
129
+ - Add missing SectionDrawing properties.
130
+
131
+ ## 2.17.3
132
+ Mon, 26 Jul 2021 16:08:36 GMT
133
+
134
+ _Version update only_
135
+
136
+ ## 2.17.2
137
+ Thu, 08 Jul 2021 15:23:00 GMT
138
+
139
+ ### Updates
140
+
141
+ - Do not reuse briefcase ids in ReadWrite workflows when using the RPC interfaces (if the briefcase was not found in the local file system)
142
+
143
+ ## 2.17.1
144
+ Fri, 02 Jul 2021 15:38:31 GMT
145
+
146
+ ### Updates
147
+
148
+ - Update to @bentley/imodeljs-native@2.17.10
149
+
150
+ ## 2.17.0
151
+ Mon, 28 Jun 2021 16:20:11 GMT
152
+
153
+ ### Updates
154
+
155
+ - Promote APIs to public.
156
+ - Include ECClass Ids in TxnChangedEntities.
157
+ - Changes in BriefcaseHandling and ConcurrencyControl to support recovery after deleted changeset
158
+ - download V2 checkpoints asynchronously
159
+ - Deprecate IModelExporter.excludeElementCategory in favor of excludeElementsInCategory
160
+ - make IModelExporter.onExportSchema async
161
+ - Notify frontend via Ipc when IModelDb properties change.
162
+ - added IModelHost.hubAccess api for mocking IModelHub for tests
163
+ - all Element.onInsert and Element.onUpdate methods to modify properties
164
+ - Add "first synchronization" optimizations to IModelTransformer
165
+ - Don't allow undo of changes to project extents or geolocation.
166
+ - promote BriefcaseManager to public
167
+ - make IpcHost and NativeHost @public
168
+ - Deprecate useless Texture properties.
169
+ - added TxnManager.restartSession
170
+ - Fixed removal of schema locks if upgrading schemas is a no-op.
171
+ - Tests for iModel.UpdateIModelProps()
172
+ - fix schema-import occurring potentially out of order
173
+ - dont reimport schemas that already exist by default during transformations
174
+ - Use ecef location calculated for projected iModels
175
+
176
+ ## 2.16.10
177
+ Thu, 22 Jul 2021 20:23:45 GMT
178
+
179
+ _Version update only_
180
+
181
+ ## 2.16.9
182
+ Tue, 06 Jul 2021 22:08:34 GMT
183
+
184
+ ### Updates
185
+
186
+ - Do not reuse briefcase ids in ReadWrite workflows when using the RPC interfaces (if the briefcase was not found in the local file system)
187
+
188
+ ## 2.16.8
189
+ Fri, 02 Jul 2021 17:40:46 GMT
190
+
191
+ _Version update only_
192
+
193
+ ## 2.16.7
194
+ Mon, 28 Jun 2021 18:13:04 GMT
195
+
196
+ _Version update only_
197
+
198
+ ## 2.16.6
199
+ Mon, 28 Jun 2021 13:12:55 GMT
200
+
201
+ _Version update only_
202
+
203
+ ## 2.16.5
204
+ Fri, 25 Jun 2021 16:03:01 GMT
205
+
206
+ _Version update only_
207
+
208
+ ## 2.16.4
209
+ Wed, 23 Jun 2021 17:09:07 GMT
210
+
211
+ _Version update only_
212
+
213
+ ## 2.16.3
214
+ Wed, 16 Jun 2021 20:29:32 GMT
215
+
216
+ _Version update only_
217
+
218
+ ## 2.16.2
219
+ Thu, 03 Jun 2021 18:08:11 GMT
220
+
221
+ ### Updates
222
+
223
+ - Upgrade to @bentley/imodeljs-native@2.16.2
224
+
225
+ ## 2.16.1
226
+ Thu, 27 May 2021 20:04:22 GMT
227
+
228
+ _Version update only_
229
+
230
+ ## 2.16.0
231
+ Mon, 24 May 2021 15:58:39 GMT
232
+
233
+ ### Updates
234
+
235
+ - Dispatch events when changes are pulled or pushed.
236
+ - added IModelDb.withStatement for executing ECSQL without statement caching
237
+ - Allow RenderGraphic to be created from flatbuffers format geometry as well as json.
238
+ - Improve exclusion handling in IModelTransformer
239
+ - Fix `IModelDb.queryEntityIds` when used with `orderBy` and `limit` params.
240
+ - IModelExportHandler.onProgress is now async
241
+ - Add includeSourceProvenance option to IModelTransformer
242
+ - Fixes to desktop/mobile authorization
243
+ - return changesetId from pullAndMergeChanges
244
+ - Add RenderTimeline element.
245
+ - Invoke dependency callbacks only when inputs change
246
+ - only add listener for shutdown once for IModelDb
247
+ - change arguments to protected static methods of Element, Model, ElementAspect. Only affects schema writers.
248
+ - Update version compare classes for property path support and briefcase rolling
249
+
250
+ ## 2.15.6
251
+ Wed, 26 May 2021 15:55:19 GMT
252
+
253
+ _Version update only_
254
+
255
+ ## 2.15.5
256
+ Thu, 20 May 2021 15:06:26 GMT
257
+
258
+ _Version update only_
259
+
260
+ ## 2.15.4
261
+ Tue, 18 May 2021 21:59:07 GMT
262
+
263
+ _Version update only_
264
+
265
+ ## 2.15.3
266
+ Mon, 17 May 2021 13:31:37 GMT
267
+
268
+ _Version update only_
269
+
270
+ ## 2.15.2
271
+ Wed, 12 May 2021 18:08:13 GMT
272
+
273
+ _Version update only_
274
+
275
+ ## 2.15.1
276
+ Wed, 05 May 2021 13:18:31 GMT
277
+
278
+ _Version update only_
279
+
280
+ ## 2.15.0
281
+ Fri, 30 Apr 2021 12:36:58 GMT
282
+
283
+ ### Updates
284
+
285
+ - Update test for AzCopyFileHandler
286
+ - Fix tests for changed elements processing
287
+ - Properly declare changeSetId variables as string.
288
+ - Promote display-related APIs.
289
+ - IModelDb.generateElementGraphics can generate graphics for a non-persistent geometry stream.
290
+ - Add TypeScript wrappers for ExternalSource and related classes and relationships.
291
+ - Fixes to desktop and iOS apps.
292
+ - Remove deprecated ElementEditor that was replaced by EditCommands.
293
+ - rename (deprecate) BriefcaseIdValue.Standalone to BriefcaseIdValue.Unassigned to reduce confusion
294
+ - Add onModelsChanged and onModelGeometryChanged events to TxnManager.
295
+ - Saving & restoring Electron main window size, position & maximized state
296
+ - add NativeHost.settingsStore
297
+
298
+ ## 2.14.4
299
+ Thu, 22 Apr 2021 21:07:33 GMT
300
+
301
+ _Version update only_
302
+
303
+ ## 2.14.3
304
+ Thu, 15 Apr 2021 15:13:16 GMT
305
+
306
+ _Version update only_
307
+
308
+ ## 2.14.2
309
+ Thu, 08 Apr 2021 14:30:09 GMT
310
+
311
+ _Version update only_
312
+
313
+ ## 2.14.1
314
+ Mon, 05 Apr 2021 16:28:00 GMT
315
+
316
+ ### Updates
317
+
318
+ - Update to @bentley/imodeljs-native@2.14.6
319
+
320
+ ## 2.14.0
321
+ Fri, 02 Apr 2021 13:18:42 GMT
322
+
323
+ ### Updates
324
+
325
+ - move BriefcaseIdValue to imodeljs-common
326
+ - Cherry-pick logout fix
327
+ - rework Authentication to use IpcHost
328
+ - Detect provenance scope conflicts in IModelTransformer
329
+ - Update to @bentley/imodeljs-native@2.14.0
330
+ - Update to @bentley/imodeljs-native@2.14.4
331
+ - Add new exportGraphics options
332
+ - add `bindings` member to EntityQueryParams
333
+ - Support working in world coords with ElementGeometry.Builder/Iterator. Place line string using ipc command.
334
+ - Basic proxy support for web backends and electron applications (WIP)
335
+ - Add IpcHost.queryConcurrency.
336
+ - Removed hard coded test values in tile upload integration test
337
+ - Add additional metadata to tile upload on cache
338
+
339
+ ## 2.13.0
340
+ Tue, 09 Mar 2021 20:28:13 GMT
341
+
342
+ ### Updates
343
+
344
+ - Fixed broken double angle bracket link syntax
345
+ - Ensure elements passed to native code are in proper JSON format.
346
+ - refactor Ipc layers to use IpcHost/IpcApp
347
+ - The export methods of IModelExporter and the process methods of IModelTransformer are now async.
348
+ - IPC shim (WIP) for local webviewer apps.
349
+ - Add docs and test for CTE support
350
+ - Update to @bentley/imodeljs-native@2.13.1
351
+ - Update to @bentley/imodeljs-native@2.13.3
352
+ - Support Node 14
353
+ - add notifications for changed elements on SaveChanges
354
+ - Updated to use TypeScript 4.1
355
+ - Undo/Redo shortcuts
356
+ - begin rename project from iModel.js to iTwin.js
357
+
358
+ ## 2.12.3
359
+ Mon, 08 Mar 2021 15:32:00 GMT
360
+
361
+ _Version update only_
362
+
363
+ ## 2.12.2
364
+ Wed, 03 Mar 2021 18:48:52 GMT
365
+
366
+ ### Updates
367
+
368
+ - Update to @bentley/imodeljs-native@2.12.6
369
+
370
+ ## 2.12.1
371
+ Tue, 23 Feb 2021 20:54:45 GMT
372
+
373
+ _Version update only_
374
+
375
+ ## 2.12.0
376
+ Thu, 18 Feb 2021 22:10:13 GMT
377
+
378
+ ### Updates
379
+
380
+ - Element.code is no longer readonly, so can now be updated
381
+ - Deprecate detachChangeCache()
382
+ - added optional flag to abbreviate blob properties in queries
383
+ - Implement external textures for iModel tiles.
384
+ - Updated create display style test to remove credentials from backgroundLayers definition.
385
+ - Add IModelTransformerOptions.wasSourceIModelCopiedToTarget to better support branching scenarios.
386
+ - Add IModelTransformOptions.isReverseSynchronization to better support synchronizing changes from a branch back to master.
387
+ - Mobile IPC fix
388
+ - Bump native version to 2.12.1
389
+ - Update to @bentley/imodeljs-native@2.12.4
390
+ - lock test
391
+ - add IpcSocket
392
+ - Add beta API for TemplateRecipe2d
393
+ - fix incorrect version logic in UsageLoggingUtilities
394
+
395
+ ## 2.11.2
396
+ Thu, 18 Feb 2021 02:50:59 GMT
397
+
398
+ ### Updates
399
+
400
+ - NativeApp download cancellation fix
401
+
402
+ ## 2.11.1
403
+ Thu, 04 Feb 2021 17:22:41 GMT
404
+
405
+ _Version update only_
406
+
407
+ ## 2.11.0
408
+ Thu, 28 Jan 2021 13:39:27 GMT
409
+
410
+ ### Updates
411
+
412
+ - Changed storageType from azure to azure?sas=1 for getCommandArgs function
413
+ - Fix brep DataProps to/from flatbuffer to account for base64 string header.
414
+ - Element geometry creation by brep operations.
415
+ - Reinstated behavior when re-opening files read-write.
416
+ - enhance BriefcaseManager and BriefcaseDb for edit commands
417
+ - Improve ElementGeometry documentation.
418
+ - Add a check to verify, and fix, the DbGuid in the iModel if it is different than the Guid in iModelHub.
419
+ - ConcurrencyControl.setPolicy was allowing incorrectly typed arguments
420
+ - update imodeljs-backend package.json to use 2.11.5 for imodeljs-native
421
+ - Update to @bentley/imodeljs-native@2.11.8
422
+ - Add IModelExportHandler.onProgress and IModelImporter.onProgress callbacks
423
+ - Separated out API to upgrade iModels.
424
+ - Version compare property checksums
425
+ - return LocalBriefcaseProps from BriefcaseManager.downloadBriefcase
426
+
427
+ ## 2.10.3
428
+ Fri, 08 Jan 2021 18:34:03 GMT
429
+
430
+ _Version update only_
431
+
432
+ ## 2.10.2
433
+ Fri, 08 Jan 2021 14:52:02 GMT
434
+
435
+ ### Updates
436
+
437
+ - Update to @bentley/imodeljs-native@2.10.10
438
+
439
+ ## 2.10.1
440
+ Tue, 22 Dec 2020 00:53:38 GMT
441
+
442
+ ### Updates
443
+
444
+ - Update to @bentley/imodeljs-native@2.10.9
445
+
446
+ ## 2.10.0
447
+ Fri, 18 Dec 2020 18:24:01 GMT
448
+
449
+ ### Updates
450
+
451
+ - Update minimum Node version to 10.17.0
452
+ - ECSql Support for Binding Sets of Ids
453
+ - Added CheckpointV2 client
454
+ - Support compact representation of DisplayStyleSettings.excludedElements.
455
+ - Added ElementGeometry.Builder and ElementGeometry.Iterator.
456
+ - changed type of member "data" on Texture from string to UInt8Array. ***breaking change***
457
+ - Provide better error message when relationship insert/update/delete is not a linktable relationship.
458
+ - Compress tiles before upload to blob storage by default.
459
+ - Update to @bentley/imodeljs-native@2.10.4
460
+ - Update to @bentley/imodeljs-native@2.10.6
461
+ - Update to @bentley/imodeljs-native@2.10.8
462
+ - channel documentation
463
+ - Version compare top parents test update
464
+
465
+ ## 2.9.9
466
+ Sun, 13 Dec 2020 19:00:03 GMT
467
+
468
+ ### Updates
469
+
470
+ - Update to @bentley/imodeljs-native@2.9.10
471
+
472
+ ## 2.9.8
473
+ Fri, 11 Dec 2020 02:57:36 GMT
474
+
475
+ ### Updates
476
+
477
+ - Update to @bentley/imodeljs-native@2.9.9
478
+
479
+ ## 2.9.7
480
+ Wed, 09 Dec 2020 20:58:23 GMT
481
+
482
+ _Version update only_
483
+
484
+ ## 2.9.6
485
+ Mon, 07 Dec 2020 18:40:48 GMT
486
+
487
+ ### Updates
488
+
489
+ - Update to @bentley/imodeljs-native@2.9.8 to consume a performance enhancement to Presentation Rules
490
+
491
+ ## 2.9.5
492
+ Sat, 05 Dec 2020 01:55:56 GMT
493
+
494
+ ### Updates
495
+
496
+ - Update to @bentley/imodeljs-native@2.9.7
497
+
498
+ ## 2.9.4
499
+ Wed, 02 Dec 2020 20:55:40 GMT
500
+
501
+ ### Updates
502
+
503
+ - Update to @bentley/imodeljs-native@2.9.5
504
+
505
+ ## 2.9.3
506
+ Mon, 23 Nov 2020 20:57:56 GMT
507
+
508
+ _Version update only_
509
+
510
+ ## 2.9.2
511
+ Mon, 23 Nov 2020 15:33:50 GMT
512
+
513
+ ### Updates
514
+
515
+ - Update to @bentley/imodeljs-native@2.9.4
516
+
517
+ ## 2.9.1
518
+ Thu, 19 Nov 2020 17:03:42 GMT
519
+
520
+ _Version update only_
521
+
522
+ ## 2.9.0
523
+ Wed, 18 Nov 2020 16:01:50 GMT
524
+
525
+ ### Updates
526
+
527
+ - getElement and getModel can optionally validate the expected class
528
+ - Preliminary support for interactive editing sessions.
529
+ - Clean up EventSink API for push events.
530
+ - GeometryStream query and update using flatbuffer schema.
531
+ - Improve projectExtents handling for IModelTransformer and IModelImporter
532
+ - Add IModelImporter option to simplify element geometry
533
+ - avoid waiting on usage logging requests to succeed/fail; disable backend Bentley telemetry in iModelBank use case
534
+ - RpcPushConnection fix
535
+ - Support for push events
536
+ - Update ConcurrencyControl docs on locking and code management
537
+ - Reorganize ConcurrencyControl API
538
+
539
+ ## 2.8.1
540
+ Tue, 03 Nov 2020 00:33:56 GMT
541
+
542
+ ### Updates
543
+
544
+ - avoid waiting on usage logging requests to succeed/fail; disable backend Bentley telemetry in iModelBank use case
545
+ - Update to @bentley/imodeljs-native@2.8.8
546
+ - Update to @bentley/imodeljs-native@2.8.9
547
+
548
+ ## 2.8.0
549
+ Fri, 23 Oct 2020 17:04:02 GMT
550
+
551
+ ### Updates
552
+
553
+ - Update to @bentleey/imodeljs-native@2.8.5
554
+ - Update to @bentley/imodeljs-native@2.8.7
555
+ - Add mapImagery to DisplayStyleCreationOptions
556
+ - Allow DisplayStyleCreationOptions to specify any properties of DisplayStyle3dSettingsProps.
557
+ - Elemeent CRUD perf test fixed
558
+ - Add IModelTileRpcInterface.queryVersionInfo().
559
+ - ConcurrencyManager documentation
560
+
561
+ ## 2.7.6
562
+ Wed, 11 Nov 2020 16:28:23 GMT
563
+
564
+ ### Updates
565
+
566
+ - Update to @bentley/imodeljs-native@2.7.9
567
+
568
+ ## 2.7.5
569
+ Fri, 23 Oct 2020 16:23:50 GMT
570
+
571
+ _Version update only_
572
+
573
+ ## 2.7.4
574
+ Mon, 19 Oct 2020 17:57:01 GMT
575
+
576
+ ### Updates
577
+
578
+ - Update to @bentley/imodeljs-native@2.7.8
579
+
580
+ ## 2.7.3
581
+ Wed, 14 Oct 2020 17:00:59 GMT
582
+
583
+ _Version update only_
584
+
585
+ ## 2.7.2
586
+ Tue, 13 Oct 2020 18:20:38 GMT
587
+
588
+ ### Updates
589
+
590
+ - Update to @bentley/imodeljs-native@2.7.6
591
+
592
+ ## 2.7.1
593
+ Thu, 08 Oct 2020 13:04:35 GMT
594
+
595
+ ### Updates
596
+
597
+ - Update to @bentley/imodeljs-native@2.7.5
598
+
599
+ ## 2.7.0
600
+ Fri, 02 Oct 2020 18:03:32 GMT
601
+
602
+ ### Updates
603
+
604
+ - Update to @bentley/imodeljs-native@2.7.4
605
+ - Fixes to front end methods to pull, merge and push.
606
+ - Setup IModelHost.startup() to use proxy servers if configured/available - this is valuable for debugging agents, backends and electron applications.
607
+ - On iOS download in background
608
+ - Fix ios hang issue
609
+ - Modify queryModelRanges to handle non geometric model errors
610
+ - Introduce NoContentError (transmitted via 204)
611
+ - Tile gen performance script in package.json
612
+
613
+ ## 2.6.5
614
+ Sat, 26 Sep 2020 16:06:34 GMT
615
+
616
+ ### Updates
617
+
618
+ - changed elements properties for version compare
619
+ - Update to @bentley/imodeljs-native@2.6.4
620
+
621
+ ## 2.6.4
622
+ Tue, 22 Sep 2020 17:40:07 GMT
623
+
624
+ ### Updates
625
+
626
+ - Update to @bentley/imodeljs-native@2.6.3
627
+
628
+ ## 2.6.3
629
+ Mon, 21 Sep 2020 14:47:09 GMT
630
+
631
+ _Version update only_
632
+
633
+ ## 2.6.2
634
+ Mon, 21 Sep 2020 13:07:44 GMT
635
+
636
+ _Version update only_
637
+
638
+ ## 2.6.1
639
+ Fri, 18 Sep 2020 13:15:09 GMT
640
+
641
+ ### Updates
642
+
643
+ - Update to @bentley/imodeljs-native@2.6.2
644
+
645
+ ## 2.6.0
646
+ Thu, 17 Sep 2020 13:16:12 GMT
647
+
648
+ ### Updates
649
+
650
+ - Update to @bentley/imodeljs-native@2.6.0
651
+ - Allow an Element's FederationGuid to be cleared with the empty string during update.
652
+ - Allow "" to clear UserLabel when element is updated.
653
+ - Moved ESLint configuration to a plugin
654
+ - fix failing usageloggingutilities tests from missing productVersion
655
+ - Add IModelExporter.visitElements and IModelExporter.visitRelationships flags to optimize exports that don't need to visit element and/or relationship instances.
656
+ - react to telemetry and introspection client changes
657
+ - Tile Gen Performance tests: use local paths
658
+ - Tile generation performance test updates to use the latest tile format version
659
+
660
+ ## 2.5.5
661
+ Wed, 02 Sep 2020 17:42:23 GMT
662
+
663
+ _Version update only_
664
+
665
+ ## 2.5.4
666
+ Fri, 28 Aug 2020 15:34:15 GMT
667
+
668
+ ### Updates
669
+
670
+ - Update to @bentley/imodeljs-native@2.5.8
671
+
672
+ ## 2.5.3
673
+ Wed, 26 Aug 2020 11:46:00 GMT
674
+
675
+ _Version update only_
676
+
677
+ ## 2.5.2
678
+ Tue, 25 Aug 2020 22:09:08 GMT
679
+
680
+ ### Updates
681
+
682
+ - Update to @bentley/imodeljs-native@2.5.7
683
+
684
+ ## 2.5.1
685
+ Mon, 24 Aug 2020 18:13:04 GMT
686
+
687
+ ### Updates
688
+
689
+ - Update to @bentley/imodeljs-native@2.5.6
690
+
691
+ ## 2.5.0
692
+ Thu, 20 Aug 2020 20:57:09 GMT
693
+
694
+ ### Updates
695
+
696
+ - Update to imodeljs-native 2.5.0
697
+ - VSTS#419723: Accomodated "bad" checkpoints that may have serialized transactions preventing their use in ReadWrite cases.
698
+ - Fix for a recursive exception while closing a briefcase
699
+ - Added mobile oidc client
700
+ - Remove special code handling for mobile.
701
+ - locking, deleting of assemblies
702
+ - Switch to ESLint
703
+
704
+ ## 2.4.2
705
+ Fri, 14 Aug 2020 16:34:09 GMT
706
+
707
+ ### Updates
708
+
709
+ - Update to @bentley/imodeljs-native@2.4.4
710
+ - Added suport for restart query
711
+
712
+ ## 2.4.1
713
+ Fri, 07 Aug 2020 19:57:43 GMT
714
+
715
+ ### Updates
716
+
717
+ - Update to @bentley/imodeljs-native@2.4.3
718
+ - add missing rbac-client dep
719
+ - Removed unnecessary binary decode from IModelSchemaLoader
720
+
721
+ ## 2.4.0
722
+ Tue, 28 Jul 2020 16:26:24 GMT
723
+
724
+ ### Updates
725
+
726
+ - apply changeset performance tests with own iModels and data
727
+ - Element geometry clip containment tests and interactive test tool.
728
+ - Changes to support imodel-bridge
729
+ - Add IModelExporter.exportSchemas
730
+ - Add ability for IModelExporter to skip template models
731
+ - Allow app to set additional crash report properties dynamically
732
+
733
+ ## 2.3.3
734
+ Thu, 23 Jul 2020 12:57:15 GMT
735
+
736
+ _Version update only_
737
+
738
+ ## 2.3.2
739
+ Tue, 14 Jul 2020 23:50:36 GMT
740
+
741
+ _Version update only_
742
+
743
+ ## 2.3.1
744
+ Mon, 13 Jul 2020 18:50:14 GMT
745
+
746
+ _Version update only_
747
+
748
+ ## 2.3.0
749
+ Fri, 10 Jul 2020 17:23:14 GMT
750
+
751
+ ### Updates
752
+
753
+ - geometry clip containment
754
+ - allow opening briefcases readonly with SnapshotDb.openFile and StandaloneDb.openFile
755
+ - Bug fix and doc fix
756
+ - Add IModelDb.computeProjectExtents().
757
+ - Performance tests for 2D Elemen CRUD operations
758
+ - Changes to support imodel-bridge
759
+ - fix spelling mistakes in Device class
760
+ - Fix typo in comments
761
+ - Setup BriefcaseDb.open() to allow profile and domain schema validation and upgrades.
762
+ - disallow protected operations for missing schemas marked with SchemaHasBehavior custom attribute
763
+
764
+ ## 2.2.1
765
+ Tue, 07 Jul 2020 14:44:52 GMT
766
+
767
+ ### Updates
768
+
769
+ - Update to @bentley/imodeljs-native@2.2.7
770
+
771
+ ## 2.2.0
772
+ Fri, 19 Jun 2020 14:10:03 GMT
773
+
774
+ ### Updates
775
+
776
+ - Update to imodeljs-native 2.2.4
777
+ - Move analytical domain classes out to new package.
778
+ - close file on error in StandaloneDb.openFile
779
+ - Add DefinitionContainer, DefinitionSet
780
+ - Add missing properties to UrlLink and RepositoryLink
781
+ - Bump tile version
782
+ - Add IModelExporter.wantGeometry to optimize cases where geometry is not required
783
+ - Move linear referencing domain types out to new @itwin/linear-referencing-backend package.
784
+ - Added test for null string access via ECSqlStatement
785
+ - Add PhysicalElement.physicalMaterial
786
+ - Add PhysicalMaterial
787
+ - Add PhysicalMaterial.createCode, PhysicalMaterial.create
788
+ - Remove IOS Azure downloader
789
+ - reactivate native ULAS tests
790
+ - Update to BisCore.01.00.11: Add new SectionDrawing properties, deprecate SectionLocation in favor of SectionDrawingLocation.
791
+ - Switching from JSC to V8
792
+
793
+ ## 2.1.0
794
+ Thu, 28 May 2020 22:48:59 GMT
795
+
796
+ ### Updates
797
+
798
+ - Add a new BackendLoggerCategory for usage logging, 'BackendLoggerCategory.UsageLogging'.
799
+ - Update to imodeljs-native 2.1.0
800
+ - Support for finding an ExternalSourceAspect given scope, id, and kind/hash.
801
+ - ApplyChangeset perf tests updated
802
+ - Fixed token expiry check for desktop authorization.
803
+ - Download ChangeSets in chunks
804
+ - (1) In xy region booleans, support curved edges; (2) ExportGraphicsMeshVisitor class
805
+ - Add ability to convert ExportGraphicsMesh to Polyface
806
+ - Fixed validation of Guids (ContextId, IModelId) cached within a briefcase.
807
+ - Moved iModelBridgeFwk to a separate package
808
+ - Simplified logging for monitoring briefcase operations.
809
+ - Fix transforms for creating and querying part instance geometry in world coordinate.
810
+ - Fix and improvement to performance tests
811
+ - Added support for schema XML import to iModelJs backend via the IModelDb.importSchemaStrings method.
812
+ - channel rules
813
+ - Fixed logging usage when opening connections.
814
+
815
+ ## 2.0.0
816
+ Wed, 06 May 2020 13:17:49 GMT
817
+
818
+ ### Updates
819
+
820
+ - Fixed setup of UserInfo from browser clients, and more cleanups to AccessToken API.
821
+ - Added RivisionUtility class for debug/testing
822
+ - node addon 2.0.18
823
+ - addon 2.0.25
824
+ - Update to addon 2.0.5
825
+ - imodeljs-addon 2.0.6
826
+ - New IModelJS Node Addon 2.0.8
827
+ - Update to imodeljs-native 2.0.24
828
+ - Accusnap: improve performance and accuracy.
829
+ - BriefcaseIModelDb.pushChanges now requires a description
830
+ - Performance tests for Applying Changesets
831
+ - `IModelHost.startup` is now async.
832
+ - `IModelHost.shutdown` is now async.
833
+ - Refined checks for briefcase id, and fixed failing integration tests.
834
+ - Product Backlog Item 276268: Deleting the briefcase cache if the cache version is incorrect should not attempt to delete the root directory.
835
+ - Setup initialization of briefcase cache for offline workflows. (VSTS#286489)
836
+ - Monitor progress of downloading briefcases, ability to cancel download of briefcases.
837
+ - Move briefcase-specific events into BriefcaseIModelDb subclass
838
+ - Fixed param when calling logger so that it is a function as the logger expects
839
+ - Setup a common cache locaton for iModel.js, with briefcases taking up a sub-folder.
840
+ - Changed ChangeSets download API
841
+ - Added unlink for file handler
842
+ - Update UlasClient tests to send more detailed feature log data
843
+ - react to renaming of imodeljs-clients-backend to backend-itwin-client
844
+ - apply changeset performance tests with local datasets
845
+ - BriefcaseManager.delete should work in offline scenarios.
846
+ - Remove deprecated members of SectionLocation and downgrade to alpha pending refactor.
847
+ - Support for progress/cancel from ios
848
+ - Remove deprecated ExportGraphics types etc for 2.0
849
+ - Updated docs.
850
+ - IModelDb.findByKey replaces IModelDb.find
851
+ - Include model extents with ViewStateProps for drawing views.
852
+ - Remove deprecated APIs; see NextVersion.md for details.
853
+ - Entity.forEachProperty has moved from beta to public. Please note that the default value of includeCustom has changed to better match typical use.
854
+ - Removed/moved some properties from AuthorizationClient interf
855
+ - Add IModelDb.Elements.getAspect method
856
+ - txn.hasPendingTxns returns false if all local changes have been undone
857
+ - Adding a new method setFirstSchemaLocater to ECSchemaXMLContext to allow control over the first locater used to locate schemas.
858
+ - IModelDb.containsClass now supports schema aliases
859
+ - react to changes in imodeljs-clients
860
+ - Promote properties from IModelToken onto IModelDb
861
+ - IModelTransformer now processes RepositoryLinks
862
+ - Update minimum Node version to 10.16.0
863
+ - test
864
+ - Logging fixes, separated open/download of briefcases a little more.
865
+ - Fix issue when initialize briefcase cache from disk and cache folder does not exist
866
+ - openBriefcase RPC method now find the cached briefcase before opening it.
867
+ - Introduce the BriefcaseIModelDb class, make IModelDb abstract.
868
+ - Cleaned up unused async-s in BriefcaseManager
869
+ - Avoided casting of BriefcaseProps to IModelRpcProps.
870
+ - Added NativeApp.deleteBriefcase, avoided authorization exceptions when offline.
871
+ - Move briefcase property from IModelDb --> BriefcaseIModelDb
872
+ - BriefcaseId is now an enum instead of a class
873
+ - Rename BriefcaseId --> ReservedBriefcaseId, introduce BriefcaseId type
874
+ - VSTS#297017: Update cached briefcase information if changes were applied.
875
+ - Refactored NativeApp API and RPC interfaces. This continues to be WIP.
876
+ - Removed the call to simultaneously download and open the briefcase at the backend. This should be done in two separate steps henceforth. The download must be done with BriefcaseManager, and the open is now a synchronous call in BriefcaseDb.
877
+ - Added DownloadBriefcaseOptions and OpenBriefcaseOptions as parameters to the download/open calls for a briefcase.
878
+ - Removed BriefcaseDb.create
879
+ - Setup ability to use NativeApp.openBriefcase() in offline scenarios.
880
+ - fixed flaky test
881
+ - VSTS#217447, 162382: Cleanups to implementation of downloading/opening/discovering briefcases in native applications (WIP).
882
+ - do not throw exception in NativeAppBackend.startup()
883
+ - VSTS#296110: Setup a way to close briefcases when the native application is offline.
884
+ - Move concurrencyControl from IModelDb to BriefcaseIModelDb
885
+ - Renamed OIDC constructs for consistency; Removed SAML support.
886
+ - Add support for password-protecting snapshot iModels
887
+ - Fixed typo for ElementAspect perf tests
888
+ - VSTS#217447, VSTS#162382: Reinstated option to open briefcases with SyncMode = PullOnly.
889
+ - Add purge dir method to iModelJsFs
890
+ - react to creation of new clients packages from imodeljs-clients
891
+ - ; substitute current date for feature usage without any set start/end dates
892
+ - Removed deprecated utilities.
893
+ - enforce opening Snapshots readonly through StandaloneDb
894
+ - Remove the deprecated Entity.clone method
895
+ - Adjusted calls to some node addon changes (ECUtils removed)
896
+ - Upgrade to Rush 5.23.2
897
+ - support for editing
898
+ - The API for snapshot iModels is now public.
899
+ - When creating a snapshot iModel, there is now an option to create class views for interoperability.
900
+ - Add IModelHost.snapshotFileNameResolver
901
+ - Add FileNameResolver class
902
+ - Move snapshot methods out of IModelDb and into new SnapshotIModelDb class.
903
+ - Add TemplateModelCloner to place instances of a template model
904
+ - Renamed TestOidcClient and related constructs for consistency.
905
+ - Add IModelDb.tryPrepareStatement
906
+ - Fixed usage logging.
907
+ - fix failing ulas tests due to invalid featureId
908
+ - update ULAS test logging & feedback
909
+ - Update UlasUtilities to support exception-throwing native functions
910
+ - Use standalone briefcases for PullOnly cases.
911
+
912
+ ## 1.14.1
913
+ Wed, 22 Apr 2020 19:04:00 GMT
914
+
915
+ ### Updates
916
+
917
+ - Documentation
918
+
919
+ ## 1.14.0
920
+ Tue, 31 Mar 2020 15:44:19 GMT
921
+
922
+ ### Updates
923
+
924
+ - Update to addon 1.14.1
925
+ - Fixed downloading of files using https/streaming to resolve when the filestream is closed instead of when the input stream is exhausted.
926
+ - Add handling for invalid predecessor ids to IModelTransformer
927
+ - Accomodate updated imodeljs-native ULAS functions
928
+
929
+ ## 1.13.0
930
+ Wed, 04 Mar 2020 16:16:31 GMT
931
+
932
+ _Version update only_
933
+
934
+ ## 1.12.0
935
+ Wed, 12 Feb 2020 17:45:50 GMT
936
+
937
+ ### Updates
938
+
939
+ - Fix IGeometry roundtripping issue through ECSql. Fix insert/update binary properties for Element Aspect.
940
+ - Separated out routines to download and open briefcases.
941
+ - bulk mode
942
+ - Consolidated sign-in for integration tests
943
+ - bulkmode
944
+ - iModel write API development
945
+ - Prevent reuse of cached tiles after project extents change.
946
+ - A new optional dependency, ecschema-metadata, allows for retrieval of full Schema information from an iModel using the new IModelSchemaLoader utility class.
947
+ - Added parameters for ruleset directory and temp cache location for version compare processing
948
+ - Add ViewDefinition.getAuxiliaryCoordinateSystemId and ViewDefinition.setAuxiliaryCoordinateSystemId methods
949
+ - Add SpatialLocationModel.insert
950
+ - Add optional isPlantProjection parameter to PhysicalModel.insert
951
+ - VSTS#256133: Fixed issue with reopening connections if the backend crashes. Fixes to integration tests.
952
+ - Better documentation of OidcDesktopClient
953
+ - Fixed changeset perf test by using another iModel on Hub
954
+ - Add ViewDetails to ViewDefinition.
955
+ - Add support for plan projection models with 3d display priority.
956
+ - UlasUtilities exported as an module.
957
+
958
+ ## 1.11.0
959
+ Wed, 22 Jan 2020 19:24:12 GMT
960
+
961
+ ### Updates
962
+
963
+ - Native apps can now cancel tile requests in progress on the backend.
964
+ - Remove echo test function from devTools
965
+ - Allow outline fill to be specified by subcategory appearance.
966
+ - Upgrade to TypeScript 3.7.2.
967
+ - Added TypeScript wrapper over the native SaaSClient.
968
+
969
+ ## 1.10.0
970
+ Tue, 07 Jan 2020 19:44:01 GMT
971
+
972
+ ### Updates
973
+
974
+ - Typescript code for the classes in the Analytical schema.
975
+ - Return error message from concurrent query manager
976
+ - Added support for embedding images in a GeometryStream.
977
+ - IModelExporter, IModelTransformer, and IModelImporter are now beta and provide low-level functionality needed for iModel transformation and data exchange.
978
+ - Added IModelDb.isBriefcase() getter.
979
+ - Implementing LinearlyLocatedBase interface by base LR abstract element-classes.
980
+ - Moving data-holder structures used during the LinearElement.queryLinearLocations API to imodeljs-common.
981
+ - Allow events to be sent from backend to frontend
982
+ - Add tryGetInstance / tryGetInstanceProps methods to the Relationship class which return undefined rather than throwing an exception when a relationship is not found.
983
+ - Fix webpack for ios test that were failing due to new dependencies
984
+ - VSTS#225894 - Allowed agents to bypass usage logging calls. These cause usage logging errors.
985
+ - Add tryGetElement / tryGetElementProps which return undefined rather than throwing an exception when an element is not found.
986
+ - Add tryGetModel, tryGetModelProps, tryGetSubModel which return undefined instead of throwing exceptions when the model is not found.
987
+
988
+ ## 1.9.0
989
+ Tue, 10 Dec 2019 18:08:56 GMT
990
+
991
+ ### Updates
992
+
993
+ - Updated to addon 9.1.3
994
+ - Added AliCloud tile cache service
995
+ - Added framework to run imodeljs-backend test on ios using appcenter
996
+ - Setup OidcDesktopClient for Electron use cases.
997
+ - fix warnings from static analysis
998
+ - Enabling testing code for updating LR aspects after fix in native side.
999
+ - Addressing typo in a couple of members, making them match the schema properly.
1000
+ - Avoid concurrent tile uploads
1001
+
1002
+ ## 1.8.0
1003
+ Fri, 22 Nov 2019 14:03:34 GMT
1004
+
1005
+ ### Updates
1006
+
1007
+ - Option to include part references in GeometrySummary output.
1008
+ - Expose isTwoSided flag on ExportGraphicsMesh
1009
+ - SchemaDesignPerf import tests
1010
+ - Added missing topic descriptions
1011
+ - Add experimental Node 12 support
1012
+ - Change SectionLocationProps.clipGeometry type to string. Add get/set ClipVector methods on SectionLocation.
1013
+ - Add support for view-independent display of geometry streams.
1014
+
1015
+ ## 1.7.0
1016
+ Fri, 01 Nov 2019 13:28:37 GMT
1017
+
1018
+ ### Updates
1019
+
1020
+ - Add TypeScript wrapper class for BisCore:ElementOwnsExternalSourceAspects
1021
+ - New wip plugin for hypermodeling support.
1022
+ - Calling IModelDb.pushChanges is now a no-op if there are no changes
1023
+ - Adding accessor for LinearElementId from LinearlyLocated. Adding convenience APIs to manipulate LinearReferencing data stored in multi-aspects.
1024
+ - Add TypeScript wrappers for GeometricElement2dHasTypeDefinition and GeometricElement3dHasTypeDefinition navigation relationships
1025
+ - Tests for Mixin impact on CRUD
1026
+ - Add and fix npm script to create backend test for mobile.
1027
+ - Schema Design Perf tests for Polymorphic queries
1028
+ - Add IModelDb.querySchemaVersion
1029
+ - Schema Design Perf tests for relationships
1030
+ - Resurrected the old way of doing agent registrations
1031
+
1032
+ ## 1.6.0
1033
+ Wed, 09 Oct 2019 20:28:42 GMT
1034
+
1035
+ ### Updates
1036
+
1037
+ - Add isNotSpatiallyLocated and isPlanProjection to GeometricModel3d
1038
+ - Add SectionLocation
1039
+ - Add GraphicalPartition3d and GraphicalModel3d
1040
+ - Schema perf tests
1041
+ - Addressing bug while querying for linearLocations filtering on more than 1 classes.
1042
+ - Addressing rush lint issues.
1043
+ - Addressing issues while returning LinearLocationReferences.
1044
+ - Deprecating importSchema on the LinearReferencing domain in favor of its bulk-version.
1045
+
1046
+ ## 1.5.0
1047
+ Mon, 30 Sep 2019 22:28:48 GMT
1048
+
1049
+ ### Updates
1050
+
1051
+ - added support for blank IModelConnections
1052
+ - Setup a way to supply authorization through the backend for frontend requests.
1053
+ - Error log when downloading change sets should include iModelId for context.
1054
+ - Fixed the iModelHub client to properly dispose a file handle after upload to the iModelHub.
1055
+ - Add IModelDb.Elements.hasSubModel
1056
+ - Make ExternalSourceAspect.checksum optional
1057
+ - Clear statement cache after schema import
1058
+ - Added utility to summarize geometry
1059
+ - filter redundant hub requests
1060
+ - Removed the `[propName: string]: any` indexed from Entity. It prevented the compiler from catching many basic errors.
1061
+ - briefcase editing and undo/redo
1062
+ - upgrade to TypeScript 3.6.2
1063
+
1064
+ ## 1.4.0
1065
+ Tue, 10 Sep 2019 12:09:49 GMT
1066
+
1067
+ ### Updates
1068
+
1069
+ - Setup a way to supply authorization through the backend for frontend requests.
1070
+ - Allow attaching change cache file before change summary extraction.
1071
+ - Added change summary test, and improved doc a little.
1072
+ - Add minimum brep size option to IModelDb.exportGraphics
1073
+ - FunctionalSchema.importSchema is now deprecated.
1074
+ - Add support for GeometricModel.geometryGuid for detecting whether tiles for a model can be reused across versions
1075
+ - Added performance logging for tile upload
1076
+ - IModelConnection.close() for read-only connections should not close the Db at the backend; Opening an iModel with SyncModel.PullAndPush() multiple times (without disposing it) must reuse the briefcase.
1077
+ - Add method to create view with camera
1078
+ - Fixed misleading logging output in tile upload
1079
+
1080
+ ## 1.3.0
1081
+ Tue, 13 Aug 2019 20:25:53 GMT
1082
+
1083
+ ### Updates
1084
+
1085
+ - Allow custom tile cache services.
1086
+ - Always acquire a briefcase when creating a new backend instance for PullAndPush workflows.
1087
+ - Added Change Summary integration test, and fixed documentation.
1088
+ - Trial code for tile upload errors
1089
+ - Fixed changeset performance tests
1090
+ - Tile upload logging.
1091
+ - Mark ExportGraphics API as public
1092
+ - Support for gzip compression of tiles
1093
+ - Fixed issue with opening iModels with names that are invalid on Unix or Windows.
1094
+ - Add IModelDb.isSnapshot
1095
+ - Tile upload error catching.
1096
+ - Azure tile upload logging
1097
+ - Upgrade azure storage library.
1098
+
1099
+ ## 1.2.0
1100
+ Wed, 24 Jul 2019 11:47:26 GMT
1101
+
1102
+ ### Updates
1103
+
1104
+ - Added option to restrict tile cache URLs by client IP address.
1105
+ - Apply change sets at the backend in a non-blocking worker thread.
1106
+ - Add ElementAspect handler methods
1107
+ - When deleting a parent element, make sure there are onDelete/onDeleted callbacks for child elements
1108
+ - Add support for linework to IModelDb.exportGraphics
1109
+ - The className parameter to IModelDb.Element.getAspects is now optional to allow all aspects to be returned
1110
+ - Deprecate IModelDb.importSchema in favor of IModelDb.importSchemas
1111
+ - Added method to get element mass properties.
1112
+ - Add exportPartGraphics and accompanying interfaces
1113
+ - Capture tile upload errors using JSON.stringify.
1114
+ - Fallback to toString for Error derivative errors in tile upload
1115
+ - Always report tile upload response on failure
1116
+ - Discover properties of azure 'error' object
1117
+
1118
+ ## 1.1.0
1119
+ Mon, 01 Jul 2019 19:04:29 GMT
1120
+
1121
+ ### Updates
1122
+
1123
+ - Open fixes when briefcase requires merges.
1124
+ - Catch tile upload errors.
1125
+ - Setting up briefcase is always from an older checkpoint.
1126
+ - Add materialId, subCategory to ExportGraphicsInfo
1127
+ - Fix crash in getViewThumbnail for odd number of bytes
1128
+ - Adding relationship class for GraphicalElement3dRepresentsElement.
1129
+ - Initial implementation of the LinearReferencing typescript domain
1130
+ - Adding domain classes for all relatinships in the LinearReferencing schema.
1131
+ - Exporting relationships module.
1132
+ - Fixes to opening iModel-s ReadWrite from mutiple IModelConnection-s.
1133
+ - Fixed issues with deleting briefcases if there were errors with preparing briefcases.
1134
+ - Add a new method `forceLoadSchemas` to `IModelJsNative.ECPresentationManager`.
1135
+ - Introduced AsyncMutex - a utility to run async blocks of code in sequence.
1136
+ - Properly document ModelSelector.models and CategorySelector.categories as Id64String arrays
1137
+ - Made `insertElement` not return Id64.invalid, throws error instead
1138
+ - Update to TypeScript 3.5
1139
+ - Update property referenced in ULAS error message
1140
+
1141
+ ## 1.0.0
1142
+ Mon, 03 Jun 2019 18:09:39 GMT
1143
+
1144
+ ### Updates
1145
+
1146
+ - Migrated agent applications to the newer client
1147
+ - RPC system now accepts only basic values (primitives, "interface" objects, and binary).
1148
+ - Switched from iModelHub Project API to Context API
1149
+ - Fix bug in IModelDb.createSnapshotFromSeed
1150
+ - Add BriefcaseId.Snapshot
1151
+ - Improve reading and binding binary blob using concurrent query manager
1152
+ - Modified ElementAspect Performance tests
1153
+ - Add options to IModelHost for logging large tile sizes and long tile load times.
1154
+ - Add TypeScript wrapper for BisCore:ExternalSourceAspect
1155
+ - Made poll interval configurable for concurrent query manager.
1156
+ - Updated code to use new ownedByMe option when quering briefcases
1157
+ - Logging changes.
1158
+ - Refactored and simplified implementation of IModelDb.open
1159
+ - IModelDb.openSnapshot cannot open a briefcase copy of an iModel managed by iModelHub
1160
+ - The IModelDb.createSnapshot instance method replaces the IModelDb.createSnapshotFromSeed static method
1161
+ - Crash reporting, node-report opt-in
1162
+ - Throw IModelError if an IModelDb query would return too many rows
1163
+ - Retire some tile-related feature gates.
1164
+ - Introduced tile format v4.0
1165
+ - Improve ulas error message logs
1166
+ - Catch tile upload errors.
1167
+
1168
+ ## 0.191.0
1169
+ Mon, 13 May 2019 15:52:05 GMT
1170
+
1171
+ ### Updates
1172
+
1173
+ - Support spatial classification of context reality models.
1174
+ - Fix incorrect elevation for background map display.
1175
+ - Adds parameter for api-extractor to validate missing release tags
1176
+ - Remove requirement that JavaScript classnames match BIS classnames
1177
+ - Avoided iModelHub calls when opening iModels for Design Review.
1178
+ - Fixed reinitializing briefcase cache when there are .tiles files.
1179
+ - Enabled use of checkpoint service.
1180
+ - Added option to use azure-based tile caching
1181
+ - Added a utility to diagnose backends
1182
+ - Improved backend diagnostic utility.
1183
+ - Adapt to Range2d name change
1184
+ - Allow a view to define a set of elements which should never be drawn in that view.
1185
+ - Added texture support to exportGraphics
1186
+ - Fixes for file-based tile caching
1187
+ - Catch tile upload errors
1188
+ - Fix for release tags
1189
+ - Fix broken links
1190
+ - LoggerCategory -> BackendLoggerCategory
1191
+ - Cleanup old imodelbank references
1192
+ - Add InformationRecordModel.insert, GroupModel.insert
1193
+ - Introduce LoggerCategory enum to advertise logger categories used by this package.
1194
+ - Limited maximum cache size of the backend PromiseMemoizer.
1195
+ - Missing dependency on node-report
1196
+ - Fixed memoization problem that caused an endless stream of 404 NotFound errors.
1197
+ - Reinstated old version of OidcAgentClient
1198
+ - Unauthorized open requests should cause a more obvious error.
1199
+ - Improved performance logging, especially of IModelDb open operations; ChangeSets are merged one-by-one to prevent hogging the event loop.
1200
+ - Memoization fix when opening iModels in shared, read-only mode .
1201
+ - Fixed setup of application version.
1202
+ - Updated Element CRUD perf tests
1203
+ - Added tile generation perf test
1204
+ - QueryPage use memoization/pending pattern
1205
+ - Remove IModelDb.createStandalone, use IModelDb.createSnapshot instead.
1206
+ - Remove ElementPropertyFormatter, IModelDb.getElementPropertiesForDisplay (use presentation rules instead)
1207
+ - Remove StandaloneIModelRpcImpl
1208
+ - Fix for Render Gradient.Symb test
1209
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1210
+ - Add IModelDb.createSnapshot/openSnapshot/closeSnapshot, deprecate IModelDb.createStandalone/openStandalone/closeStandalone
1211
+ - Moved IModelJsExpressServer class into a new package (@itwin/express-server).
1212
+ - Simplified tile caching IModelHost config and removed dev flags. Allow
1213
+ - Typo in documentation
1214
+ - Fix missing ULAS client request data
1215
+ - ExportGraphicsFunction return type is now void
1216
+ - Upgrade TypeDoc dependency to 0.14.2
1217
+ - Add usage logging tests
1218
+ - Edit usage logging tests to support revised usage logging syntax
1219
+
1220
+ ## 0.190.0
1221
+ Thu, 14 Mar 2019 14:26:49 GMT
1222
+
1223
+ ### Updates
1224
+
1225
+ - Added IModelDb.exportGraphics
1226
+ - Fix issue for ios
1227
+
1228
+ ## 0.189.0
1229
+ Wed, 06 Mar 2019 15:41:22 GMT
1230
+
1231
+ ### Updates
1232
+
1233
+ - Changes package.json to include api-extractor and adds api-extractor.json
1234
+ - Use new buildIModelJsBuild script
1235
+ - AxisAlignedBox and ElementAlignedBox are now typed to Range3d rather than classes
1236
+ - Moved AzureFileHandler, IOSAzureFileHandler, UrlFileHandler and the iModelHub tests to the imodeljs-clients-backend package. This removes the dependency of imodeljs-clients on the "fs" module, and turns it into a browser only package.
1237
+ - Clone methods are no longer generic
1238
+ - Remove unneeded typedoc plugin dependency
1239
+ - Added spatial <-> cartographic methods that check/use the geographic coordinate system before using ecef location.
1240
+ - Added async method for ECSqlStatement and SqliteStatement for step and stepAndInsert
1241
+ - Create iModel from empty template if seed file path not defined.
1242
+ - Add IModelImporter for importing data between iModels
1243
+ - Enable IModelWriteTest create/delete iModels on per user-machine basis
1244
+ - Enable IModelWriteTest create/delete iModels on per user-machine basis
1245
+ - Validated size of change sets before applying them.
1246
+ - Codespec lock example
1247
+ - Add backend Material API
1248
+ - Validated version of Node.js in IModelHost.startup()
1249
+ - Save BUILD_SEMVER to globally accessible map
1250
+ - Fixed resolution of queryable promises.
1251
+ - Added queryModelRange
1252
+ - IModelConnection.close() always disposes the briefcase held at the backend in the case of ReadWrite connections.
1253
+ - Move the IModelUnitTestRpcImpl into the testbed and out of the public API and marked nativeDb as hidden
1254
+ - Remove loadNativeAsset and formatElements RPC calls from the IModelReadRpcInterface
1255
+ - Removed IModelConnection.connectionId, added IModelApp.sessionId
1256
+ - Tile requests can optionally specify a retryInterval.
1257
+ - Improve tile request logging and make timeout configurable.
1258
+ - Prevent tile generation from interfering with other asynchronous requests.
1259
+ - Handled error with fetching host information on deployed machines.
1260
+ - Quick fix to ULAS failures.
1261
+ - WIP fixes to Usage Logging.
1262
+ - Upgrade to TypeScript 3.2.2
1263
+
1264
+ ## 0.188.0
1265
+ Wed, 16 Jan 2019 16:36:09 GMT
1266
+
1267
+ ### Updates
1268
+
1269
+ - Changed Elements Db class for backend processing
1270
+
1271
+ ## 0.187.0
1272
+ Tue, 15 Jan 2019 15:18:59 GMT
1273
+
1274
+ _Version update only_
1275
+
1276
+ ## 0.186.0
1277
+ Mon, 14 Jan 2019 23:09:10 GMT
1278
+
1279
+ ### Updates
1280
+
1281
+ - More logging of HTTP requests, and enabled use of fiddler for backend diagnostics.
1282
+ - Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
1283
+ - Renamed RequestProxy->RequestHost. Allowed applications to configure proxy server with HTTPS_PROXY env.
1284
+ - Add backend TextureAPI and accompanying test
1285
+
1286
+ ## 0.185.0
1287
+ Fri, 11 Jan 2019 18:29:00 GMT
1288
+
1289
+ _Version update only_
1290
+
1291
+ ## 0.184.0
1292
+ Thu, 10 Jan 2019 22:46:17 GMT
1293
+
1294
+ ### Updates
1295
+
1296
+ - Generalize create method for display styles
1297
+ - Property Changeset.Author in IModelChange ECSchema was renamed UserCreated. It holds the user ID instead of the user e-mail.
1298
+
1299
+ ## 0.183.0
1300
+ Mon, 07 Jan 2019 21:49:21 GMT
1301
+
1302
+ ### Updates
1303
+
1304
+ - Moved electron utilities into a separate "@itwin/core-electron" package.
1305
+
1306
+ ## 0.182.0
1307
+ Mon, 07 Jan 2019 13:31:34 GMT
1308
+
1309
+ ### Updates
1310
+
1311
+ - Implement the typescript side for new Geocoordinate services in the native iModel.js addon
1312
+ - Upgrade to Node 10. There is no longer separate packages for Node and Electron.
1313
+
1314
+ ## 0.181.0
1315
+ Fri, 04 Jan 2019 13:02:40 GMT
1316
+
1317
+ ### Updates
1318
+
1319
+ - Upgrade to Node 10. There is no longer separate packages for Node and Electron.
1320
+
1321
+ ## 0.180.0
1322
+ Wed, 02 Jan 2019 15:18:23 GMT
1323
+
1324
+ _Version update only_
1325
+
1326
+ ## 0.179.0
1327
+ Wed, 19 Dec 2018 18:26:14 GMT
1328
+
1329
+ ### Updates
1330
+
1331
+ - Fix CodeSpecs.load
1332
+ - Add CodeSpecs.hasId, CodeSpecs.hasName
1333
+
1334
+ ## 0.178.0
1335
+ Thu, 13 Dec 2018 22:06:10 GMT
1336
+
1337
+ ### Updates
1338
+
1339
+ - Temporarily disable TxnManager events.
1340
+
1341
+ ## 0.177.0
1342
+ Wed, 12 Dec 2018 17:21:31 GMT
1343
+
1344
+ _Version update only_
1345
+
1346
+ ## 0.176.0
1347
+ Mon, 10 Dec 2018 21:19:45 GMT
1348
+
1349
+ ### Updates
1350
+
1351
+ - Fix for timing problem in TxnManager test
1352
+ - Add IModelDb.Elements.updateAspect
1353
+
1354
+ ## 0.175.0
1355
+ Mon, 10 Dec 2018 17:08:55 GMT
1356
+
1357
+ _Version update only_
1358
+
1359
+ ## 0.174.0
1360
+ Mon, 10 Dec 2018 13:24:09 GMT
1361
+
1362
+ ### Updates
1363
+
1364
+ - Add static create methods for certain Element classes
1365
+
1366
+ ## 0.173.0
1367
+ Thu, 06 Dec 2018 22:03:29 GMT
1368
+
1369
+ ### Updates
1370
+
1371
+ - Use IOSAzureFileHandler when on mobile
1372
+ - Added IModelConnection.findClassFor
1373
+ - Custom imodelJs noDirectImport lint rule implemented, noDuplicateImport lint rule turned on.
1374
+
1375
+ ## 0.172.0
1376
+ Tue, 04 Dec 2018 17:24:39 GMT
1377
+
1378
+ ### Updates
1379
+
1380
+ - Don't register testing domain multiple times
1381
+
1382
+ ## 0.171.0
1383
+ Mon, 03 Dec 2018 18:52:58 GMT
1384
+
1385
+ ### Updates
1386
+
1387
+ - More information logged from BriefcaseManager.\nFixed deletion/cleanup of invalid briefcases.\nAdded OIDC support for simpleviewtest application.
1388
+ - Add ElementRefersToElements.insert
1389
+ - Fixed front end integration tests.
1390
+ - Document the intended purpose of IModelJsExpressServer within a deployment environment.
1391
+ - Fixed integration tests.
1392
+ - added tests for ElementDrivesElement handlers
1393
+ - Fixes to integration tests.
1394
+ - Add OrthographicViewDefinition.setRange
1395
+ - Cleaned up use of mocks in core tests.
1396
+ - Enable test now that addon was updated.
1397
+ - Fix Subject.insert to set parent
1398
+
1399
+ ## 0.170.0
1400
+ Mon, 26 Nov 2018 19:38:42 GMT
1401
+
1402
+ ### Updates
1403
+
1404
+ - Add DrawingViewDefinition.insert
1405
+ - Fix GeometryParams constructor. Added test to ensure subcategory id set correctly.
1406
+ - Rename LinkTableRelationship to just Relationship. Work on adding callbacks for dependency propagation.
1407
+
1408
+ ## 0.169.0
1409
+ Tue, 20 Nov 2018 16:17:15 GMT
1410
+
1411
+ _Version update only_
1412
+
1413
+ ## 0.168.0
1414
+ Sat, 17 Nov 2018 14:20:11 GMT
1415
+
1416
+ _Version update only_
1417
+
1418
+ ## 0.167.0
1419
+ Fri, 16 Nov 2018 21:45:44 GMT
1420
+
1421
+ ### Updates
1422
+
1423
+ - Add IModelDb.CodeSpecs.insert overload
1424
+ - Add SubCategory.insert
1425
+ - Add missing createCode methods
1426
+ - Changes to debug utilities.
1427
+ - Added IModelHubClient.IModel, removed IModelQuery.primary(), use IModelHubClient.IModel.Get instead
1428
+ - Add IModelDb.Views.setDefaultViewId
1429
+ - Add OrthographicViewDefinition.insert
1430
+
1431
+ ## 0.166.0
1432
+ Mon, 12 Nov 2018 16:42:10 GMT
1433
+
1434
+ ### Updates
1435
+
1436
+ - Hydrated briefcases for ReadOnly cases from the latest checkpoint, rather than the seed files. This significantly improves performance of IModelDb/IModelConnection.open() for typical cases.
1437
+
1438
+ ## 0.165.0
1439
+ Mon, 12 Nov 2018 15:47:00 GMT
1440
+
1441
+ ### Updates
1442
+
1443
+ - Clean up IModelImporter
1444
+ - Add static insert methods to many classes to simplify iModel creation.
1445
+ - Add more TypeScript wrapper classes for BisCore relationships
1446
+ - Add Subject.createCode and Subject.insert methods
1447
+ - Add FunctionalModel.insert method
1448
+
1449
+ ## 0.164.0
1450
+ Thu, 08 Nov 2018 17:59:20 GMT
1451
+
1452
+ ### Updates
1453
+
1454
+ - Fix JSON representation of DisplayStyle.
1455
+ - Add IModelImporter as a base class for utility methods needed by all importers
1456
+ - Removed assertion when deleting a memoized open call.
1457
+ - Add more methods to IModelImporter
1458
+ - Fix snapping test
1459
+ - OIDC related enhancments (WIP).
1460
+ - Re-enabled several backend integration tests.
1461
+ - Refactor analysis-importer to use IModelImporter
1462
+ - Updated to TypeScript 3.1
1463
+
1464
+ ## 0.163.0
1465
+ Wed, 31 Oct 2018 20:55:37 GMT
1466
+
1467
+ ### Updates
1468
+
1469
+ - Guids can now be bound as strings to ECSQL. BLOBs in ECSQL and SQLite are now mapped to UInt8Array instead of ArrayBuffer (as only the former can be marshaled between backend and frontend).
1470
+ - Fully support mixed binary and JSON content in both directions in RPC la
1471
+ - Remove obsolete script
1472
+
1473
+ ## 0.162.0
1474
+ Wed, 24 Oct 2018 19:20:06 GMT
1475
+
1476
+ ### Updates
1477
+
1478
+ - Removed uncessary comments
1479
+ - Breaking changes to optimize usage of 64-bit IDs.
1480
+ - Ids and date times can now be directly bound as hex strings or date time ISO strings respectively in ECSQL statements.
1481
+ - Remove unused createAndInsert methods from IModelWriteRpcInterface
1482
+ - Added classes to reduce electron and express boilerplate in sample apps.
1483
+
1484
+ ## 0.161.0
1485
+ Fri, 19 Oct 2018 13:04:14 GMT
1486
+
1487
+ ### Updates
1488
+
1489
+ - Update native-platform version to 0.64.2, which now includes a new package to handle electron for linux.
1490
+ - Update iModel.js native platform to version 0.64.3
1491
+
1492
+ ## 0.160.0
1493
+ Wed, 17 Oct 2018 18:18:38 GMT
1494
+
1495
+ ### Updates
1496
+
1497
+ - Fix for incorrect conversion in ConcurrencyControl
1498
+
1499
+ ## 0.159.0
1500
+ Tue, 16 Oct 2018 14:09:09 GMT
1501
+
1502
+ ### Updates
1503
+
1504
+ - Move up to new version of addon (updated electron dependency to 2.0.8)
1505
+ - Removed KnownRegions Enum
1506
+
1507
+ ## 0.158.0
1508
+ Mon, 15 Oct 2018 19:36:09 GMT
1509
+
1510
+ _Version update only_
1511
+
1512
+ ## 0.157.0
1513
+ Sun, 14 Oct 2018 17:20:06 GMT
1514
+
1515
+ ### Updates
1516
+
1517
+ - Fixing scripts for linux
1518
+
1519
+ ## 0.156.0
1520
+ Fri, 12 Oct 2018 23:00:10 GMT
1521
+
1522
+ ### Updates
1523
+
1524
+ - Initial release
1525
+