You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change Log
2
2
3
+
## 0.14.0
4
+
5
+
* Refactor from Newtonsoft.Json to System.Text.Json for serialization/deserialization
6
+
* Update package dependencies in `Package.csproj.twig`
7
+
* Migrate all serialization/deserialization logic in `Client.cs.twig`, `Query.cs.twig`, and `Extensions.cs.twig`
8
+
* Update model attributes from `[JsonProperty]` to `[JsonPropertyName]` in `Model.cs.twig`
9
+
* Create new `ObjectToInferredTypesConverter.cs.twig` for proper object type handling
10
+
* Replace `JsonConverter` with `JsonConverter<object>` in `ValueClassConverter.cs.twig`
11
+
* Update error handling to use `JsonDocument` instead of `JObject`
12
+
3
13
## 0.13.0
4
14
5
15
* Add `<REGION>` to doc examples due to the new multi region endpoints
@@ -50,4 +60,4 @@ You can find the new syntax for breaking changes in the [Appwrite API references
50
60
* Renamed `templateBranch` to `templateVersion` in `createFunction()`.
51
61
* Renamed `downloadDeployment()` to `getDeploymentDownload()`
52
62
53
-
> **Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.**
63
+
> **Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.**
0 commit comments