Skip to content

Commit

Permalink
chore: updated docs and bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinardi Sarean committed Feb 28, 2023
1 parent 94e8911 commit 274cfe2
Show file tree
Hide file tree
Showing 5 changed files with 4,223 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AccelByte.Sdk/AccelByte.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<Product>AccelByte.Sdk</Product>
<PackageId>AccelByte.Sdk</PackageId>
<Authors>AccelByte Developers</Authors>
<Version>0.27.0</Version>
<AssemblyVersion>0.27.0</AssemblyVersion>
<Version>0.29.0</Version>
<AssemblyVersion>0.29.0</AssemblyVersion>
<Company>AccelByte</Company>
<Copyright>Copyright(c) AccelByte 2022</Copyright>
<Description>AccelByte .NET (C#) SDK
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v0.29.0"></a>
## [v0.29.0]
- API models and endpoints changed. See affected items [here](docs/migration-guides/migration-guide-v0.28-to-v0.29.md)
- Updated AWS Lambda sample app to allow both local tests and FunctionURL invocation.
- Update Lobby integration tests.
- Fixed some minor defects detected by Coverity Scan.
- Added reporting service integration test.
- Update APIs. See what's changes [here](spec/APICHANGES.md)

<a name="v0.28.0"></a>
## [v0.28.0]
- Changed operation's static var for builder object to static property.
Expand Down
2 changes: 0 additions & 2 deletions docs/migration-guides/migration-guide-v0.27-to-v0.28.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ApiRuleSetPayload

<a name="v0.28.0"></a>
## [v0.28.0] - 2023-02-14

Expand Down
36 changes: 32 additions & 4 deletions docs/migration-guides/migration-guide-v0.28-to-v0.29.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
<a name="v0.29.0"></a>
## [v0.29.0] - DRAFT
## [v0.29.0] - 2023-02-28

### BREAKING CHANGE
## BREAKING CHANGE

### Achievement
The following operation builder's method are renamed.
```
- PublicListGlobalAchievementsBuilder.{ SetAchievementCodes -> SetAchievementCodes }
```
Operation's namespace changed for following endpoints:

### Group
The following models are renamed.
```
- AccelByte.Sdk/Api/Group/Model/{ ModelsPublicGetGroupListRequestV2 -> ModelsGetGroupListRequestV2 }
```

### Lobby
The following operations are moved to a different package and the corresponding wrapper methods follows.
```
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /CreateTemplate
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /DeleteTemplateLocalization
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /DeleteTemplateSlug
Expand All @@ -16,5 +28,21 @@ Operation's namespace changed for following endpoints:
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /NotificationWithTemplate
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /PublishTemplate
- AccelByte.Sdk/Api/Lobby/Operation/ { Notification → Admin } /UpdateLocalizationTemplate
```

### Platform
The following models are renamed.
```
- AccelByte.Sdk/Api/Platform/Model/{ AvailablePredicateObject -> AvailablePredicate }
- AccelByte.Sdk/Api/Platform/Model/{ ADTOObjectForUnlockSteamAchievementAPI -> SteamAchievementUpdateRequest }
- AccelByte.Sdk/Api/Platform/Model/{ ADTOObjectForUpdateXboxAchievementCompletePercentageAPI -> XblAchievementUpdateRequest }
- AccelByte.Sdk/Api/Platform/Model/{ ADTOObjectForQueryingXboxUserAchievements -> XblUserAchievements }
```

### Social
The following models are renamed.
```
- AccelByte.Sdk/Api/Social/Model/{ BulkStatItemOperationResult -> BulkStatOperationResult }
```

```
[v0.29.0]: https://github.com/AccelByte/accelbyte-csharp-sdk/compare/v0.28.0...v0.29.0
Loading

0 comments on commit 274cfe2

Please sign in to comment.