Remote Config 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] - 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.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] - 2021-09-21

Added

  • The RemoteConfig API is unauthenticated for POST requests and uses UAS JWTs for GET requests. This means that in order to get settings you need to pass in a JWT in the Authorization header. Updated the API Client with accessToken authentication.

[1.0.0] - 2021-07-30

  • Initial release of the API Client