forked from Azure/autorest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
266 lines (266 loc) · 7.28 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
"name": "@azure-tools/datastore",
"entries": [
{
"version": "4.7.1",
"tag": "@azure-tools/datastore_v4.7.1",
"date": "Wed, 07 Dec 2022 22:24:34 GMT",
"comments": {
"patch": [
{
"comment": "Add `normalizePath` helper"
},
{
"comment": "Update dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.9.1` to `~2.9.2`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.2.2` to `~1.2.3`"
},
{
"comment": "Updating dependency \"@azure-tools/yaml\" from `~1.1.0` to `~1.1.1`"
}
]
}
},
{
"version": "4.7.0",
"tag": "@azure-tools/datastore_v4.7.0",
"date": "Tue, 19 Jul 2022 15:09:55 GMT",
"comments": {
"minor": [
{
"comment": "**Migrate** from jsonpath to jsonpath-plus"
}
]
}
},
{
"version": "4.6.1",
"tag": "@azure-tools/datastore_v4.6.1",
"date": "Tue, 15 Mar 2022 16:00:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.9.0` to `~2.9.1`"
},
{
"comment": "Updating dependency \"@azure-tools/yaml\" from `~1.0.0` to `~1.1.0`"
}
]
}
},
{
"version": "4.6.0",
"tag": "@azure-tools/datastore_v4.6.0",
"date": "Fri, 19 Nov 2021 04:23:42 GMT",
"comments": {
"minor": [
{
"comment": "Added support for identity sourcemap type"
}
],
"patch": [
{
"comment": "**Fix** Performance issue with not reusing DataHandle causing multiple instance of sourcemaps to be loaded at the same time"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.8.0` to `~2.9.0`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.2.0` to `~1.2.1`"
}
]
}
},
{
"version": "4.5.1",
"tag": "@azure-tools/datastore_v4.5.1",
"date": "Thu, 14 Oct 2021 23:03:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.7.0` to `~2.8.0`"
}
]
}
},
{
"version": "4.5.0",
"tag": "@azure-tools/datastore_v4.5.0",
"date": "Wed, 08 Sep 2021 15:39:22 GMT",
"comments": {
"minor": [
{
"comment": "**Added** Option to disable auto unloading of data in DataStore"
},
{
"comment": "**Added** New tree source map builder replacing graph builder"
},
{
"comment": "**Added** Support for yaml `<<` merge keyword in parser\""
},
{
"comment": "Extract yaml logic in own package `@azure-tools/yaml`"
},
{
"comment": "**Perf** Improvement to perf when buildingraph mappings"
},
{
"comment": "**Added** New path mapping sourcemap functionality to improve performance significantly by reducing the yaml ast parsing needed to construct position based sourcemap"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.6.0` to `~2.7.0`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.1.0` to `~1.2.0`"
}
]
}
},
{
"version": "4.4.0",
"tag": "@azure-tools/datastore_v4.4.0",
"date": "Mon, 19 Jul 2021 15:15:42 GMT",
"comments": {
"minor": [
{
"comment": "**Remove** NodeT type"
},
{
"comment": "Drop support for node 10"
},
{
"comment": "**Perf** Memory usage improvements"
},
{
"comment": "**Perf** Unload sourcemap from memory if not used"
}
],
"patch": [
{
"comment": "**Fix** Sourcemap computation"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.5.294` to `~2.6.0`"
},
{
"comment": "Updating dependency \"@azure-tools/json\" from `~1.0.0` to `~1.1.0`"
}
]
}
},
{
"version": "4.3.1",
"tag": "@azure-tools/datastore_v4.3.1",
"date": "Tue, 27 Apr 2021 17:48:43 GMT",
"comments": {
"patch": [
{
"comment": "**Deprecate** json-pointer functionality as it is moved to seperate package"
}
]
}
},
{
"version": "4.3.0",
"tag": "@azure-tools/datastore_v4.3.0",
"date": "Fri, 09 Apr 2021 19:53:22 GMT",
"comments": {
"minor": [
{
"comment": "**Added** sourcemap support"
}
]
}
},
{
"version": "4.2.2",
"tag": "@azure-tools/datastore_v4.2.2",
"date": "Thu, 01 Apr 2021 15:46:41 GMT",
"comments": {
"patch": [
{
"comment": "Bump @azure-tools/uri version to ~3.1.1"
},
{
"comment": "**Update** Logging to use `@azure/logger` instead of `console`"
},
{
"comment": "**Refactor** datastore and deprecated PascalCase methods"
},
{
"comment": "**Fix vulnerability** incomplete url sanitization when adding github auth token"
}
]
}
},
{
"version": "4.2.1",
"tag": "@azure-tools/datastore_v4.2.1",
"date": "Tue, 16 Mar 2021 19:28:18 GMT",
"comments": {
"patch": [
{
"comment": "**Revert** logging when failed to load file as it creates too much noise"
}
]
}
},
{
"version": "4.2.0",
"tag": "@azure-tools/datastore_v4.2.0",
"date": "Tue, 16 Mar 2021 15:52:56 GMT",
"comments": {
"patch": [
{
"comment": "**Update** TransformerViaPointer to take Generic Input/Output types"
},
{
"comment": "Bump dependencies versions"
}
],
"minor": [
{
"comment": "Added retry logic for loading uris."
},
{
"comment": "**Refactor** abstract file system. Moved CachingFileSystem from @autorest/configuration."
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.5.293` to `~2.5.294`"
}
]
}
},
{
"version": "4.1.271",
"tag": "@azure-tools/datastore_v4.1.271",
"date": "Thu, 04 Feb 2021 19:05:18 GMT",
"comments": {
"patch": [
{
"comment": "Internal: Moved from Azure/perks, formatting changes"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/codegen\" from `~2.5.0` to `~2.5.293`"
}
]
}
}
]
}