Skip to content

Releases: statsig-io/statsig-kit

1.53.8 - Add a keys getter for configs, layers and param stores

15 Jul 17:37
b66aa77
Compare
Choose a tag to compare

Improvements

  • Add a keys getter for configs, layers and param stores

Included In This Release

  • f47c600 Andre Terron
    • Add keys getters to dynamic configs, layers and param stores (#402)

Full Changelog: 1.53.7...1.53.8

1.53.7 - Write FileBasedUserDefaults to disk async

17 Jun 22:16
beb663e
Compare
Choose a tag to compare

Improvements

  • Write FileBasedUserDefaults to disk async

Included In This Release

  • 536a5a4 Andre Terron
    • Write FileBasedUserDefaults to disk asynchronously (#400)

Full Changelog: 1.53.6...1.53.7

1.53.6 - Check duplicate exposures async

02 Jun 23:05
5c9d534
Compare
Choose a tag to compare

Improvements

  • Reduce synchronous thread jumps when checking specs by moving duplicate checks to the log event dispatch queue.

Included In This Release

  • 0fa7801 Andre Terron
    • Log exposures async (#395)

Full Changelog: 1.53.5...1.53.6

1.53.5 - Rename repo and change rulePassed metadata

22 May 18:43
9b88b4c
Compare
Choose a tag to compare

Improvements

  • Changed the rulePassed event metadata from a boolean to a string
  • Renamed the repo from ios-sdk to statsig-kit. Learn More

Included In This Release

  • c87af1d Andre Terron
    • Add a callout on readme about the repo rename (#393)
  • 3233a95 sroyal-statsig
    • Change Rule Passed to String (#392)

Full Changelog: 1.53.4...1.53.5

1.53.4 - Add parameter store methods to Objective-C

13 May 22:05
8a3e0db
Compare
Choose a tag to compare

Improvements

  • Add parameter store methods to the Objective-C layer

Included In This Release

  • cab4e06 devin-ai-integration[bot]
    • Add ParameterStore methods to Objective-C wrapper (#380)

Full Changelog: 1.53.3...1.53.4

1.53.3 - Add printHandler

12 May 17:23
3e96783
Compare
Choose a tag to compare

New Features

  • Add a printHandler option to intercept logs to console

Fixes

  • Fixes crash in watchOS

Included In This Release

  • 710a260 devin-ai-integration[bot]
    • Add option to intercept print logs (#382)
  • 3af6c32 Andre Terron
    • Fix watchOS crash (#388)
  • 51f7196 Andre Terron
    • Rename sdk flag for event compression (#386)

Full Changelog: 1.53.2...1.53.3

1.53.2 - Add watchOS target to CocoaPods

08 May 18:15
f8d8d31
Compare
Choose a tag to compare

Improvements

  • Add watchOS target to CocoaPods podspec file

Included In This Release

  • 7c98631 Andre Terron
    • Fix pods test (#384)
  • bc813d9 Andre Terron
    • Add watchos deployment target to Podspec (#381)

Full Changelog: 1.53.1...1.53.2

1.53.1 - Make defaultValue optional on getValue

24 Apr 22:56
0ecc5be
Compare
Choose a tag to compare

Improvements

  • Reduced threads needed for initialize
  • Updated error message for OnDeviceEvalAdapter
  • Added a getValue method that doesn't need a defaultValue

Fixes

  • Fixed a potential crash with updateUser

Included In This Release

  • 9dcfb16 Andre Terron
    • Prevent crashes on updateUser (#378)
  • 49e65ce devin-ai-integration[bot]
    • Create a combined store method for initialization values (#374)
  • cbdb6b5 devin-ai-integration[bot]
    • Update OnDeviceEvalAdapter error message (#377)
  • 74d57b3 Andre Terron
    • Implement getValue without a defaultValue (#376)

Full Changelog: 1.53.0...1.53.1

1.53.0 - OnDeviceEvalAdapter Parameter Stores

26 Mar 19:01
ebbeb41
Compare
Choose a tag to compare

New Features

  • Implement parameter stores on OnDeviceEvalAdapter

Improvements

  • Gzip log event requests

Included In This Release

  • 80c2b46 Andre Terron
    • Retry pod tests on failure (#372)
  • 3e3c302 Andre Terron
    • Compress events with gzip (#370)
  • 3ef5ab6 Andre Terron
    • Create Samples project using CocoaPods (#369)
  • f251552 Andre Terron
    • Implement parameter stores on OnDeviceEvalAdapter (#366)
  • 3c594b4 Andre Terron
    • Only retry tests in GitHub actions (#367)
  • 070b98f Daniel
    • merge pr (#365)

Full Changelog: 1.52.0...1.53.0

1.52.0 - Override Parameter Stores

13 Mar 20:56
4825fac
Compare
Choose a tag to compare

New Features

  • Override Parameter Stores locally

Improvements

  • Add Statsig Options to captured errors

Included In This Release

  • e7aa357 Andre Terron
    • Add Statsig options to error boundary (#363)
  • 1a76b53 Ross Cooperman
    • feat: support local override param stores (#301)

Full Changelog: 1.51.4...1.52.0