Cloud Save 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.5.0] - 2024-03-25

Added

  • Added support for sampling in queries
  • QueryIndexResponseResultsInner accepts QueryIndexResponseResultsInnerId instead of string for id field

[1.4.1] [1.3.1] [1.2.3] - 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.4.0] - 2023-10-12

Added

  • Added support for the various access level features of the Cloud Save APIs
  • Added support for Cloud Save files features
  • Added support for the various queries Cloud Save APIs

[1.3.0] - 2023-06-06

Added

  • Added methods for Game State for reading and writing data against non-player custom entity IDs

[1.2.2] - 2022-08-08

Fixed

  • API Client was incorrectly changing the context property values

[1.2.1] - 2022-07-26

Fixed

  • API Client incorrectly updated with context as a required object when it should have been optional

[1.2.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.1.0] - 2022-05-31

Added

  • Added deleteItems method which can delete all data on the given player

[1.0.0] - 2021-07-30

  • Initial release of the API Client