Skip to content

4.45.1 - improved Gson performance

Latest

Choose a tag to compare

@statsig-kong statsig-kong released this 13 Nov 23:55
c911d42

Improvements

  • Updated Gson calls to use a single instance - should improve overall sdk memory usage and reduce latency
  • Additional data included in network calls for better diagnosing a specific endpoint problem

Fixes

  • Updated visibility of some members that were intended to be private
  • Adjusted property name to not apply @VisibleForTesting to a getter intended for public use.

Included In This Release

  • d084793 kevin-statsig
    • onDeviceEvalAdapter is public and should not need external gson (#422)
  • 4e6d4c6 kevin-statsig
    • Ensure only single Gson instance is used throughout the SDK (#420)
  • ab3f2d6 kevin-statsig
    • keep a reference to sharedPrefs (#419)
  • 6ac7d95 kevin-statsig
    • include stableID in init headers (#418)
  • 9e0b102 kevin-statsig
    • suppress deprecation warning (#417)
  • 81c406d kevin-statsig
    • privatize companion objects/tags (#416)
  • b6e92c6 kevin-statsig
    • hide statsigclient companion object/tag
  • e878b46 kevin-statsig
    • rename backing property

Full Changelog: 4.45.0...4.45.1