v9.3.0
New features:
- Provide a new, more convenient way (
ConfigCatClientOptions.LogFilter
) for consumers to specify custom log event filter logic. (#95)
Improvements:
- Make the SDK trimmable and AOT-friendly by switching to source generated JSON serialization. Now it is compatible with AOT deployment models like NativeAOT, wasm-tools, IL2CPP, etc. (#94)
- Add support for Unity WebGL. (See
ConfigCatClient.PlatformCompatibilityOptions
and sample script files.) - Switch to source generated regular expressions for improving performance in .NET 8+ applications.
- Minor performance improvements (reduced memory allocation) around log messages and evaluation log building. (#95)
- Include additional clues in log messages when config fetching from CDN servers fails to make it easier to investigate issues. (#96)