Skip to content

chore(deps): update dependency statsig to v2 #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Statsig 1.26.0 -> 2.3.0 age adoption passing confidence

Release Notes

statsig-io/dotnet-sdk (Statsig)

v2.3.0: - Switch to Single HttpClient Instance

Compare Source

New Features
  • Adds Proxy to Statsig Options that allows passing a WebProxy that will be used on network requests
Improvements
  • Switches to using a single HttpClient for networking rather than making one for each request

Included In This Release

  • ed1e0bc sroyal-statsig
    • Switch to Having Single Http Client Instance (#​184)

Full Changelog: statsig-io/dotnet-sdk@2.2.0...2.3.0

v2.2.0: - Add Custom HttpClient Option to StatsigOptions

Compare Source

New Features
  • Adds an option to StatsigOptions that allows providing a custom HttpClient that will be used for networking
Improvements
  • Logs exposures for the unsupported evaluation case

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@2.1.0...2.2.0

v2.1.0: - Better Handling for Array Custom Fields

Compare Source

New Features
  • Adds support for array operators
Improvements
  • Adds a new option in to set environment to a custom string rather than predefined values
Fixes
  • Makes array custom values work with string operators to have feature parity with other sdks

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@2.0.0...2.1.0

v2.0.0: - Stop Lowercasing Name Passed in for Checks

Compare Source

Improvements
  • Adds the passed field to get client initialize response for dynamic configs
Fixes
  • Previously we were lower casing the name used to check gates/configs/experiments/layers which could cause the correct result to be returned but would break the exposure logging if the names did not match. This change causes .Net to have the same behavior as all the other sdks

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@1.29.1...2.0.0

v1.29.1: - Persistent User Storage Fix and Additional Dynamic Config Exposure Metadata

Compare Source

Improvements
  • Add additional metadata to dynamic config exposures
Fixes
  • Makes persistent user values fall back to an empty map if load returns null to enable saving to still work

Included In This Release

  • b799995 sroyal-statsig
    • Have Persistent Values Load Fallback to Empty Map (#​169)
  • c06dec1 sroyal-statsig
    • Add RulePassed to Exposure Metadata (#​168)

Full Changelog: statsig-io/dotnet-sdk@1.29.0...1.29.1

v1.29.0: - Use CDN for config downloads

Compare Source

Improvements
  • Switches to using a get request to get config specs from cdn, which will improve reliability and latency

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@1.28.1...1.29.0

v1.28.0: - Add User Persistent Storage

Compare Source

New Features
  • Adds support for user persistent storage to ensure users get consistent experiment assignment
Improvements
  • Includes group name in the getClientInitializeResponse so that it can be used by client sdks

Full Changelog: statsig-io/dotnet-sdk@1.27.3...1.28.0

v1.27.2: - Make Evaluation Reason a String

Compare Source

Fixes
  • Switches evaluation reason to be a string instead of an enum to be inline with other sdks

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@1.27.1...1.27.2

v1.27.1: - Don't Update Internal if Definition is Outdated

Compare Source

Fixes
  • Fixes a bug where we could update the internal store with stale values (older than the current values in memory). While this was unlikely, now it wont happen

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@1.27.0...1.27.1

v1.27.0: - Expose EvaluationDetails on Statsig Types

Compare Source

New Features

You can now access EvaluationDetails on all evaluated classes

  • DynamicConfig.EvaluationDetails
  • FeatureGate.EvaluationDetails
  • Layer.EvaluationDetails

Included In This Release

Full Changelog: statsig-io/dotnet-sdk@1.26.0...1.27.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners April 21, 2025 15:12
@renovate renovate bot added the renovate label Apr 21, 2025
@renovate renovate bot force-pushed the renovate/statsig-2.x branch 21 times, most recently from b1ea35e to 0fc6e93 Compare April 27, 2025 08:13
@renovate renovate bot force-pushed the renovate/statsig-2.x branch from 0fc6e93 to db202d7 Compare April 29, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant