All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- ensured support for the latest Python 3.11 version
ImportError
with Python 3.6 due tocontextlib.nullcontext
not existing yet- if the
cache/
directory does not exist, it is created - cf. issue #11
- The path for linkbacks is modified to allow for pelican-plugins to pick it up properly from pip
- web pages of size greater than 220 bytes are not ignored anymore
- silenced
InsecureRequestWarning
s
- fixed this:
ValueError: empty or no certificate, match_hostname needs a SSL socket or SSL context with either CERT_OPTIONAL or CERT_REQUIRED
LINKBACKS_CERT_VERIFY
&LINKBACKS_REQUEST_TIMEOUT
settings
- the
LINKBACKS_USER_AGENT
setting was previously ignored - the user-agent & timeout were improperly configured for the pingback requests
Initial version