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