Commit 49fa8fc
authored
Release 0.28.0 (#1368)
> [!IMPORTANT]
> Merging this pull request will create this release
## Breaking Changes
- URL-encode path parameters in generated endpoints (#1349)
## Fixes
### Fix bad code generation
#1360 by @EricAtORS
This fixes:
- missing parenthesis in to_multipart
#1338 #1318
- missing imports in the lazy eval in to_multipart:
#931 and #1051
### Fix optional bodies
If a body is not required (the default), it will now:
1. Have `Unset` as part of its type annotation.
2. Default to a value of `UNSET`
3. Not be included in the request if it is `UNSET`
Thanks @orelmaliach for the report! Fixes #1354
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>1 parent f5f3b41 commit 49fa8fc
File tree
4 files changed
+29
-27
lines changed- .changeset
4 files changed
+29
-27
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 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 | + | |
16 | 44 | | |
17 | 45 | | |
18 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments