Releases: deftinc/feature_gate
Releases · deftinc/feature_gate
v0.0.7
What's Changed
- Add logging for Client's public API calls by @vinbarnes in #14
- add is_enabled test for the case when rate limiting error is returned by @vinbarnes in #16
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- use append mode when writing to logs by @vinbarnes in #11
Full Changelog: v0.0.5...v0.0.6
better handling of upstream posthog errors
What's Changed
- fix KeyError by providing empty dict as default value by @vinbarnes in #10
Full Changelog: v0.0.4...v0.0.5
Better Logs
Changelog
- Make sure to create the logs directory and the log file
- Rename the log file to
feature_gate.log
Move logs to log/development.log
Changelog
- Merge #8 -- Store logs in log directory