Skip to content

Releases: statsig-io/java-server-sdk

2.0.6 - Perf Improvements - Segments

22 Apr 19:30
12a73ab
Compare
Choose a tag to compare

Improvements

  • Performance improvements when evaluating segments with ID lists

Included In This Release

  • 0bbb71c Weihao Ding
    • perf: optimize segment evaluation using Set (#470)

Full Changelog: 2.0.5...2.0.6

2.0.5 - Fix poll from multiple sources

18 Apr 15:32
c837d12
Compare
Choose a tag to compare

Fixes

  • Fix behaviors on polling from multiple sources

Included In This Release

  • 0864a38 Xin Li
    • Fix polling behavior (#468)

Full Changelog: 2.0.4...2.0.5

2.0.4 - GCIR improvement, more loggings on GRPC

17 Apr 01:11
66cc371
Compare
Choose a tag to compare

Improvements

  • More loggings on GRPC
  • Memory usage improvements on GCIR path

Included In This Release

  • e7d4d7f Xin Li
    • add new logging (#466)
  • 842740b Weihao Ding
    • refac: not create statsigMetadata on every gcir call (#465)

Full Changelog: 2.0.3...2.0.4

2.0.3 - Fix spammy sdk exception logging

11 Apr 05:04
0323ced
Compare
Choose a tag to compare

Fixes

  • Spammny sdk exception logging

Included In This Release

  • d2a41b0 Xin Li
    • Clean up spammy sdk exception logging (#463)
  • a8195bf Weihao Ding
    • Revert "chore: bump kotlin runtime version" (#462)
  • 82ad4a4 Weihao Ding
    • chore: bump kotlin runtime version (#461)

Full Changelog: 2.0.2...2.0.3

2.0.2 - Sampling Improvements

04 Apr 23:53
5618b8d
Compare
Choose a tag to compare

Improvements

  • Sampling improvements

Included In This Release

  • ec585d5 Weihao Ding
    • chore: remove prod check and override check for sampling (#459)

Full Changelog: 2.0.1...2.0.2

2.0.1 - Fix statsigMetadata Re-creation

25 Mar 17:45
7b49a12
Compare
Choose a tag to compare

Fixes

  • Fix re-creating statsigMetadata on hotpath

Included In This Release

  • 99ae2c3 Weihao Ding
    • fix: dont re-create statsig metadata every time (#457)

Full Changelog: 2.0.0...2.0.1

2.0.0 - Bump Kotlin Jvm Version

19 Mar 00:40
9310f14
Compare
Choose a tag to compare

Improvements

  • bump koltin('jvm') version from 1.6 to 1.8.22
  • bump okhttp version to 4.12+

Included In This Release

  • 19c236f Weihao Ding
    • chore: bump dependencies version and fix syntax (#455)

Full Changelog: 1.36.3...2.0.0

1.36.3 - Fix Nested Gating Sampling Logic

04 Mar 01:48
74d000d
Compare
Choose a tag to compare

Fixes

  • Make sure not sampled on those nesting analytical gating conditions

Included In This Release

  • 8b3f3d5 Weihao Ding
    • fix: nested gating sampling logic (#453)

Full Changelog: 1.36.2...1.36.3

1.36.2 - Fix evaluator version parsing with space

04 Mar 00:58
6e549db
Compare
Choose a tag to compare

Fixes

  • String.toInt() cannot parse " 23" which can cause evaluator failed to compare version. Improve SDK to be more resilient on such case

Improvements

Included In This Release

  • 02a7a63 Xin Li
    • change int parsing function (#450)
  • 9a76bb0 kat-statsig
    • option name change (#451)
  • c430777 Daniel
    • tool: up retry attempts (#449)
  • fd9b3e8 Daniel
    • chore: add idType to DynamicConfig (#448)
  • 9a2f5b4 Daniel
    • tool: add re-run extension for test retries (#447)
  • f335f68 Daniel
    • chore: add support for accessing idType (#446)

Full Changelog: 1.36.1...1.36.2

1.36.1 - Avoid calling lateinit property before Initialize

19 Feb 20:21
97264af
Compare
Choose a tag to compare

Fixes

  • Avoid calling outputLogger before Init setup completed

Included In This Release

  • b56c606 Weihao Ding
    • fix: using options.logger if init set up failed (#443)

Full Changelog: 1.36.0...1.36.1