Skip to content

Commit

Permalink
[release] 0.47.0 - Remove output logger handler, extra logging thread…
Browse files Browse the repository at this point in the history
…, and more unit tests (#353)

### Improvements
  - more unit tests around different dcs failure cases
  - one extra event logging thread to increase events throughput
- removed output logger handler and formatter. the user will now need to
have application level handler to see the logs





>Included In This Release
>- c388271 kat-statsig
> - sampling fixes and do not attach shadow sample when not needed
(#352)
>- a7b371c kat-statsig
>   - dcs fallback unit tests (#350)
>- 8e8a7dd kat-statsig
>   - Simplify logger logic more (#349)
>- aed9e2e kat-statsig
>   - remove handler and formatter from output logger (#348)
>- f91809f kat-statsig
>   - 2 log event threads (#346)
  • Loading branch information
kat-statsig authored Oct 15, 2024
1 parent c388271 commit 49cd81e
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.46.0'
__version__ = '0.47.0'

0 comments on commit 49cd81e

Please sign in to comment.