Releases: AnalogJ/lexicon
Releases · AnalogJ/lexicon
Lexicon v3.5.2
Modified
- Fix domains in "lock" state with
joker
provider
Lexicon v3.5.1
Added
- Add the Joker.com provider
- Add environment variable
TLDEXTRACT_CACHE_PATH
to configure a tldextract cache custom location for Lexicon
Modified
- Old environment variable
TLDEXTRACT_CACHE_FILE
is deprecated and will be removed in a future release
Lexicon v3.5.0
Modified
- Avoid installation problems with setuptools==50
- Migrating codebase to Python 3.6+ specific features (Lexicon will explicitly break on older versions now)
- Fix Easyname provider to work with their new website
Lexicon v3.4.5
Lexicon v3.4.4
Modified
- Fix Gandi provider to use the new LiveDNS API URL
Lexicon v3.4.3
Modified
- Improve versions constraints by declaring latest major versions known to work with Lexicon
Lexicon v3.4.2
Modified
- Relax versions constraints on Lexicon dependencies until there is a real need.
Lexicon v3.4.1
Added
- Add Njalla provider.
Lexicon v3.4.0
Added
- Use
poetry
to manage dependencies, build and package Lexicon. - Add integration tests for Mac OS X
Changed
- The
beautifulsoup4
dependency has been integrated to the core
ones for generic purpose. As a consequencehenet
,easyname
andgratisdns
providers do not have optional dependencies anymore. - Update Docker image to use Python 3.8, and install Lexicon with full extras.
Removed
- Remove support for Python 2.7.
- Remove support for Python 3.5.
- Remove the extra
security
fromrequests
dependency which
does not make sense anymore on recent versions of Python.
Lexicon v3.3.28
Added
- Redesign of the release process using Azure Pipelines
- Create a dedicated documentation on ReadTheDoc, refactor README.md into README.rst
Modified
- Fix localzone provider to make it work with dnspython 2.x
- Update easyname provider against the recent API changes