This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
5.2.1
[5.2.1] - 2018-08-01
Fixed:
- The internal classes representing feature flag and segment data were not JSON-serializable. This did not affect the SDK itself, but prevented any
IFeatureStore
implementation based on Json.Net serialization from working. - The event processor did not post to the correct URI if the base events URI was set to a custom value with a non-root path. This did not affect normal usage, but would be a problem if events were being redirected to some other service.