Skip to content

1.44.0 - Configurable Network Session

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 11 Jun 21:52
· 29 commits to main since this release
c54eea3

New

  • This Version added a new optional StatsigOption called urlSession. By default, it is set to URLSession.shared.This property can be customized to utilize URLSession instances with specific configurations, including certificate pinning, for enhanced security when communicating with servers.

Included In This Release

  • fb30551 Weihao Ding
    • Revert "feat: add support for getParameterStore" (#280)
  • 0a81ded Daniel
    • feat: add support for getParameterStore (#279)
  • c0fef62 Weihao Ding
    • feat: add URLSession into StatsigOptions (#278)

Full Changelog: 1.43.0...1.44.0