Skip to content

Commit

Permalink
Merge branch 'niels/csharp/serialize-headers-querystring-params' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/fern-api/fern into niels/csharp/serialize-headers-querystring-params
  • Loading branch information
Swimburger committed Jan 22, 2025
2 parents 715a249 + 45d8e8f commit 96ca18f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fern/pages/changelogs/cli/2025-01-22.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.50.17
**`(fix):`** Improve performance of `fern docs dev` by only reloading the markdown content when
only markdown files are changed, avoiding unnecessary recompilation of the full docs.


7 changes: 7 additions & 0 deletions fern/pages/changelogs/csharp-sdk/2025-01-22.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.9.12
**`(fix):`** Change serialization logic for headers and querystring parameters:
- Strings, enums, dates, times, and date times are serialized as before.
- Booleans are now serialized as `true` and `false` instead of `True` and `False`.
- Objects, lists, maps, dictionaries, undiscriminated, and discriminated unions are serialized to JSON.


0 comments on commit 96ca18f

Please sign in to comment.