Releases: AnalogJ/lexicon
Releases · AnalogJ/lexicon
v3.3.16
Timestamp |
SHA |
Message |
Author |
2020-01-11T15:33Z |
85bb1fc |
(v3.3.16) Automated packaging of release by Packagr |
packagr-io-beta |
2020-01-11T10:21Z |
77ad594 |
Merge d063108 into e9161ab |
Oldřich Jedlička |
2020-01-07T12:26Z |
d063108 |
Introduce Gransy provider. Gransy provider is former Subreg provider, but because it works for multiple sites (subreg.cz, regtons.com and regnames.eu), Gransy as a company name is selected as a provider name. Subreg provider is now a simple proxy that uses Gransy provider for backwards compatibility. Signed-off-by: Oldřich Jedlička [email protected] |
Old?ich Jedli?ka |
2020-01-04T22:21Z |
5057a18 |
Fix Subreg.cz nameserver name. Verified with Subreg.cz support, all their language variants like regtons.com use nameservers ns.gransy.com, ns2.gransy.com. Moreover, the API endpoints (they have more of them, for example https://subreg.cz/wsdl, https://regtons.com/wsdl) do not differentiate between the language variants (i.e. the web where the user registered the domain), so the API endpoint https://subreg.cz/wsdl can be used for everybody. Signed-off-by: Oldřich Jedlička [email protected] |
Old?ich Jedli?ka |
v3.3.15
Timestamp |
SHA |
Message |
Author |
2020-01-10T20:13Z |
e9161ab |
(v3.3.15) Automated packaging of release by Packagr |
packagr-io-beta |
2020-01-10T19:52Z |
09201a9 |
Merge 666fa5e into fa5d5fd |
Adrien Ferrand |
2020-01-10T19:52Z |
666fa5e |
Update godaddy.py |
Adrien Ferrand |
v3.3.14
Timestamp |
SHA |
Message |
Author |
2020-01-08T20:04Z |
fa5d5fd |
(v3.3.14) Automated packaging of release by Packagr |
packagr-io-beta |
2020-01-06T15:12Z |
2001044 |
Merge adf7413 into e76abc8 |
Matthias Schoettle |
2020-01-06T15:12Z |
adf7413 |
Adds subaction as query parameter instead of using url argument. |
Matthias Schoettle |
2019-12-20T20:32Z |
4ab725b |
Addresses code style. |
Matthias Schoettle |
2019-12-20T20:19Z |
5daa233 |
Removes unnecessary print statement. |
Matthias Schoettle |
2019-12-20T20:03Z |
dc94f43 |
Adds code author info and link to API docs. |
Matthias Schoettle |
2019-12-20T19:59Z |
449731e |
Adds test recordings for EUserv provider. |
Matthias Schoettle |
2019-12-20T19:59Z |
4b83bbb |
Fixes case when identifier is None. Attempts to find the identifier with the given arguments. |
Matthias Schoettle |
2019-12-20T19:56Z |
a098237 |
Adds test class for EUserv with filtering. |
Matthias Schoettle |
2019-12-20T19:55Z |
0ef0e30 |
Adds macOS specific .DS_Store file. |
Matthias Schoettle |
2019-12-20T19:48Z |
6875661 |
Fixes determining subdomain parameter. This provider automatically appends the domain name to the subdomain. Therefore, it needs to be removed from the parameter in case the name argument contains it. |
Matthias Schoettle |
2019-12-18T19:06Z |
ffb10b3 |
Adds support for deleting records. |
Matthias Schoettle |
2019-12-18T18:52Z |
bf8757f |
Adds support for updating records. |
Matthias Schoettle |
2019-12-18T18:47Z |
6b8c334 |
Moves TTL and priority parameter processing to helper functions. |
Matthias Schoettle |
2019-12-18T18:40Z |
b9745bb |
Adds support for creating records. |
Matthias Schoettle |
2019-12-18T18:39Z |
6f029e7 |
Adds logger calls and small fixes. |
Matthias Schoettle |
2019-12-18T18:00Z |
a039030 |
Adds support for listing records. |
Matthias Schoettle |
2019-12-18T17:59Z |
1b5c77c |
Adds retrieval of actual domain ID. |
Matthias Schoettle |
2019-12-18T16:58Z |
6af9c14 |
Initial version of EUserv provider with working authentication. |
Matthias Schoettle |
v3.3.13
Timestamp |
SHA |
Message |
Author |
2020-01-05T00:35Z |
e76abc8 |
(v3.3.13) Automated packaging of release by Packagr |
packagr-io-beta |
2020-01-05T00:21Z |
acb8e29 |
Merge 645953b into cd91153 |
Oldřich Jedlička |
2020-01-05T00:21Z |
cd91153 |
Fix auto provider handling of parameters. (#473) The ConfigResolver.with_dict() function expects the dictionary to have |
|
nested dictionaries instead of colon-separated keys. Fix the dictionary |
|
|
|
creation by ensuring the nesting is done. |
|
|
|
Steps to reproduce the problem:
lexicon auto --ovh-auth-entrypoint=ovh-eu list ovh.co.uk TXT
Throws error Exception: Error, entrypoint is not defined
, which is not
true.
Signed-off-by: Oldřich Jedlička [email protected] | Oldřich Jedlička
2020-01-04T22:20Z | 645953b | Fix nslookup resolution on Windows. Windows (at least on my Insider build 19041) requires domain to be absolute (dot at the end) in the nslookup
command, otherwise it adds local primary domain suffix before looking-up the domain. Tested both on Linux and Windows. ### Windows Relative domain: #> nslookup -querytype=NS ovh.co.uk Server: xxx.home.oldium.net Address: xxxx:xxxx:xxxx:1::1 Non-authoritative answer: ovh.co.uk.oldium.net canonical name = oldium.net oldium.net nameserver = ns3.gransy.com ...
Absolute domain: #> nslookup -querytype=NS ovh.co.uk. Server: xxxx.home.oldium.net Address: xxxx:xxxx:xxxx:1::1 Non-authoritative answer: ovh.co.uk nameserver = dns10.ovh.net ovh.co.uk nameserver = ns10.ovh.net ...
### Linux (Ubuntu 18.04 LTS) Relative domain: #> nslookup -querytype=NS ovh.co.uk Server: 172.27.144.1 Address: 172.27.144.1#53 Non-authoritative answer: ovh.co.uk nameserver = dns10.ovh.net. ovh.co.uk nameserver = ns10.ovh.net.
Absolute domain: #> nslookup -querytype=NS ovh.co.uk. Server: 172.27.144.1 Address: 172.27.144.1#53 Non-authoritative answer: ovh.co.uk nameserver = dns10.ovh.net. ovh.co.uk nameserver = ns10.ovh.net.
See also answer about absolute and relative domain names. Signed-off-by: Oldřich Jedlička [email protected] | Old?ich Jedli?ka
v3.3.12
Timestamp |
SHA |
Message |
Author |
2019-12-22T14:54Z |
7e7e275 |
(v3.3.12) Automated packaging of release by Packagr |
packagr-io-beta |
2019-12-11T19:48Z |
edc1dd5 |
Merge af618c5 into 244fbfd |
Rezart Qelibari |
2019-12-11T19:40Z |
af618c5 |
Change uri check after login for easyname Fixes #463. The same as #449 but with updated tests. Kudos to @o-sole-meo for fixing the issue originally. |
Rezart Qelibari |
v3.3.11
Timestamp |
SHA |
Message |
Author |
2019-12-04T16:53Z |
244fbfd |
(v3.3.11) Automated packaging of release by Packagr |
packagr-io-beta |
2019-12-04T16:42Z |
d64f1b3 |
Merge 3b746f8 into 516da9a |
Trinopoty Biswas |
2019-12-04T16:41Z |
516da9a |
Merge pull request #466 from MikeAT/patch-1 minor fixes for RcodeZero provider: add "Accept" header to request and fixed loglevel of debug message |
Jason Kulatunga |
2019-12-03T08:25Z |
b3c9422 |
fixed loglevel of debug message |
Michael Braunöder |
2019-12-02T13:46Z |
21043c0 |
add "Accept" header to request |
Michael Braunöder |
2019-11-24T05:08Z |
8b9eb89 |
Rename capsule.yml to packagr.yml |
Jason Kulatunga |
2019-11-05T17:35Z |
3b746f8 |
Updated linode4 provider to enforce case insensitivity |
Trinopoty Biswas |
2019-11-05T17:33Z |
80cdf07 |
Updated linode provider to enforce case insensitivity |
Trinopoty Biswas |
v3.3.10
Timestamp |
SHA |
Message |
Author |
2019-11-15T14:57Z |
46935a3 |
(v3.3.10) Automated packaging of release by Packagr |
packagr-io-beta |
2019-11-15T14:15Z |
c05946e |
Merge abd345a into efb85a2 |
Adrien Ferrand |
2019-11-15T14:15Z |
abd345a |
Merge branch 'master' into python-3.8 |
Adrien Ferrand |
2019-10-23T13:22Z |
a9d7d3f |
Add support for Python 3.8 |
Adrien Ferrand |
v3.3.9
Timestamp |
SHA |
Message |
Author |
2019-11-14T22:33Z |
efb85a2 |
(v3.3.9) Automated packaging of release by Packagr |
packagr-io-beta |
2019-11-12T18:16Z |
e3473dd |
Merge 8479596 into 20c8043 |
Jason Kulatunga |
2019-11-12T18:16Z |
8479596 |
Added example for lexicon usage as a python library |
Jason Kulatunga |
2019-11-12T16:53Z |
7153e4c |
Added example for lexicon usage as a python library |
Jason Kulatunga |
v3.3.8
Timestamp |
SHA |
Message |
Author |
2019-10-26T15:01Z |
20c8043 |
(v3.3.8) Automated packaging of release by CapsuleCD |
CapsuleCD |
2019-10-26T14:29Z |
0606a2c |
Merge a21f82b into be975b0 |
Adrien Ferrand |
2019-10-26T14:29Z |
a21f82b |
Fix version, prepare 3.3.8 |
Adrien Ferrand |
2019-10-26T14:08Z |
4dce6f7 |
Reload CI |
Adrien Ferrand |
2019-10-25T09:34Z |
495c57e |
Merge branch 'master' into candidate-3.3.8 |
Adrien Ferrand |
2019-10-25T09:34Z |
be975b0 |
Fix lint |
Adrien Ferrand |
2019-10-25T09:13Z |
99d3a3a |
Release 3.3.8 |
Adrien Ferrand |
2019-10-25T09:12Z |
9263b17 |
Move test_hostingde provider in the correct place |
Adrien Ferrand |
2019-10-23T13:14Z |
c84820d |
Update README.md |
Adrien Ferrand |
2019-10-23T13:13Z |
7bfab95 |
Update README.md |
Adrien Ferrand |