From adaf2813256b7ff169e915b042665ce357418fea Mon Sep 17 00:00:00 2001 From: Rinardi Sarean Date: Thu, 10 Oct 2024 16:47:11 +0700 Subject: [PATCH] docs: add migration guide for ags 3.78 release --- .../migration-guide-v0.65-to-v0.66.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 docs/migration-guides/migration-guide-v0.65-to-v0.66.md diff --git a/docs/migration-guides/migration-guide-v0.65-to-v0.66.md b/docs/migration-guides/migration-guide-v0.65-to-v0.66.md new file mode 100644 index 000000000..b025ab311 --- /dev/null +++ b/docs/migration-guides/migration-guide-v0.65-to-v0.66.md @@ -0,0 +1,57 @@ + +## [v0.66.0] - 2024-10-10 + +### BREAKING CHANGE + +### AMS + +- Model `AccelByte.Sdk.Api.Ams.Model.ApiInstanceTypeDescriptionResponse` + - Renamed to `ApiAvailableInstanceType`. +- Model `AccelByte.Sdk.Api.Ams.Model.ApiFleetParameters` + - field `DsHostConfiguration` type changed from `ApiDSHostConfiguration` to `ApiDSHostConfigurationParameters`. + +The following operation(s) has been updated. +- Operation `AccelByte.Sdk/Api/Ams/Operation/Fleets/FleetServers` + - parameter `Count ` type change from `string?` to `long?`. + +### Challenge + +- Model `AccelByte.Sdk.Api.Challenge.Model.ModelUserReward` + - String enum value `CLAIM` renamed to `CLAIMED` in `ModelUserRewardStatus`. + +### Cloudsave + +- Model `AccelByte.Sdk.Api.Cloudsave.Model.ModelsAdminConcurrentRecordRequest` + - field `UpdatedAt` type changed from `string?` to `DateTime?`. +- Model `AccelByte.Sdk.Api.Cloudsave.Model.ModelsAdminGameConcurrentRecordRequest` + - field `UpdatedAt` type changed from `string?` to `DateTime?`. +- Model `AccelByte.Sdk.Api.Cloudsave.Model.ModelsAdminPlayerConcurrentRecordRequest` + - field `UpdatedAt` type changed from `string?` to `DateTime?`. +- Model `AccelByte.Sdk.Api.Cloudsave.Model.ModelsConcurrentRecordRequest` + - field `UpdatedAt` type changed from `string?` to `DateTime?`. + +### Legal + +- Model `AccelByte.Sdk.Api.Legal.Model.RetrieveUserEligibilitiesResponse` + - field `HiddenPublic` is removed. + +### Platform + +The following operation(s) has been updated. +- Operation `AccelByte.Sdk/Api/Platform/Operation/Entitlement/QueryEntitlements` + - is switched with `QueryEntitlements1`. +- Operation `AccelByte.Sdk/Api/Platform/Operation/Fulfillment/QueryFulfillments` + - response type changed from `FulfillmentHistoryPagingSlicedResult?` to `FulfillmentPagingSlicedResult?`. +- Operation `AccelByte.Sdk/Api/Platform/Operation/PaymentStation/PublicGetQRCode` + - response type changed from `byte[]?` to `BinarySchema?`. + +### Session + +All operation(s) under `AccelByte.Sdk/Api/Session/Operation/Operations` have been removed. + +### Session History + +- Model `AccelByte.Sdk.Api.Sessionhistory.Model.ApimodelsXRayTicketObservabilityRequest` + - field `PartyID` is removed. + +[v0.66.0]: https://github.com/AccelByte/accelbyte-csharp-sdk/compare/v0.65.0...v0.66.0 \ No newline at end of file