Skip to content

Commit

Permalink
docs: add migration guide for 0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinardi Sarean committed Apr 16, 2024
1 parent 0c03e44 commit 66ef814
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/migration-guides/migration-guide-v0.58-to-v0.59.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<a name="v0.59.0"></a>
## [v0.59.0] - 2024-04-16

### BREAKING CHANGE

### AMS
- Model `AccelByte.Sdk.Api.Ams.Model.ApiDevelopmentServerConfigurationCreateRequest`
- field `CommandLine ` renamed to `commandLineArguments`.
- Model `AccelByte.Sdk.Api.Ams.Model.ApiDevelopmentServerConfigurationGetResponse`
- field `CommandLine ` renamed to `commandLineArguments`.
- Operation `AccelByte.Sdk.Api.Ams.Operation.DevelopmentServerConfigurationList`
- response changed from `List<Model.ApiDevelopmentServerConfigurationGetResponse>?` to `ApiDevelopmentServerConfigurationListResponse?`

### Chat
- Model `AccelByte.Sdk.Api.Chat.Model.ModelsCategoryHook`
- field `Driver ` type changed from `ModelsCategoryHookDriver?` to `string?`

[v0.59.0]: https://github.com/AccelByte/accelbyte-csharp-sdk/compare/v0.58.0...v0.59.0

0 comments on commit 66ef814

Please sign in to comment.