Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.0.14] - 2024-01-26
Fixed
- Fixed issue with ApiOperation
when used with the base class. - Adding editor samples.
[0.0.13] - 2024-01-26
Fixed
- Fixed internal requirement
[0.0.12] - 2024-01-12
Added
- Fixing issue with model generation and any type support
[0.0.11] - 2024-01-09
Added
- Adding Multiplay server apis
- Minor tweaks to file inclusions and interface compatibility.
[0.0.10] - 2024-01-05
Added
- Adding Missing xml doc
[0.0.9] - 2023-11-23
Updated
- Updated apis
- Updated documentation
- Changed trusted client preprocessor to use at runtime to ENABLE_RUNTIME_TRUSTED_APIS
- Pointed readme to documentation
[0.0.8] - 2023-10-25
Added
- Regenerated apis.
- Adding Player Authentication Api.
- Adding Cloud Save Admin Api.
- Adding Observability Logs Admin Api.
- Adding Scheduler Admin Api.
- Adding Triggers Admin Api.
[0.0.7] - 2023-09-20
Added
- Regenerated apis.
- Added more authentication methods for game client.
[0.0.6] - 2023-08-03
Added
- Update to Player Authentication Api and fix for UGC Admin apis base url.
[0.0.5] - 2023-06-13
Added
- Updating cloud save apis and user generated content apis.
[0.0.4] - 2023-06-07
Added
- Adding CloudSave Game Data and CloudSave Files apis.
Fixed
- Fixed authorization on Player Authentication apis.
[0.0.3] - 2023-05-05
Added
- Added callback methods for all operations.
- Operations no longer throw an api exception on error. You can use EnsureSuccessful after completion to throw.
- Added
IServerApiClient
client for server use cases. - Replace
ITrustedApiClient
withIAdminGameApiClient
.
[0.0.2] - 2023-04-17
Fixed
- Cloud code admin apis to properly support service account credentials
- Properly disposing web requests
[0.0.1] - 2023-03-14
Added
- Added
ApiService
entry point which can create the different types of api clients. - Added
IGameApiClient
,IAdminApiClient
andITrustedApiClient
. - Added generated public apis.