Fixed * Fix unit test to make test results stable * Fix remaining-time calculation using exact 3 decimals only * Increase test intesity to ensure correctness
2.8.5
Fixed * Fix SQLite OperationalError when getting more items than SQLite variable limit
2.8.4
Fixed * Build both `wheel` and `sdist` on publish
2.8.3
Added * Add option to expire redis key when using RedisBucket
2.8.2
Removed * Python 3.6 support
2.8.1
Added * Add Sphinx config * Add documentation site: https://pyrate-limiter.readthedocs.io * Add some missing type hints * Add package metadata to indicate PEP-561 compliance