Skip to content

Releases: luizalabs/django-toolkit

2.2.2

19 Mar 17:05
Compare
Choose a tag to compare

Full Changelog: 2.2.2...2.2.2

2.2.1

19 Mar 13:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

19 Sep 18:25
Compare
Choose a tag to compare
  • Allow the CircuitBreaker to be used as decorator

2.1.0

31 May 20:16
Compare
Choose a tag to compare
  • Drop Python 3.4 support
  • Run tests in Python 3.7
  • Create specific exceptions (LockAcquireError and LockReleaseError) for CacheLock

2.0.0

04 Feb 12:40
Compare
Choose a tag to compare

Create circuit breaker rules and add failure by percentage

1.6.0

29 Jan 19:12
Compare
Choose a tag to compare
  • Add IgnoreIfContains log filter

1.5.0

01 Nov 19:00
Compare
Choose a tag to compare

Add delete_on_exit parameter to CacheLock

1.4.0

25 Oct 12:48
Compare
Choose a tag to compare
  • Add support for django-oauth-toolkit version 1.0.0
  • Drop support for Django 1.8 and 1.9

1.3.7

23 Aug 19:42
Compare
Choose a tag to compare

Delete failure cache key when circuit opens

1.3.6

11 May 14:45
Compare
Choose a tag to compare

Add get_queryset to CachedOAuth2Validator to enable extensibility