Skip to content

Releases: deftinc/feature_gate

v0.0.7

07 Jun 14:31
Compare
Choose a tag to compare

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

06 Jun 15:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

better handling of upstream posthog errors

11 Apr 13:27
Compare
Choose a tag to compare

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

13 Mar 16:39
c6fb096
Compare
Choose a tag to compare

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

27 Feb 17:39
e44ff00
Compare
Choose a tag to compare

Changelog

  • Merge #8 -- Store logs in log directory