Skip to content

Commit e0d019d

Browse files
authored
Copy over SDK changelogs to new site (#38)
1 parent b6b324e commit e0d019d

File tree

565 files changed

+5555
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+5555
-70
lines changed

fern/products/sdks/overview/dotnet/changelog.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.0.9
2+
**`(fix):`** When an inlined request body is entirely made up of request body properties, the entire request can now be serialized as the request body.
3+
4+
## 0.0.8
5+
**`(fix):`** Several bug fixes.
6+
7+
### What's new
8+
- Support for arbitrary nested clients
9+
- Query parameter serialization
10+
11+
### What's changed
12+
- Property naming for async methods
13+
- Properly formatted solution files
14+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.0.10
2+
**`(feat):`** The generated SDK now publishes GitHub Actions to build and publish the generated package to NuGet.
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.0.11
2+
**`(feat):`** The C# generator now generates a proper `.csproj` file with version, GitHub URL, and a reference to the SDK README.
3+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.0.13
2+
**`(feat):`** If a LICENSE is specified, the generator now packages the license in the .csproj file.
3+
4+
## 0.0.12
5+
**`(feat):`** The C# generator now generates an `Environments.cs` file containing URLs for different environments.
6+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.0.16
2+
**`(fix):`** Miscellaneous fixes.
3+
4+
### What's been fixed
5+
- .csproj indentation
6+
- Setting X-Fern-SDK-Name to the top-level namespace
7+
- Passing through serializer options when serializing JSON messages
8+
9+
## 0.0.15
10+
**`(fix):`** Inlined requests that are strictly bodies are JSON serializable.
11+
12+
## 0.0.14
13+
**`(feat):`** The SDK now includes a `JsonEnumMemberStringEnumConverter`.
14+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.0.18
2+
**`(internal):`** Generated GitHub workflows now run on dotnet-version 8.x.
3+
4+
## 0.0.17
5+
**`(feat):`** Enabled nullable on all C# files.
6+
7+
**`(feat):`** Made project compatible with .NET 6, .NET 7, and .NET 8.
8+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.0.20
2+
**`(internal):`** Enum serializers are now added directly to enum declarations.
3+
4+
**`(internal):`** OneOf serializers are now added as a core class.
5+
6+
## 0.0.19
7+
**`(fix):`** Enum serializers now handle reading and writing enum string values.
8+
9+
**`(fix):`** Non-success status code errors are now thrown with the stringified response body.
10+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.0.21
2+
**`(fix):`** Array and list fields are now generated as `IEnumerable`.
3+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.0.23
2+
**`(feat):`** The SDK is now compatible exclusively with .NET 6. This change reflects significant code adjustments needed for .NET 4+ compatibility.
3+
4+
## 0.0.22
5+
**`(feat):`** The SDK now includes support for .NET 4.
6+

0 commit comments

Comments
 (0)