forked from fern-api/fern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.yml
More file actions
352 lines (349 loc) · 9.92 KB
/
versions.yml
File metadata and controls
352 lines (349 loc) · 9.92 KB
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
- version: 0.24.0-rc.0
changelogEntry:
- summary: |
Upgrade to IR v66 which compresses the IR Name type, reducing IR size and increasing performance.
type: feat
createdAt: "2026-04-01"
irVersion: 66
- version: 0.23.10
changelogEntry:
- summary: |
Bump generator CLI version to publish new Docker image.
type: chore
createdAt: "2025-11-19"
irVersion: 61
- version: 0.23.9
changelogEntry:
- summary: |
Upgrade to IRv61.
type: chore
createdAt: "2025-11-04"
irVersion: 61
- version: 0.23.8
changelogEntry:
- summary: |
Upgrade to IRv60.
type: chore
createdAt: "2025-09-24"
irVersion: 60
- version: 0.23.7
createdAt: "2025-08-31"
changelogEntry:
- type: internal
summary: Upgrade to IRv59.
irVersion: 59
- version: 0.23.6
createdAt: "2025-03-13"
changelogEntry:
- type: internal
summary: Upgrade to IRv57.
irVersion: 57
- version: 0.23.5
createdAt: "2024-11-07"
changelogEntry:
- type: internal
summary: Upgrade to IRv53.
irVersion: 53
- version: 0.23.4
createdAt: "2024-08-30"
changelogEntry:
- type: internal
summary: No changes.
irVersion: 40
- version: 0.23.3
createdAt: "2024-08-30"
changelogEntry:
- type: internal
summary: No changes.
irVersion: 40
- version: 0.23.2
createdAt: "2024-08-26"
changelogEntry:
- type: internal
summary: No changes.
irVersion: 40
- version: 0.23.1
createdAt: "2024-08-19"
changelogEntry:
- type: fix
summary: Fix literal value deserialization.
changed:
- >-
Updates object and undiscriminated union deserialization to return an
error whenever any literal values do not exist or are mismatched.
irVersion: 40
- version: 0.23.0
createdAt: "2024-08-07"
changelogEntry:
- type: feat
summary: Add support for always sending required properties.
added:
- >-
Added the `alwaysSendRequiredProperties` configuration option. When
`alwaysSendRequiredProperties` is enabled, required properties are
never omitted in the type's wire representation. Any required property
that is not explicitly set will send the default value for that type.
irVersion: 40
- version: 0.22.3
createdAt: "2024-07-22"
changelogEntry:
- type: fix
summary: >-
Fix an issue where APIs that specify the `property-name` error
discrimination strategy would receive JSON decode errors instead of the
server's error.
irVersion: 40
- version: 0.22.2
createdAt: "2024-07-04"
changelogEntry:
- type: fix
summary: Request types set to `nil` no longer send an explicit `null` value.
irVersion: 40
- version: 0.22.1
createdAt: "2024-06-11"
changelogEntry:
- type: fix
summary: Array of `deepObject` query parameters are correctly serialized.
irVersion: 40
- version: 0.22.0
createdAt: "2024-05-21"
changelogEntry:
- type: feat
summary: Add support for retrieving extra properties from response objects.
added:
- >-
Extra properties decoded from response objects are retained and
accessible via the `GetExtraProperties` method.
irVersion: 40
- version: 0.21.3
createdAt: "2024-05-17"
changelogEntry:
- type: internal
summary: The generator now uses the latest FDR SDK.
irVersion: 40
- version: 0.21.2
createdAt: "2024-05-07"
changelogEntry:
- type: fix
summary: >-
In-lined request body properties no longer include a non-empty `url`
struct tag.
irVersion: 40
- version: 0.21.1
createdAt: "2024-04-29"
changelogEntry:
- type: fix
summary: >-
The Go generator now escapes path parameters that would previously
create invalid URLs (e.g. "\\example").
- type: internal
summary: Refactor endpoint URL mapping with `core.EncodeURL`.
irVersion: 40
- version: 0.21.0
createdAt: "2024-04-29"
changelogEntry:
- type: feat
summary: Add support for cursor and offset pagination.
irVersion: 40
- version: 0.20.2
createdAt: "2024-04-26"
changelogEntry:
- type: internal
summary: Enhance extra property serialization performance.
- type: internal
summary: Generate additional extra property tests into the SDK.
- type: fix
summary: >-
Resolve a non-deterministic key ordering issue for snippets of type
`unknown`.
- type: fix
summary: Resolve an issue with discriminated union serialization.
irVersion: 40
- version: 0.20.1
createdAt: "2024-04-25"
changelogEntry:
- type: fix
summary: The `omitempty` struct tag is now only used for nil-able types.
- type: fix
summary: >-
Update the query encoder to prevent unintentional errors whenever the
`omitempty` is used for a non-optional field.
irVersion: 40
- version: 0.20.0
createdAt: "2024-04-24"
changelogEntry:
- type: feat
summary: The Go generator now supports extra properties.
irVersion: 40
- version: 0.19.0
createdAt: "2024-04-16"
changelogEntry:
- type: feat
summary: The Go generator now supports environment variable scanning.
irVersion: 35
- version: 0.18.3
createdAt: "2024-04-15"
changelogEntry:
- type: fix
summary: Path parameters are now applied in the correct order.
irVersion: 35
- version: 0.18.2
createdAt: "2024-04-02"
changelogEntry:
- type: fix
summary: >-
Custom authorization header schemes had their values overridden by
request options, which required using the generated request option at
every call-site.
irVersion: 35
- version: 0.18.1
createdAt: "2024-03-12"
changelogEntry:
- type: fix
summary: Go snippets correctly handle unknown examples.
irVersion: 35
- version: 0.18.0
createdAt: "2024-03-04"
changelogEntry:
- type: feat
summary: >-
Add support for simpler unions, which is configurable with `union: v1`
(if omitted, the default `v0` version will be used).
- type: feat
summary: Add support for multiple files in upload endpoints.
irVersion: 35
- version: 0.17.0
createdAt: "2024-02-26"
changelogEntry:
- type: internal
summary: No changes since previous release candidate.
irVersion: 33
- version: 0.17.0-rc1
createdAt: "2024-02-23"
changelogEntry:
- type: fix
summary: Snippets for aliases to optional primitive values.
irVersion: 33
- version: 0.17.0-rc0
createdAt: "2024-02-21"
changelogEntry:
- type: fix
summary: >-
Package documentation is now generated into the correct package's
`doc.go`.
- type: feat
summary: Add support for generated endpoint snippets.
irVersion: 33
- version: 0.16.0
createdAt: "2024-02-12"
changelogEntry:
- type: feat
summary: The generator now supports whitelabelling.
irVersion: 33
- version: 0.15.0
createdAt: "2024-02-09"
changelogEntry:
- type: feat
summary: Enforce RFC3339 for date[time] serialization in request bodies.
irVersion: 33
- version: 0.14.1
createdAt: "2024-02-07"
changelogEntry:
- type: fix
summary: Query parameter support for optional `time.Time` types.
irVersion: 33
- version: 0.14.0
createdAt: "2024-02-06"
changelogEntry:
- type: feat
summary: Add support for `deepObject` query parameters.
- type: chore
summary: Refactor query parameter serialization with `url` struct tags.
irVersion: 33
- version: 0.13.0
createdAt: "2024-01-31"
changelogEntry:
- type: feat
summary: Add `packageName` generator configuration.
- type: feat
summary: Add support for `bytes` request bodies wrapped in an in-lined request.
irVersion: 32
- version: 0.12.1
createdAt: "2024-01-31"
changelogEntry:
- type: fix
summary: "`text/plain` response handling."
irVersion: 32
- version: 0.12.0
createdAt: "2024-01-30"
changelogEntry:
- type: feat
summary: >-
Add support for `bytes` request bodies with `Content-Type` set to
`application/octet-stream`.
irVersion: 32
- version: 0.11.0
createdAt: "2024-01-29"
changelogEntry:
- type: feat
summary: Add automatic retry with exponential backoff.
irVersion: 32
- version: 0.10.0
createdAt: "2024-01-25"
changelogEntry:
- type: feat
summary: Refactor `ClientOption` as `RequestOption`.
- type: feat
summary: Add `includeLegacyClientOptions` generator configuration.
- type: feat
summary: >-
Support idempotency headers as a special `RequestOption` only available
on idempotent endpoints.
- type: fix
summary: Placement of path parameter documentation.
- type: fix
summary: >-
Naming collision issue for undiscriminated unions that define more than
one literal.
irVersion: 32
- version: 0.9.4
createdAt: "2024-01-10"
changelogEntry:
- type: fix
summary: File upload requests that specify query parameters.
irVersion: 28
- version: 0.9.3
createdAt: "2023-12-04"
changelogEntry:
- type: fix
summary: Optional query parameter dereferencing issue.
irVersion: 28
- version: 0.9.2
createdAt: "2023-11-30"
changelogEntry:
- type: fix
summary: >-
Append version suffix for modules tagged with major versions greater
than `1.X.X`.
irVersion: 28
- version: 0.9.1
createdAt: "2023-11-08"
changelogEntry:
- type: fix
summary: Support boolean literals.
- type: fix
summary: Union subtypes with no properties are now go 1.13 compatible.
irVersion: 28
- version: 0.9.0
createdAt: "2023-10-31"
changelogEntry:
- type: feat
summary: Add support for streaming endpoints.
- type: feat
summary: Add support for non-primitive file upload properties.
- type: chore
summary: Refactor `core.DoRequest` with `core.Caller` abstraction.
- type: chore
summary: Update pinned dependencies in generated `go.mod`.
irVersion: 27