Skip to content

Commit

Permalink
[release] 0.43.0 - New log dynamic config API, widen retry logic for …
Browse files Browse the repository at this point in the history
…GRPC streaming (#314)

### New Features
- new API log_exposure_for_config to log an exposure given a dynamic
config without evaluation

  ### Fixes
- widen retry logic for grpc to retry on all error and not just rpc
errors





>Included In This Release
>- f8cf75d kat-statsig
>   - widen retry logic (#313)
>- ff1d4f1 kat-statsig
>   - add new log exposure, move around logging, and doc string (#309)
  • Loading branch information
kat-statsig authored Sep 12, 2024
1 parent f8cf75d commit 61e6d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.42.0'
__version__ = '0.43.0'

0 comments on commit 61e6d04

Please sign in to comment.