Skip to content

v9.3.0

Compare
Choose a tag to compare
@adams85 adams85 released this 28 Aug 13:46
· 5 commits to master since this release
9d4acd7

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)