Skip to content

Releases: AnalogJ/lexicon

Lexicon v3.5.2

23 Nov 00:33
Compare
Choose a tag to compare

Modified

  • Fix domains in "lock" state with joker provider

Lexicon v3.5.1

16 Nov 16:30
Compare
Choose a tag to compare

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

10 Nov 14:40
Compare
Choose a tag to compare

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

02 Nov 21:39
Compare
Choose a tag to compare

Added

  • Add pagination support to Google Cloud DNS provider (#577)
  • Add official support to Python 3.9
  • Add SSHFP record support to CloudFlare provider (library only) (#612)

Modified

  • Fix create/update operations when CAA records are presents in GoDaddy provider (#545)
  • Fix Hover provider with new authentication URL (#618)

Lexicon v3.4.4

25 Oct 08:36
Compare
Choose a tag to compare

Modified

  • Fix Gandi provider to use the new LiveDNS API URL

Lexicon v3.4.3

07 Sep 21:11
Compare
Choose a tag to compare

Modified

  • Improve versions constraints by declaring latest major versions known to work with Lexicon

Lexicon v3.4.2

03 Sep 22:04
Compare
Choose a tag to compare

Modified

  • Relax versions constraints on Lexicon dependencies until there is a real need.

Lexicon v3.4.1

10 Sep 22:27
Compare
Choose a tag to compare

Added

Lexicon v3.4.0

16 Aug 20:34
Compare
Choose a tag to compare

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 consequence henet, easyname and gratisdns
    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 from requests dependency which
    does not make sense anymore on recent versions of Python.

Lexicon v3.3.28

26 Jul 12:49
Compare
Choose a tag to compare

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