@salesforce/source-deploy-retrieve 6.2.10 → 6.5.0

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 (28) hide show
  1. package/lib/src/client/deployStrategies/baseDeploy.js +2 -3
  2. package/lib/src/client/deployStrategies/baseDeploy.js.map +1 -1
  3. package/lib/src/client/metadataApiDeploy.js +5 -5
  4. package/lib/src/client/metadataApiDeploy.js.map +1 -1
  5. package/lib/src/client/metadataApiRetrieve.js +3 -3
  6. package/lib/src/client/metadataApiRetrieve.js.map +1 -1
  7. package/lib/src/convert/convertContext.js +2 -2
  8. package/lib/src/convert/convertContext.js.map +1 -1
  9. package/lib/src/convert/transformers/decomposedMetadataTransformer.js +2 -2
  10. package/lib/src/convert/transformers/decomposedMetadataTransformer.js.map +1 -1
  11. package/lib/src/convert/transformers/nonDecomposedMetadataTransformer.js +2 -2
  12. package/lib/src/convert/transformers/nonDecomposedMetadataTransformer.js.map +1 -1
  13. package/lib/src/registry/metadataRegistry.json +8 -0
  14. package/lib/src/registry/registry.d.ts +8 -0
  15. package/lib/src/resolve/connectionResolver.js +2 -1
  16. package/lib/src/resolve/connectionResolver.js.map +1 -1
  17. package/lib/src/resolve/manifestResolver.js +3 -3
  18. package/lib/src/resolve/manifestResolver.js.map +1 -1
  19. package/lib/src/resolve/sourceComponent.js +3 -2
  20. package/lib/src/resolve/sourceComponent.js.map +1 -1
  21. package/lib/src/utils/collections.d.ts +0 -7
  22. package/lib/src/utils/collections.js +1 -14
  23. package/lib/src/utils/collections.js.map +1 -1
  24. package/lib/src/utils/index.d.ts +1 -1
  25. package/lib/src/utils/index.js +1 -2
  26. package/lib/src/utils/index.js.map +1 -1
  27. package/package.json +7 -7
  28. package/CHANGELOG.md +0 -954
package/CHANGELOG.md DELETED
@@ -1,954 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [6.2.10](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.9...v6.2.10) (2022-08-11)
6
-
7
- ### [6.2.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.8...v6.2.9) (2022-08-09)
8
-
9
- ### Bug Fixes
10
-
11
- - removing support for connect center [#671](https://github.com/forcedotcom/source-deploy-retrieve/issues/671) ([#682](https://github.com/forcedotcom/source-deploy-retrieve/issues/682)) ([7810733](https://github.com/forcedotcom/source-deploy-retrieve/commit/78107335d20c20bcf9a1ebfc4cefc2693267bac4))
12
-
13
- ### [6.2.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.7...v6.2.8) (2022-08-08)
14
-
15
- ### [6.2.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.6...v6.2.7) (2022-08-03)
16
-
17
- ### [6.2.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.5...v6.2.6) (2022-07-25)
18
-
19
- ### Bug Fixes
20
-
21
- - only scan pkgDirs when merging non-decomposed MD ([#666](https://github.com/forcedotcom/source-deploy-retrieve/issues/666)) ([098875f](https://github.com/forcedotcom/source-deploy-retrieve/commit/098875f547ba7fcc8d35ccc8f2cce60ee04ece77))
22
-
23
- ### [6.2.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.4...v6.2.5) (2022-07-21)
24
-
25
- ### Bug Fixes
26
-
27
- - handle namespaces on lwc markup ([#669](https://github.com/forcedotcom/source-deploy-retrieve/issues/669)) ([8817545](https://github.com/forcedotcom/source-deploy-retrieve/commit/8817545a43f78f7327745e4638c74f6f838fa6ea))
28
-
29
- ### [6.2.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.3...v6.2.4) (2022-07-18)
30
-
31
- ### Bug Fixes
32
-
33
- - static resources without content due to ignore produce nice error ([#663](https://github.com/forcedotcom/source-deploy-retrieve/issues/663)) ([cf18e1b](https://github.com/forcedotcom/source-deploy-retrieve/commit/cf18e1b5bb0bacf398e69b247520c019a2b00498))
34
-
35
- ### [6.2.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.2...v6.2.3) (2022-07-15)
36
-
37
- ### [6.2.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.1...v6.2.2) (2022-07-12)
38
-
39
- ### [6.2.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.0...v6.2.1) (2022-07-07)
40
-
41
- ### Bug Fixes
42
-
43
- - proxy support for coverage report ([#659](https://github.com/forcedotcom/source-deploy-retrieve/issues/659)) ([8121a94](https://github.com/forcedotcom/source-deploy-retrieve/commit/8121a94e0ca9d2d96e4c5711c2844eb88500dfac))
44
-
45
- ## [6.2.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.1.0...v6.2.0) (2022-06-23)
46
-
47
- ### Features
48
-
49
- - use StateAggregator ([#646](https://github.com/forcedotcom/source-deploy-retrieve/issues/646)) ([f1d8848](https://github.com/forcedotcom/source-deploy-retrieve/commit/f1d8848c747362594abd519c579f3aebfee48bec))
50
-
51
- ## [6.1.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.0.4...v6.1.0) (2022-06-20)
52
-
53
- ### Features
54
-
55
- - SDR emits new lifecycle events ([d92b491](https://github.com/forcedotcom/source-deploy-retrieve/commit/d92b49163a02837da118f932dde394d78c3fbfa8))
56
-
57
- ### [6.0.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.0.3...v6.0.4) (2022-06-16)
58
-
59
- ### Bug Fixes
60
-
61
- - allow larger directories to be compressed, test in plugin-source ([#649](https://github.com/forcedotcom/source-deploy-retrieve/issues/649)) ([ba713fb](https://github.com/forcedotcom/source-deploy-retrieve/commit/ba713fba64c255b3367f314d56d01ecd16f0846d))
62
-
63
- ### [6.0.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.0.2...v6.0.3) (2022-06-07)
64
-
65
- ### [6.0.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.0.1...v6.0.2) (2022-05-24)
66
-
67
- ### Bug Fixes
68
-
69
- - remove api version default ([6ea4ebd](https://github.com/forcedotcom/source-deploy-retrieve/commit/6ea4ebd867ab8246ea04035afc5ba93f57427827))
70
-
71
- ### [6.0.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.0.0...v6.0.1) (2022-05-23)
72
-
73
- ## [6.0.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.15.0...v6.0.0) (2022-05-20)
74
-
75
- ## [5.15.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.14.0...v5.15.0) (2022-05-12)
76
-
77
- ### Features
78
-
79
- - **metadata registry:** adding BotTemplate to metadata registry ([#616](https://github.com/forcedotcom/source-deploy-retrieve/issues/616)) ([c1da4da](https://github.com/forcedotcom/source-deploy-retrieve/commit/c1da4dadc2cd268871b4f0933f431031159d4bf8))
80
-
81
- ## [5.14.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.13.1...v5.14.0) (2022-05-11)
82
-
83
- ### Features
84
-
85
- - add dataweaveresource ([#626](https://github.com/forcedotcom/source-deploy-retrieve/issues/626)) ([1a2eaf6](https://github.com/forcedotcom/source-deploy-retrieve/commit/1a2eaf60915dc051556907b939960fa7ddab332f))
86
-
87
- ### [5.13.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.13.0...v5.13.1) (2022-05-11)
88
-
89
- ### Bug Fixes
90
-
91
- - support file responses for metadata format deploys ([#619](https://github.com/forcedotcom/source-deploy-retrieve/issues/619)) ([9cceb4c](https://github.com/forcedotcom/source-deploy-retrieve/commit/9cceb4c082031e9d6c3dbe386d83493a0c101dfc))
92
-
93
- ## [5.13.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.14...v5.13.0) (2022-05-11)
94
-
95
- ### Features
96
-
97
- - 2 new metadata types for Assessment ([1ac6eeb](https://github.com/forcedotcom/source-deploy-retrieve/commit/1ac6eebd6e13b954b41a457a2a2ff5e4eca85a1e))
98
-
99
- ### [5.12.14](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.13...v5.12.14) (2022-05-09)
100
-
101
- ### [5.12.13](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.12...v5.12.13) (2022-05-05)
102
-
103
- ### Bug Fixes
104
-
105
- - resolveTypeFromStrictFolder for children of decomposed types with decomposition topLevel ([#628](https://github.com/forcedotcom/source-deploy-retrieve/issues/628)) ([8bef60b](https://github.com/forcedotcom/source-deploy-retrieve/commit/8bef60b43f56ce249022912b75769b92f31c209e))
106
-
107
- ### [5.12.12](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.11...v5.12.12) (2022-04-28)
108
-
109
- ### [5.12.11](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.10...v5.12.11) (2022-04-21)
110
-
111
- ### [5.12.10](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.9...v5.12.10) (2022-04-18)
112
-
113
- ### [5.12.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.8...v5.12.9) (2022-04-13)
114
-
115
- ### Bug Fixes
116
-
117
- - add telemetry to metadata api deploy ([#606](https://github.com/forcedotcom/source-deploy-retrieve/issues/606)) ([c9d584c](https://github.com/forcedotcom/source-deploy-retrieve/commit/c9d584c28aad4f444548b1e4c357f714d82cd669))
118
-
119
- ### [5.12.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.7...v5.12.8) (2022-04-07)
120
-
121
- ### [5.12.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.6...v5.12.7) (2022-04-01)
122
-
123
- ### Bug Fixes
124
-
125
- - resolve strictDirectoryName types in mdapi format ([#601](https://github.com/forcedotcom/source-deploy-retrieve/issues/601)) ([823966e](https://github.com/forcedotcom/source-deploy-retrieve/commit/823966e8e003151c97700a397d467a794794e902))
126
-
127
- ### [5.12.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.5...v5.12.6) (2022-03-28)
128
-
129
- ### [5.12.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.4...v5.12.5) (2022-03-25)
130
-
131
- ### [5.12.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.3...v5.12.4) (2022-03-11)
132
-
133
- ### [5.12.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.2...v5.12.3) (2022-03-02)
134
-
135
- ### Bug Fixes
136
-
137
- - **metadata registry:** update directory name for flowtest in registry ([#589](https://github.com/forcedotcom/source-deploy-retrieve/issues/589)) ([d6112a7](https://github.com/forcedotcom/source-deploy-retrieve/commit/d6112a7325289fb55d3aee343cf77bcd2f68eb7f))
138
-
139
- ### [5.12.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.1...v5.12.2) (2022-03-01)
140
-
141
- ### Bug Fixes
142
-
143
- - add ComponentSetBuilder from plugin-source ([#576](https://github.com/forcedotcom/source-deploy-retrieve/issues/576)) ([16c02d6](https://github.com/forcedotcom/source-deploy-retrieve/commit/16c02d611d442cc9efadc5fba51b8db8293ea7f5))
144
-
145
- ### [5.12.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.12.0...v5.12.1) (2022-03-01)
146
-
147
- ## [5.12.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.11.0...v5.12.0) (2022-02-22)
148
-
149
- ### Features
150
-
151
- - **metadata registry:** adding flowtest type to metadata registry ([#580](https://github.com/forcedotcom/source-deploy-retrieve/issues/580)) ([40431f6](https://github.com/forcedotcom/source-deploy-retrieve/commit/40431f60eb29d02e33b5fc4f5f2066271b06c630))
152
-
153
- ## [5.11.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.10.0...v5.11.0) (2022-02-22)
154
-
155
- ### Features
156
-
157
- - cache fileResponses on deployResult ([#573](https://github.com/forcedotcom/source-deploy-retrieve/issues/573)) ([b38185b](https://github.com/forcedotcom/source-deploy-retrieve/commit/b38185b7cd73b05ef1e1940b878b09eb2d198101))
158
-
159
- ## [5.10.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.11...v5.10.0) (2022-02-17)
160
-
161
- ### Features
162
-
163
- - new UiViewDefinition metadata type ([#572](https://github.com/forcedotcom/source-deploy-retrieve/issues/572)) ([9b3e0ea](https://github.com/forcedotcom/source-deploy-retrieve/commit/9b3e0ead89e87b17263b61b734a8edb1c900fc01))
164
-
165
- ### [5.9.11](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.10...v5.9.11) (2022-02-17)
166
-
167
- ### [5.9.10](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.9...v5.9.10) (2022-02-15)
168
-
169
- ### [5.9.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.8...v5.9.9) (2022-02-11)
170
-
171
- ### [5.9.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.7...v5.9.8) (2022-02-08)
172
-
173
- ### Bug Fixes
174
-
175
- - sort ComponentSet.getObject ([#570](https://github.com/forcedotcom/source-deploy-retrieve/issues/570)) ([ff3425c](https://github.com/forcedotcom/source-deploy-retrieve/commit/ff3425ca5e89e6e813a4fafe5f759c623c3f64fd))
176
-
177
- ### [5.9.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.6...v5.9.7) (2022-02-07)
178
-
179
- ### Bug Fixes
180
-
181
- - stat will follow symlinks ([#559](https://github.com/forcedotcom/source-deploy-retrieve/issues/559)) ([f52e3cf](https://github.com/forcedotcom/source-deploy-retrieve/commit/f52e3cf49da3584bbe4a315ef2872eafe17134e2))
182
-
183
- ### [5.9.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.5...v5.9.6) (2022-02-07)
184
-
185
- ### Bug Fixes
186
-
187
- - warn and convert on windows seps in .forceignore ([#557](https://github.com/forcedotcom/source-deploy-retrieve/issues/557)) ([a9700d7](https://github.com/forcedotcom/source-deploy-retrieve/commit/a9700d7132b891525459ee98b4a70dcdc066716e))
188
-
189
- ### [5.9.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.4...v5.9.5) (2022-01-31)
190
-
191
- ### Bug Fixes
192
-
193
- - convert CFT ([#558](https://github.com/forcedotcom/source-deploy-retrieve/issues/558)) ([4978247](https://github.com/forcedotcom/source-deploy-retrieve/commit/4978247f57b7db8e6b08c96d7a985dad67dc0dbc))
194
-
195
- ### [5.9.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.3...v5.9.4) (2022-01-24)
196
-
197
- ### [5.9.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.2...v5.9.3) (2022-01-20)
198
-
199
- ### Bug Fixes
200
-
201
- - custom label merging ([2d5ded2](https://github.com/forcedotcom/source-deploy-retrieve/commit/2d5ded2f45242535061d545dc7de56d12630bce2))
202
-
203
- ### [5.9.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.1...v5.9.2) (2022-01-12)
204
-
205
- ### [5.9.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.9.0...v5.9.1) (2022-01-05)
206
-
207
- ## [5.9.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.5...v5.9.0) (2022-01-04)
208
-
209
- ### Features
210
-
211
- - add retrieve in mdapi format ([#519](https://github.com/forcedotcom/source-deploy-retrieve/issues/519)) ([4db9b18](https://github.com/forcedotcom/source-deploy-retrieve/commit/4db9b1813712617970c714f30d7d2f1ef2578a2f))
212
-
213
- ### [5.8.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.4...v5.8.5) (2022-01-04)
214
-
215
- ### Bug Fixes
216
-
217
- - can retrive COFT with COT automatically ([#517](https://github.com/forcedotcom/source-deploy-retrieve/issues/517)) ([7b9a464](https://github.com/forcedotcom/source-deploy-retrieve/commit/7b9a46483323921e69de88b086f602eaefa6f869))
218
-
219
- ### [5.8.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.3...v5.8.4) (2022-01-03)
220
-
221
- ### Bug Fixes
222
-
223
- - add variable polling times based on comp. set ([#520](https://github.com/forcedotcom/source-deploy-retrieve/issues/520)) ([e97744f](https://github.com/forcedotcom/source-deploy-retrieve/commit/e97744f243d943c85ca8df22e004c278fbad0715))
224
-
225
- ### [5.8.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.2...v5.8.3) (2022-01-03)
226
-
227
- ### Bug Fixes
228
-
229
- - wrap error from fast-xml-parser when invalid xml parsed ([#518](https://github.com/forcedotcom/source-deploy-retrieve/issues/518)) ([407af67](https://github.com/forcedotcom/source-deploy-retrieve/commit/407af6754994b9b8b0484ee7a8dcb380ada2c554))
230
-
231
- ### [5.8.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.1...v5.8.2) (2021-12-16)
232
-
233
- ### [5.8.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.8.0...v5.8.1) (2021-12-15)
234
-
235
- ### Bug Fixes
236
-
237
- - network error tolerance ([#513](https://github.com/forcedotcom/source-deploy-retrieve/issues/513)) ([7042a79](https://github.com/forcedotcom/source-deploy-retrieve/commit/7042a79659ca1348118281a418eb559a3daf2305))
238
-
239
- ## [5.8.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.7.1...v5.8.0) (2021-12-01)
240
-
241
- ### Features
242
-
243
- - update version of core ([#511](https://github.com/forcedotcom/source-deploy-retrieve/issues/511)) ([172df7a](https://github.com/forcedotcom/source-deploy-retrieve/commit/172df7ab980aed2b25d92f9d950147eeae76b846))
244
-
245
- ### [5.7.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.7.0...v5.7.1) (2021-11-30)
246
-
247
- ## [5.7.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.4...v5.7.0) (2021-11-24)
248
-
249
- ### Features
250
-
251
- - add metadata types StnryAssetEnvSrcCnfg, BldgEnrgyIntensityCnfg, VehicleAssetEmssnSrcCnfg ([#508](https://github.com/forcedotcom/source-deploy-retrieve/issues/508)) ([e3dc3ef](https://github.com/forcedotcom/source-deploy-retrieve/commit/e3dc3ef51d8fba19ec9dfda43ca41ddaf26c9bc0))
252
-
253
- ### [5.6.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.3...v5.6.4) (2021-11-22)
254
-
255
- ### Bug Fixes
256
-
257
- - run unspecified child types through forceignore to avoid retrieving ([#505](https://github.com/forcedotcom/source-deploy-retrieve/issues/505)) ([4e327b6](https://github.com/forcedotcom/source-deploy-retrieve/commit/4e327b60de27168dc0b3e8a63ba70dbce96df03a))
258
-
259
- ### [5.6.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.2...v5.6.3) (2021-11-18)
260
-
261
- ### [5.6.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.1...v5.6.2) (2021-11-18)
262
-
263
- ### [5.6.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.6.0...v5.6.1) (2021-11-17)
264
-
265
- ## [5.6.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.5.0...v5.6.0) (2021-11-16)
266
-
267
- ### Features
268
-
269
- - support new OmniScript and OmniIntegrationProcedure type ([#502](https://github.com/forcedotcom/source-deploy-retrieve/issues/502)) ([9e1c089](https://github.com/forcedotcom/source-deploy-retrieve/commit/9e1c089fcff06491a3dca55c86098b29377b3764))
270
-
271
- ## [5.5.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.2...v5.5.0) (2021-11-11)
272
-
273
- ### Features
274
-
275
- - construct virtual tree from name/type ([e475175](https://github.com/forcedotcom/source-deploy-retrieve/commit/e475175799c90c0d62fe9eda782e9ebd025c3990))
276
-
277
- ### [5.4.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.1...v5.4.2) (2021-11-10)
278
-
279
- ### Bug Fixes
280
-
281
- - adds an action when only one of the required for MCT was ignored ([#494](https://github.com/forcedotcom/source-deploy-retrieve/issues/494)) ([3ee999c](https://github.com/forcedotcom/source-deploy-retrieve/commit/3ee999c84ad52077e5d090a854baabd4853a1957))
282
-
283
- ### [5.4.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.4.0...v5.4.1) (2021-11-04)
284
-
285
- ### Bug Fixes
286
-
287
- - unconfuse sitedotcom vs site ([#498](https://github.com/forcedotcom/source-deploy-retrieve/issues/498)) ([5a55d02](https://github.com/forcedotcom/source-deploy-retrieve/commit/5a55d0290a5aed128be061d249aa4b5245be1f5d))
288
-
289
- ## [5.4.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.3.0...v5.4.0) (2021-11-03)
290
-
291
- ### Features
292
-
293
- - new types OmniUiCard, OmniDataTransform ([3460dde](https://github.com/forcedotcom/source-deploy-retrieve/commit/3460dde71a274c23031f33ae8d408f755198f65d))
294
-
295
- ## [5.3.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.2.0...v5.3.0) (2021-11-03)
296
-
297
- ### Features
298
-
299
- - registry support for fieldRestrictionRule ([#486](https://github.com/forcedotcom/source-deploy-retrieve/issues/486)) ([abf0cdd](https://github.com/forcedotcom/source-deploy-retrieve/commit/abf0cdd722507fcc8c8d66aa37a13b02b2f72776))
300
-
301
- ## [5.2.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.1.3...v5.2.0) (2021-11-02)
302
-
303
- ### Features
304
-
305
- - modify fileResponse for not found in org on Deletes ([#472](https://github.com/forcedotcom/source-deploy-retrieve/issues/472)) ([9d258fc](https://github.com/forcedotcom/source-deploy-retrieve/commit/9d258fc3f46989de2a89d429ca4994d5ed756eab))
306
-
307
- ### [5.1.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.1.2...v5.1.3) (2021-11-02)
308
-
309
- ### [5.1.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.1.1...v5.1.2) (2021-10-29)
310
-
311
- ### [5.1.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.1.0...v5.1.1) (2021-10-28)
312
-
313
- ### Bug Fixes
314
-
315
- - ensure component.content is always assigned ([#485](https://github.com/forcedotcom/source-deploy-retrieve/issues/485)) ([d77f475](https://github.com/forcedotcom/source-deploy-retrieve/commit/d77f47502634206ac59181362b7f17da82ed01e7))
316
-
317
- ## [5.1.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.3...v5.1.0) (2021-10-28)
318
-
319
- ### Features
320
-
321
- - construct virtual tree from array of paths ([#480](https://github.com/forcedotcom/source-deploy-retrieve/issues/480)) ([99954dc](https://github.com/forcedotcom/source-deploy-retrieve/commit/99954dc731d078e99283eed940b98ee63688a024))
322
-
323
- ### [5.0.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.2...v5.0.3) (2021-10-28)
324
-
325
- ### Bug Fixes
326
-
327
- - keys split into 2 strings, which allows # in fullName ([#474](https://github.com/forcedotcom/source-deploy-retrieve/issues/474)) ([79aec1f](https://github.com/forcedotcom/source-deploy-retrieve/commit/79aec1f7af6db21ee498721f425b122a53f14310))
328
-
329
- ### [5.0.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.1...v5.0.2) (2021-10-28)
330
-
331
- ### Bug Fixes
332
-
333
- - doesn't call Object.entries on undefined ([#484](https://github.com/forcedotcom/source-deploy-retrieve/issues/484)) ([089198e](https://github.com/forcedotcom/source-deploy-retrieve/commit/089198e7e1472724951765c2bca7be7003609b64))
334
-
335
- ### [5.0.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v5.0.0...v5.0.1) (2021-10-21)
336
-
337
- ### Bug Fixes
338
-
339
- - migrate registry.json from fork ([#482](https://github.com/forcedotcom/source-deploy-retrieve/issues/482)) ([cad3700](https://github.com/forcedotcom/source-deploy-retrieve/commit/cad370037ef529a575723f89061d46b9503a1a60))
340
-
341
- ## [5.0.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.12...v5.0.0) (2021-10-21)
342
-
343
- ### [4.5.12](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.11...v4.5.12) (2021-10-20)
344
-
345
- ### [4.5.11](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.10...v4.5.11) (2021-10-13)
346
-
347
- ### [4.5.10](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.9...v4.5.10) (2021-10-13)
348
-
349
- ### Bug Fixes
350
-
351
- - use matching content file strategy ([#471](https://github.com/forcedotcom/source-deploy-retrieve/issues/471)) ([86b21d6](https://github.com/forcedotcom/source-deploy-retrieve/commit/86b21d69b913058f3b3fc641f6ef7ce9a0c2fe92))
352
-
353
- ### [4.5.9](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.8...v4.5.9) (2021-10-12)
354
-
355
- ### Bug Fixes
356
-
357
- - bump api version to 53.0 ([#476](https://github.com/forcedotcom/source-deploy-retrieve/issues/476)) ([a62aac5](https://github.com/forcedotcom/source-deploy-retrieve/commit/a62aac52037e40f3bfbf0ff516054d8096ecbfed))
358
-
359
- ### [4.5.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.7...v4.5.8) (2021-10-12)
360
-
361
- ### [4.5.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.6...v4.5.7) (2021-10-11)
362
-
363
- ### Bug Fixes
364
-
365
- - use parent xml to parse child ([#470](https://github.com/forcedotcom/source-deploy-retrieve/issues/470)) ([440d2be](https://github.com/forcedotcom/source-deploy-retrieve/commit/440d2beda3cdd8cc64137ac64d361e230d8f5e30))
366
-
367
- ### [4.5.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.5...v4.5.6) (2021-10-07)
368
-
369
- ### [4.5.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.4...v4.5.5) (2021-10-06)
370
-
371
- ### Bug Fixes
372
-
373
- - replace fs with graceful-fs ([#468](https://github.com/forcedotcom/source-deploy-retrieve/issues/468)) ([2b5214c](https://github.com/forcedotcom/source-deploy-retrieve/commit/2b5214c655b94e009e18482f50f121c6217c5e24))
374
-
375
- ### [4.5.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.3...v4.5.4) (2021-10-06)
376
-
377
- ### [4.5.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.2...v4.5.3) (2021-10-06)
378
-
379
- ### Bug Fixes
380
-
381
- - set correct status on file responses ([#465](https://github.com/forcedotcom/source-deploy-retrieve/issues/465)) ([3e95508](https://github.com/forcedotcom/source-deploy-retrieve/commit/3e9550846a0528f7c6c5ea02881003a87601fc1f))
382
-
383
- ### [4.5.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.1...v4.5.2) (2021-10-03)
384
-
385
- ### Bug Fixes
386
-
387
- - support mixed wildcards and names in manifests ([#464](https://github.com/forcedotcom/source-deploy-retrieve/issues/464)) ([58e14ba](https://github.com/forcedotcom/source-deploy-retrieve/commit/58e14ba1b89ec6b63cfc748ef46d39d40ab8f348))
388
-
389
- ### [4.5.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.0...v4.5.1) (2021-09-30)
390
-
391
- ## [4.5.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.8...v4.5.0) (2021-09-30)
392
-
393
- ### Features
394
-
395
- - support epb types ([#463](https://github.com/forcedotcom/source-deploy-retrieve/issues/463)) ([1963483](https://github.com/forcedotcom/source-deploy-retrieve/commit/1963483ca9795437cba09568f1bd0f29d33affd1))
396
-
397
- ### [4.4.8](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.7...v4.4.8) (2021-09-30)
398
-
399
- ### Bug Fixes
400
-
401
- - resolve CustomFieldTranslations properly ([#461](https://github.com/forcedotcom/source-deploy-retrieve/issues/461)) ([cf764bb](https://github.com/forcedotcom/source-deploy-retrieve/commit/cf764bb9ce02844553e6374efa1d538e414ab697))
402
-
403
- ### [4.4.7](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.6...v4.4.7) (2021-09-28)
404
-
405
- ### Bug Fixes
406
-
407
- - release sfdx-core update ([#462](https://github.com/forcedotcom/source-deploy-retrieve/issues/462)) ([ed44dff](https://github.com/forcedotcom/source-deploy-retrieve/commit/ed44dfff1757eb307f24fcbcdc1efa0e7f197ca7))
408
-
409
- ### [4.4.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.5...v4.4.6) (2021-09-24)
410
-
411
- ### Bug Fixes
412
-
413
- - resolve folderContentTypes in mdapi format for windows ([#457](https://github.com/forcedotcom/source-deploy-retrieve/issues/457)) ([25fbec5](https://github.com/forcedotcom/source-deploy-retrieve/commit/25fbec55720e7bab39a9e7e4f0368f44882c15de))
414
-
415
- ### [4.4.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.4...v4.4.5) (2021-09-23)
416
-
417
- ### Bug Fixes
418
-
419
- - adds support for nested InFolder metadata types ([#455](https://github.com/forcedotcom/source-deploy-retrieve/issues/455)) ([b2b90a7](https://github.com/forcedotcom/source-deploy-retrieve/commit/b2b90a7093a60d264776b663f6280ba3a101c237))
420
-
421
- ### [4.4.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.3...v4.4.4) (2021-09-20)
422
-
423
- ### Bug Fixes
424
-
425
- - remove XML_NS_KEY from children when written in metadata format ([#451](https://github.com/forcedotcom/source-deploy-retrieve/issues/451)) ([991ba16](https://github.com/forcedotcom/source-deploy-retrieve/commit/991ba161be918c4475381b657d768d8a88a32521))
426
-
427
- ### [4.4.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.2...v4.4.3) (2021-09-16)
428
-
429
- ### Bug Fixes
430
-
431
- - better support for non-nested inFolder types ([#452](https://github.com/forcedotcom/source-deploy-retrieve/issues/452)) ([f1237cb](https://github.com/forcedotcom/source-deploy-retrieve/commit/f1237cb887f1a24d121aadac9e5cf5f059d5203f))
432
-
433
- ### [4.4.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.1...v4.4.2) (2021-09-16)
434
-
435
- ### Bug Fixes
436
-
437
- - **registry.json:** registry update for ManagedTopics ([#453](https://github.com/forcedotcom/source-deploy-retrieve/issues/453)) ([70f7ca8](https://github.com/forcedotcom/source-deploy-retrieve/commit/70f7ca82491b900836216bad86e99cc976044635))
438
-
439
- ### [4.4.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.4.0...v4.4.1) (2021-09-09)
440
-
441
- ### Bug Fixes
442
-
443
- - fix functions to function suffix ([#449](https://github.com/forcedotcom/source-deploy-retrieve/issues/449)) ([7c2ba22](https://github.com/forcedotcom/source-deploy-retrieve/commit/7c2ba22cd47c89e11a480d7b9d8ac7c909283427))
444
-
445
- ## [4.4.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.5...v4.4.0) (2021-09-09)
446
-
447
- ### Features
448
-
449
- - add required child type entries to manifest ([#446](https://github.com/forcedotcom/source-deploy-retrieve/issues/446)) ([c99198b](https://github.com/forcedotcom/source-deploy-retrieve/commit/c99198b37cd752f10b7c12e72ccf1304464cfccf))
450
-
451
- ### Bug Fixes
452
-
453
- - node 16 error parsing issue ([#448](https://github.com/forcedotcom/source-deploy-retrieve/issues/448)) ([54e1fdd](https://github.com/forcedotcom/source-deploy-retrieve/commit/54e1fddc5fb26675aad69c27036b9cb7ac7e978c))
454
-
455
- ### [4.3.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.4...v4.3.5) (2021-09-02)
456
-
457
- ### Bug Fixes
458
-
459
- - force RestrictionRule to a strict directory ([#447](https://github.com/forcedotcom/source-deploy-retrieve/issues/447)) ([00b5315](https://github.com/forcedotcom/source-deploy-retrieve/commit/00b531559774036df5d45baf1d0da9e83c3262e9))
460
-
461
- ### [4.3.4](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.3...v4.3.4) (2021-09-02)
462
-
463
- ### [4.3.3](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.2...v4.3.3) (2021-08-31)
464
-
465
- ### Bug Fixes
466
-
467
- - Wr/aura under object main ([#443](https://github.com/forcedotcom/source-deploy-retrieve/issues/443)) ([cc5e471](https://github.com/forcedotcom/source-deploy-retrieve/commit/cc5e471b347ca1c2ed764de9c1db21d29d7af01e))
468
-
469
- ### [4.3.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.1...v4.3.2) (2021-08-26)
470
-
471
- ### [4.3.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.3.0...v4.3.1) (2021-08-25)
472
-
473
- ### Bug Fixes
474
-
475
- - add children to manifest during convert ([#442](https://github.com/forcedotcom/source-deploy-retrieve/issues/442)) ([3017e9d](https://github.com/forcedotcom/source-deploy-retrieve/commit/3017e9d45c6f0bbbb9adefaa455ce9775128e2bf))
476
-
477
- ## [4.3.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.2.0...v4.3.0) (2021-08-25)
478
-
479
- ### Features
480
-
481
- - add InboundCertificate to metadata registry ([#441](https://github.com/forcedotcom/source-deploy-retrieve/issues/441)) ([d833485](https://github.com/forcedotcom/source-deploy-retrieve/commit/d833485b5e9aeebfb9dd5baf89fab95f4e6032d8))
482
-
483
- ## [4.2.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.1.1...v4.2.0) (2021-08-25)
484
-
485
- # 4.0.3 - August 19, 2021
486
-
487
- ## Fixed
488
-
489
- - Support toolbelt suffixes ([PR #428](https://github.com/forcedotcom/source-deploy-retrieve/pull/428))
490
-
491
- - Wr/content type of undefined ([PR #429](https://github.com/forcedotcom/source-deploy-retrieve/pull/429))
492
-
493
- - ForceIgnore does not work for `SFDX: Retrieve Source in Manifest from Org` in vscode extension ([PR #413](https://github.com/forcedotcom/source-deploy-retrieve/pull/413))
494
-
495
- - Force fullName to CustomLabels ([PR #427](https://github.com/forcedotcom/source-deploy-retrieve/pull/427))
496
-
497
- - Throw an error for unexpected child types ([PR #426](https://github.com/forcedotcom/source-deploy-retrieve/pull/426))
498
-
499
- - Xml nodes might not be arrays ([PR #424](https://github.com/forcedotcom/source-deploy-retrieve/pull/424))
500
-
501
- - Export all public TS types and interfaces ([PR #423](https://github.com/forcedotcom/source-deploy-retrieve/pull/423))
502
-
503
- # 4.1.0 - August 12, 2021
504
-
505
- ## Added
506
-
507
- - Adds support for destructive changes ([PR #420](https://github.com/forcedotcom/source-deploy-retrieve/pull/420))
508
-
509
- - Enable typedoc generation in CircleCI publish job ([PR #392](https://github.com/forcedotcom/source-deploy-retrieve/pull/392))
510
-
511
- ## Fixed
512
-
513
- - GetComponent won't throw when parent is ignored ([PR #418](https://github.com/forcedotcom/source-deploy-retrieve/pull/418))
514
-
515
- # 4.0.2 - August 5, 2021
516
-
517
- ## Added
518
-
519
- - Add SDR Handbook ([PR #400](https://github.com/forcedotcom/source-deploy-retrieve/pull/400))
520
-
521
- ## Fixed
522
-
523
- - Fix compression level for static resources ([PR #411](https://github.com/forcedotcom/source-deploy-retrieve/pull/411))
524
-
525
- - Fix deployment of empty bundles ([PR #412](https://github.com/forcedotcom/source-deploy-retrieve/pull/412))
526
-
527
- # 4.0.1 - July 28, 2021
528
-
529
- ## Fixed
530
-
531
- - Under-the-hood fixes
532
-
533
- - Export runTestResult type (#402) ([PR #395](https://github.com/forcedotcom/source-deploy-retrieve/pull/395))
534
-
535
- - Add missing metadata types from toolbelt to the metadata registry ([PR #393](https://github.com/forcedotcom/source-deploy-retrieve/pull/393))
536
-
537
- - Ignore duplicate components in server response ([PR #401](https://github.com/forcedotcom/source-deploy-retrieve/pull/401))
538
-
539
- - Bump version of archiver for NodeJS v16 ([PR #399](https://github.com/forcedotcom/source-deploy-retrieve/pull/399))
540
-
541
- - Add CustomFieldTranslation to metadata registry ([#389](https://github.com/forcedotcom/source-deploy-retrieve/pull/389))
542
-
543
- # 4.0.0 - July 16, 2021
544
-
545
- ## Fixed
546
-
547
- - Add support for sourceApiVersion ([PR #381](https://github.com/forcedotcom/source-deploy-retrieve/pull/381))
548
-
549
- - Add BatchCalcJobDefinition to metadata registry ([PR #382](https://github.com/forcedotcom/source-deploy-retrieve/pull/382))
550
-
551
- - ResolveComponent no longer tries to resolve ignored dir paths ([PR #379](https://github.com/forcedotcom/source-deploy-retrieve/pull/379))
552
-
553
- - Match toolbelt for Bot and BotVersion metadata types ([PR #372](https://github.com/forcedotcom/source-deploy-retrieve/pull/372))
554
-
555
- - Retrieve package names to their respective packages ([PR #353](https://github.com/forcedotcom/source-deploy-retrieve/pull/353))
556
-
557
- # 3.1.1 - July 9, 2021
558
-
559
- ## Fixed
560
-
561
- - Bump version of @salesforce/core to 2.25.1 ([PR #369](https://github.com/forcedotcom/source-deploy-retrieve/pull/369))
562
-
563
- - Add WaveComponent to metadata registry ([PR #366](https://github.com/forcedotcom/source-deploy-retrieve/pull/366))
564
-
565
- # 3.1.0 - June 30, 2021
566
-
567
- ## Added
568
-
569
- - Update registry to 52.0 with new types ([PR #360](https://github.com/forcedotcom/source-deploy-retrieve/pull/360))
570
-
571
- - Add `MetadataApiDeployStatus` to public API ([PR #358](https://github.com/forcedotcom/source-deploy-retrieve/pull/358))
572
-
573
- ## Fixed
574
-
575
- - Fix issue with polling logic not waiting for previous poll to finish ([PR #361](https://github.com/forcedotcom/source-deploy-retrieve/pull/361))
576
-
577
- # 3.0.0 - June 10, 2021
578
-
579
- ## Added
580
-
581
- - [BREAKING] Add support for making asynchronous metadata transfers ([PR #334](https://github.com/forcedotcom/source-deploy-retrieve/pull/334))
582
-
583
- - Add deployRecentValidation method to MetadataApiDeploy, and checkStatus method to MetadataTransfer classes ([PR #343](https://github.com/forcedotcom/source-deploy-retrieve/pull/343))
584
-
585
- - Add option for deploying using REST ([PR #352](https://github.com/forcedotcom/source-deploy-retrieve/pull/352))
586
-
587
- # 2.1.5 - June 3, 2021
588
-
589
- ## Fixed
590
-
591
- - Update documentation for open-source ([PR #345](https://github.com/forcedotcom/source-deploy-retrieve/pull/345))
592
-
593
- - Add examples ([PR #342](https://github.com/forcedotcom/source-deploy-retrieve/pull/342))
594
-
595
- - Export FileProperties from the top level ([PR #335](https://github.com/forcedotcom/source-deploy-retrieve/pull/335))
596
-
597
- # 2.1.4 - May 24, 2021
598
-
599
- ## Added
600
-
601
- - Adds option to convert source directly to the specified directory ([PR #332](https://github.com/forcedotcom/source-deploy-retrieve/pull/332))
602
-
603
- ## Fixed
604
-
605
- - Fix cannot split issue ([PR #333](https://github.com/forcedotcom/source-deploy-retrieve/pull/333))
606
-
607
- - Improve messaging for force ignore old vs new parsers ([PR #324](https://github.com/forcedotcom/source-deploy-retrieve/pull/324))
608
-
609
- - Update change log generation documentation ([PR #329](https://github.com/forcedotcom/source-deploy-retrieve/pull/329))
610
-
611
- # 2.1.3 - April 29, 2021
612
-
613
- ## Fixed
614
-
615
- - Preserve leading zeroes in xml node values ([PR #319](https://github.com/forcedotcom/source-deploy-retrieve/pull/319))
616
-
617
- # 2.1.1 - April 20, 2021
618
-
619
- ## Fixed
620
-
621
- - Updated registry to fix source conversion for the following types ([PR #307](https://github.com/forcedotcom/source-deploy-retrieve/pull/307)):
622
- - AccountRelationshipShareRule
623
- - TimeSheetTemplate
624
- - WaveDashboard
625
- - WaveLens
626
- - WaveDataflow
627
- - WaveRecipe
628
-
629
- # 2.1.0 - April 14, 2021
630
-
631
- ## Added
632
-
633
- - Support split CustomLabels on deploy and retrieve ([PR #278](https://github.com/forcedotcom/source-deploy-retrieve/pull/278))
634
-
635
- - Add `fullName` property to `ComponentSet` to be included in package xml generation ([PR #296](https://github.com/forcedotcom/source-deploy-retrieve/pull/296))
636
-
637
- ## Fixed
638
-
639
- - Fix requiring consumer to install types of `unzipper` internal dependency ([PR #305](https://github.com/forcedotcom/source-deploy-retrieve/pull/305))
640
-
641
- # 2.0.0 - April 7, 2021
642
-
643
- ## Added
644
-
645
- - Update from manifest initializer ([PR #279](https://github.com/forcedotcom/source-deploy-retrieve/pull/279))
646
-
647
- - Add workskillrouting type to registry ([PR #287](https://github.com/forcedotcom/source-deploy-retrieve/pull/287))
648
-
649
- - Generate api documentation ([PR #275](https://github.com/forcedotcom/source-deploy-retrieve/pull/275))
650
-
651
- - Support SFDX_MDAPI_TEMP_DIR environment variable for metadata deploys and retrieves ([PR #266](https://github.com/forcedotcom/source-deploy-retrieve/pull/266))
652
-
653
- ## Fixed
654
-
655
- - Add documentation for tree containers ([PR #289](https://github.com/forcedotcom/source-deploy-retrieve/pull/289))
656
-
657
- # 1.1.21 - March 30, 2021
658
-
659
- ## Added
660
-
661
- - Better options for from source component set initializer ([PR #276](https://github.com/forcedotcom/source-deploy-retrieve/pull/276))
662
-
663
- ## Fixed
664
-
665
- - Set an overridden apiVersion on a created connection ([PR #274](https://github.com/forcedotcom/source-deploy-retrieve/pull/274))
666
-
667
- - Merge deploy api options ([PR #272](https://github.com/forcedotcom/source-deploy-retrieve/pull/272))
668
-
669
- - Add testLevel to MetadataApiDeployOptions type ([PR #271](https://github.com/forcedotcom/source-deploy-retrieve/pull/271))
670
-
671
- # 1.1.20 - March 17, 2021
672
-
673
- ## Fixed
674
-
675
- - Convert Document metadata type to document ([PR #263](https://github.com/forcedotcom/source-deploy-retrieve/pull/263))
676
-
677
- # 1.1.19 - March 3, 2021
678
-
679
- ## Added
680
-
681
- - Get file statuses from deploy results ([PR #249](https://github.com/forcedotcom/source-deploy-retrieve/pull/249))
682
-
683
- - Retrieve using package names ([PR #251](https://github.com/forcedotcom/source-deploy-retrieve/pull/251))
684
-
685
- ## Fixed
686
-
687
- - Fix some StaticResource zip files failing to convert to source format ([PR #260](https://github.com/forcedotcom/source-deploy-retrieve/pull/260))
688
-
689
- # 1.1.18 - February 24, 2021
690
-
691
- ## Added
692
-
693
- - Turn component sets into lazy collections ([PR #247](https://github.com/forcedotcom/source-deploy-retrieve/pull/247))
694
-
695
- - Get file statuses from retrieve results ([PR #243](https://github.com/forcedotcom/source-deploy-retrieve/pull/243))
696
-
697
- ## Fixed
698
-
699
- - Fix for recompostion failure when the parent xml did not exist ([PR #245](https://github.com/forcedotcom/source-deploy-retrieve/pull/245))
700
-
701
- - Fix conversion failure to source format for StaticResource component with `octet-stream` content type ([PR #244](https://github.com/forcedotcom/source-deploy-retrieve/pull/244))
702
-
703
- - Fix timeout during metadata api deploy and retrieve operations ([PR #236](https://github.com/forcedotcom/source-deploy-retrieve/pull/236))
704
-
705
- - Convert folder components to source format correctly ([PR #239](https://github.com/forcedotcom/source-deploy-retrieve/pull/239))
706
-
707
- # 1.1.16 - February 9, 2021
708
-
709
- ## Added
710
-
711
- - Support dividing a decomposed component across different directories ([PR #224](https://github.com/forcedotcom/source-deploy-retrieve/pull/224))
712
-
713
- # 1.1.15 - January 12, 2021
714
-
715
- ## Added
716
-
717
- - Support merging a component into multiple existing copies during conversion ([PR #223](https://github.com/forcedotcom/source-deploy-retrieve/pull/223))
718
-
719
- ## Fixed
720
-
721
- - Fix issue setting up connection when deploying or retrieving ComponentSet ([PR #226](https://github.com/forcedotcom/source-deploy-retrieve/pull/226))
722
-
723
- # 1.1.14 - December 7, 2020
724
-
725
- ## Fixed
726
-
727
- - Fix issue with deploying individual child components ([#220](https://github.com/forcedotcom/source-deploy-retrieve/pull/220))
728
-
729
- # 1.1.13 - December 3, 2020
730
-
731
- ## Fixed
732
-
733
- - Add non-source components when initializing ComponentSets with resolve option ([#217](https://github.com/forcedotcom/source-deploy-retrieve/pull/217))
734
-
735
- # 1.1.12 - December 2, 2020
736
-
737
- ## Fixed
738
-
739
- - Handle Folder metadata types ([PR #208](https://github.com/forcedotcom/source-deploy-retrieve/pull/208))
740
-
741
- - Report accurate retrieve operation status when using wildcards in manifest files ([PR #209](https://github.com/forcedotcom/source-deploy-retrieve/pull/209))
742
-
743
- - Report correct retrieve file output ([PR #210](https://github.com/forcedotcom/source-deploy-retrieve/pull/210))
744
-
745
- - Handle multiple resolve targets when parsing manifest files ([PR #211](https://github.com/forcedotcom/source-deploy-retrieve/pull/211))
746
-
747
- - Enable multiple source-backed components for a single metadata component ([PR #212](https://github.com/forcedotcom/source-deploy-retrieve/pull/212))
748
-
749
- # 1.1.11 - November 12, 2020
750
-
751
- ## Fixed
752
-
753
- - Fix default ForceIgnore rule unintentionally ignoring DuplicateRule components ([PR #200](https://github.com/forcedotcom/source-deploy-retrieve/pull/200))
754
-
755
- ## Added
756
-
757
- - Add "Working Set Collection" to perform library functionality on a set of components ([PR #201](https://github.com/forcedotcom/source-deploy-retrieve/pull/201))
758
-
759
- - Handle wildcards when parsing manifest files ([PR #205](https://github.com/forcedotcom/source-deploy-retrieve/pull/205))
760
-
761
- # 1.1.10 - November 6, 2020
762
-
763
- ## Fixed
764
-
765
- - Export `ForceIgnore` class ([PR #198](https://github.com/forcedotcom/source-deploy-retrieve/pull/198))
766
-
767
- - Export `RetrieveMessage` type ([PR #195](https://github.com/forcedotcom/source-deploy-retrieve/pull/195))
768
-
769
- ## Added
770
-
771
- - Move `RegistryAccess` functionality to new `MetadataResolver` class ([PR #194](https://github.com/forcedotcom/source-deploy-retrieve/pull/194), [PR #199](https://github.com/forcedotcom/source-deploy-retrieve/pull/199))
772
-
773
- # 1.1.9 - October 28, 2020
774
-
775
- ## Fixed
776
-
777
- - Support API version 50.0 ([PR #189](https://github.com/forcedotcom/source-deploy-retrieve/pull/189))
778
-
779
- ## Added
780
-
781
- - Convert and merge static resources ([PR #186](https://github.com/forcedotcom/source-deploy-retrieve/pull/186))
782
-
783
- # 1.1.8 - October 23, 2020
784
-
785
- ## Fixed
786
-
787
- - Handle trailing slashes on forceignore rules ([PR #190](https://github.com/forcedotcom/source-deploy-retrieve/pull/190))
788
-
789
- ## Added
790
-
791
- - Convert and merge decomposed component types ([PR #184](https://github.com/forcedotcom/source-deploy-retrieve/pull/184))
792
-
793
- # 1.1.7 - October 15, 2020
794
-
795
- ## Fixed
796
-
797
- - Fixed resolution of decomposed child components ([PR #174](https://github.com/forcedotcom/source-deploy-retrieve/pull/174))
798
-
799
- # 1.1.6 - October 7, 2020
800
-
801
- ## Added
802
-
803
- - Add more detail to metadata api retrieve result ([PR #155](https://github.com/forcedotcom/source-deploy-retrieve/pull/155))
804
-
805
- - Performance improvements to extracting zip file from metadata retrieve ([PR #164](https://github.com/forcedotcom/source-deploy-retrieve/pull/164))
806
-
807
- ## Fixed
808
-
809
- - Fix creating an empty parent xml when decomposing child components ([PR #166](https://github.com/forcedotcom/source-deploy-retrieve/pull/166))
810
-
811
- # 1.1.5 - October 1, 2020
812
-
813
- ## Added
814
-
815
- - Add ZipTreeContainer and stream() to TreeContainer interface ([PR #154](https://github.com/forcedotcom/source-deploy-retrieve/pull/154))
816
-
817
- ## Fixed
818
-
819
- - Fix ZipTreeContainer adding duplicate entries ([PR #158](https://github.com/forcedotcom/source-deploy-retrieve/pull/158))
820
-
821
- - Fix output package path during source conversion ([PR #153](https://github.com/forcedotcom/source-deploy-retrieve/pull/153))
822
-
823
- # 1.1.4 - September 23, 2020
824
-
825
- ## Added
826
-
827
- - Retrieve components using the Metadata API to a specified directory ([PR #143](https://github.com/forcedotcom/source-deploy-retrieve/pull/143))
828
-
829
- - Convert StaticResources from metadata format to source format ([#141](https://github.com/forcedotcom/source-deploy-retrieve/pull/141))
830
-
831
- - Show warning when user has a .forceignore file incompatible with the new parser ([#129](https://github.com/forcedotcom/source-deploy-retrieve/pull/129))
832
-
833
- ## Fixed
834
-
835
- - Fix output directory not being created if it doesn't exist during conversion ([PR #148](https://github.com/forcedotcom/source-deploy-retrieve/pull/148)
836
-
837
- # 1.1.3 - September 16, 2020
838
-
839
- ## Added
840
-
841
- - Support conversions for CustomObjects to metadata format ([PR #136](https://github.com/forcedotcom/source-deploy-retrieve/pull/136))
842
-
843
- - Support conversions for child components at the same level as the parent component ([PR #142](https://github.com/forcedotcom/source-deploy-retrieve/pull/142))
844
-
845
- ## Fixed
846
-
847
- - Fix duplicate SourceComponents when scanning StaticResources with a directory for content ([PR #138](https://github.com/forcedotcom/source-deploy-retrieve/pull/138))
848
-
849
- # 1.1.2 - September 10, 2020
850
-
851
- ## Added
852
-
853
- - Support conversions for StaticResources to metadata format ([PR #127](https://github.com/forcedotcom/source-deploy-retrieve/pull/127))
854
-
855
- - Adds metadata source format conversion for the default transformer ([PR #135](https://github.com/forcedotcom/source-deploy-retrieve/pull/135))
856
-
857
- # 1.1.1 - September 3, 2020
858
-
859
- ## Added
860
-
861
- - Support ObjectTranslations in metadata format ([PR #122](https://github.com/forcedotcom/source-deploy-retrieve/pull/122))
862
-
863
- ## Fixed
864
-
865
- - Support CustomSite and SiteDotCom components ([PR #121](https://github.com/forcedotcom/source-deploy-retrieve/pull/121))
866
-
867
- - Fix CustomObject conversions when parent xml is not present ([PR #124](https://github.com/forcedotcom/source-deploy-retrieve/pull/124))
868
-
869
- - Update registry to API version 49.0 ([PR #123](https://github.com/forcedotcom/source-deploy-retrieve/pull/123))
870
-
871
- # 1.0.21 - August 27, 2020
872
-
873
- ## Added
874
-
875
- - Add registry support for WaveTemplateBundles and CustomObject child components when parent doesn't have a metadata xml ([PR #115](https://github.com/forcedotcom/source-deploy-retrieve/pull/115))
876
-
877
- # 1.0.20 - August 20, 2020
878
-
879
- ## Fixed
880
-
881
- - Add resolution for folder components in metadata format ([PR #109](https://github.com/forcedotcom/source-deploy-retrieve/pull/109))
882
-
883
- # 1.0.19 - August 13, 2020
884
-
885
- ## Added
886
-
887
- - Add component resolution for files in metadata format ([PR #94](https://github.com/forcedotcom/source-deploy-retrieve/pull/94))
888
-
889
- - Add recomposition for CustomObjects ([PR #95](https://github.com/forcedotcom/source-deploy-retrieve/pull/95))
890
-
891
- ## Fixed
892
-
893
- - Fixed content file not being included during source conversion for NetworkBranding components ([PR #106](https://github.com/forcedotcom/source-deploy-retrieve/pull/106))
894
-
895
- # 1.0.18 - August 6, 2020
896
-
897
- ## Added
898
-
899
- - Add readFile to TreeContainer ([PR #96](https://github.com/forcedotcom/source-deploy-retrieve/pull/96))
900
-
901
- ## Fixed
902
-
903
- - Replaced module `gitignore-parser` for parsing forceignore files with `ignore` ([PR #98](https://github.com/forcedotcom/source-deploy-retrieve/pull/98))
904
-
905
- # 1.0.17 - July 28, 2020
906
-
907
- ## Added
908
-
909
- - Metadata and tooling clients return new `SourceDeployResult` type for deploys. ([PR #85](https://github.com/forcedotcom/source-deploy-retrieve/pull/85), [PR #87](https://github.com/forcedotcom/source-deploy-retrieve/pull/87), [PR #88](https://github.com/forcedotcom/source-deploy-retrieve/pull/88), [PR #89](https://github.com/forcedotcom/source-deploy-retrieve/pull/89))
910
-
911
- # 1.0.16 - July 16, 2020
912
-
913
- ## Added
914
-
915
- - Support configuration options on Metadata API deploys ([PR #78](https://github.com/forcedotcom/source-deploy-retrieve/pull/78), [PR #80](https://github.com/forcedotcom/source-deploy-retrieve/pull/80))
916
-
917
- ## Fixed
918
-
919
- - Update output format for generated manifest ([PR #81](https://github.com/forcedotcom/source-deploy-retrieve/pull/81))
920
-
921
- # 1.0.15 - July 2, 2020
922
-
923
- ## Added
924
-
925
- - Metadata API deploy for types with no special transformation ([PR #70](https://github.com/forcedotcom/source-deploy-retrieve/pull/70))
926
-
927
- # 1.0.14 - June 26, 2020
928
-
929
- ## Fixed
930
-
931
- - Add namespace support for Tooling API deploy and retrieve operations ([PR #66](https://github.com/forcedotcom/source-deploy-retrieve/pull/66))
932
-
933
- ## Added
934
-
935
- - Introduce TreeContainer interface on Metadata Registry ([PR #68](https://github.com/forcedotcom/source-deploy-retrieve/pull/68))
936
-
937
- # 1.0.13 - June 18, 2020
938
-
939
- ## Fixed
940
-
941
- - Corrected file creation for retrieve ([PR #56](https://github.com/forcedotcom/source-deploy-retrieve/pull/56))
942
-
943
- - Fixed formatting and linting issues ([PR #59](https://github.com/forcedotcom/source-deploy-retrieve/pull/59))
944
-
945
- # 1.0.12 - June 11, 2020
946
-
947
- ## Fixed
948
-
949
- - Include component files in DeployResult.outboundFiles ([PR #54](https://github.com/forcedotcom/source-deploy-retrieve/pull/54))
950
-
951
- ## Added
952
-
953
- - Support zip output for Source Conversion ([PR #48](https://github.com/forcedotcom/source-deploy-retrieve/pull/48))
954
- - Add decomposed adapter to Metadata Registry ([PR #42](https://github.com/forcedotcom/source-deploy-retrieve/pull/42))