Lobby SDK 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.
[1.1.3] [1.2.1] - 2024-04-05
Added
on-behalf-of
HTTP header for player based requests
Changed
- HTTP Client
keep-alive: true
setting applied to requests by default
[1.2.0] - 2022-09-29
Added
- API Client has been updated to match the service's recent API changes. These include service account support, the BulkUpdate API, and the GetHostedLobbies API.
[1.1.2] - 2022-08-08
Fixed
- API Client was incorrectly changing the context property values
[1.1.1] - 2022-07-26
Fixed
- API Client incorrectly updated with context as a required object when it should have been optional
[1.1.0] - 2022-07-07
Changed
- API Client now takes the entire context object in constructor and will preconfigure service request with authentication and additional analytic headers
[1.0.1] - 2022-02-18
Removed
- Updated the Lobby SDK to remove references to x-player. This is a detail between UGG and Lobby that does not need to be surfaced, either in the SDK or in the resulting documentation. JWT auth is already specific so UGG will receive the required token, so no authentication issues should be caused by removing this from the generated methods - tests were being run with the xPlayer entry blank and succeeding.
[1.0.0] - 2022-02-14
- Initial release of the API Client