Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: statsig-io/java-server-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.2
Choose a base ref
...
head repository: statsig-io/java-server-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 9, 2025

  1. chore: bump kotlin runtime version (#461)

    Atlassian reported that can we make kotlin-related runtime to be the
    same? This PR tried to do so? but this shouldnt be a major issue as long
    as those kotlin libs are compatible.
    
    Reproed locally and I cannot see the same dependency tree as below
    
    [INFO] |  \- com.statsig:serversdk:jar:2.0.2:compile
    [INFO] | +- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.9.25:compile
    [INFO] |     |  +- org.jetbrains.kotlin:kotlin-stdlib:jar:2.1.20:compile
    [INFO] | | \- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.9.25:compile
    [INFO] |     +- com.google.code.gson:gson:jar:2.12.1:runtime
    [INFO] | | \-
    com.google.errorprone:error_prone_annotations:jar:2.36.0:runtime
    [INFO] | +-
    org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.8.1:runtime
    [INFO] |     |  \- org.jetbrains:annotations:jar:26.0.2:compile
    [INFO] | +-
    org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:jar:1.8.1:runtime
    [INFO] |     +- com.squareup.okhttp3:okhttp:jar:4.12.0:runtime
    [INFO] |     |  \- com.squareup.okio:okio:jar:3.6.0:runtime
    [INFO] |     |     \- com.squareup.okio:okio-jvm:jar:3.6.0:runtime
    [INFO] | | \-
    org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.9.25:runtime
    [INFO] |     +- com.github.ua-parser:uap-java:jar:1.6.1:runtime
    [INFO] |     |  +- org.yaml:snakeyaml:jar:2.4:runtime
    [INFO] | | \- org.apache.commons:commons-collections4:jar:4.4:runtime
    [INFO] |     +- com.statsig:ip3country:jar:0.1.5:runtime
    [INFO] | +- com.squareup.okhttp3:logging-interceptor:jar:4.12.0:runtime
    [INFO] |     +- org.jetbrains.kotlin:kotlin-reflect:jar:1.9.25:runtime
    weihao-statsig authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    82ad4a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    a8195bf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Clean up spammy sdk exception logging (#463)

    Don't by pass dedupe
    xinlili-statsig authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    d2a41b0 View commit details
    Browse the repository at this point in the history
  2. [release] 2.0.3 - Fix spammy sdk exception logging (#464)

    ### 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)
    xinlili-statsig authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    0323ced View commit details
    Browse the repository at this point in the history
Loading