Skip to content

Releases: afilipovich/gglsbl

v1.4.15

Choose a tag to compare

@afilipovich afilipovich released this 02 Apr 09:20
  • Command-line arg to tweak script exit code if URL is blacklisted.

v1.4.14

Choose a tag to compare

@afilipovich afilipovich released this 19 Nov 12:33
e676724
  • Fix for URLs containing escaped bytecodes at python3.7
  • Cleaning and reformatting the code

v1.4.13

Choose a tag to compare

@afilipovich afilipovich released this 20 Sep 10:12
  • Bugfix for empty fullhash lookup response.

v1.4.12

Choose a tag to compare

@afilipovich afilipovich released this 26 Aug 10:49
  • 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

Choose a tag to compare

@afilipovich afilipovich released this 28 May 13:55
  • Fix for negative sleep interval values
  • Cosmetic changes

v1.4.10

Choose a tag to compare

@afilipovich afilipovich released this 02 Apr 14:41
  • Typo fix.
  • Make sure DB is initialized in WAL mode.

v1.4.9

Choose a tag to compare

@afilipovich afilipovich released this 30 Mar 17:10

Refactored code for more coherent DB transaction management,
in particular to prevent long idle ones.

v1.4.8

Choose a tag to compare

@afilipovich afilipovich released this 27 Feb 18:33

Disable Google API cache discovery which does not work with recent oauth client library to suppress warnings.

v1.4.7

Choose a tag to compare

@afilipovich afilipovich released this 25 Jan 21:56
  • Full hash cleanup query bugfix
  • Removed unused imports
  • Specified google-api-python-client dependency version

v1.4.6

Choose a tag to compare

@afilipovich afilipovich released this 31 Aug 15:56
  • Performance improvement.
  • Cache schema versioning.