Skip to content

Commit a160896

Browse files
committed
chore: add changelog
1 parent 9e30127 commit a160896

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## 0.13.0
414

515
* 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
5060
* Renamed `templateBranch` to `templateVersion` in `createFunction()`.
5161
* Renamed `downloadDeployment()` to `getDeploymentDownload()`
5262

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

Comments
 (0)