Skip to content

Releases: afilipovich/gglsbl

v1.4.15

02 Apr 09:20
Compare
Choose a tag to compare
  • Command-line arg to tweak script exit code if URL is blacklisted.

v1.4.14

19 Nov 12:33
e676724
Compare
Choose a tag to compare
  • Fix for URLs containing escaped bytecodes at python3.7
  • Cleaning and reformatting the code

v1.4.13

20 Sep 10:12
Compare
Choose a tag to compare
  • Bugfix for empty fullhash lookup response.

v1.4.12

26 Aug 10:49
Compare
Choose a tag to compare
  • 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

28 May 13:55
Compare
Choose a tag to compare
  • Fix for negative sleep interval values
  • Cosmetic changes

v1.4.10

02 Apr 14:41
Compare
Choose a tag to compare
  • Typo fix.
  • Make sure DB is initialized in WAL mode.

v1.4.9

30 Mar 17:10
Compare
Choose a tag to compare

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

v1.4.8

27 Feb 18:33
Compare
Choose a tag to compare

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

v1.4.7

25 Jan 21:56
Compare
Choose a tag to compare
  • Full hash cleanup query bugfix
  • Removed unused imports
  • Specified google-api-python-client dependency version

v1.4.6

31 Aug 15:56
Compare
Choose a tag to compare
  • Performance improvement.
  • Cache schema versioning.