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.3
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.4
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 17, 2025

  1. refac: not create statsigMetadata on every gcir call (#465)

    Atlassian ppl reported that Resource file loaded in hot path (GCIR)
    every time, which is close to be an incident/sev on their end?
    
    Made the change to prevent re-creating statsigMetadata instance every
    time
    weihao-statsig authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    842740b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7d4d7f View commit details
    Browse the repository at this point in the history
  3. [release] 2.0.4 - GCIR improvement, more loggings on GRPC (#467)

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