Releases: afilipovich/gglsbl
Releases · afilipovich/gglsbl
v1.4.15
v1.4.14
- Fix for URLs containing escaped bytecodes at python3.7
- Cleaning and reformatting the code
v1.4.13
- Bugfix for empty fullhash lookup response.
v1.4.12
- Split hash prefix list update procedure into multiple transactions to avoid DB being stuck in write lock for too long
- Add --timeout parameter so DB lock wait can be increased if necessary
- Cosmetic changes: making docstrings more uniform
v1.4.11
- Fix for negative sleep interval values
- Cosmetic changes
v1.4.10
- Typo fix.
- Make sure DB is initialized in WAL mode.
v1.4.9
Refactored code for more coherent DB transaction management,
in particular to prevent long idle ones.
v1.4.8
Disable Google API cache discovery which does not work with recent oauth client library to suppress warnings.
v1.4.7
- Full hash cleanup query bugfix
- Removed unused imports
- Specified google-api-python-client dependency version
v1.4.6
- Performance improvement.
- Cache schema versioning.