Skip to content

Releases: AnalogJ/lexicon

v1.1.14

10 Oct 04:49
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-08-25T19:59:24Z 9183cfd4a Add transip dependency to requirements.txt Nick Douma
2016-08-24T11:53:38Z 9da758fde Add check to avoid accidentially emptying an entire zone. Nick Douma
2016-08-24T11:49:47Z 7b116e718 Add extras_require to easily install TransIP dependencies Nick Douma
2016-08-24T11:47:08Z c7cb57cb5 Set API mode to readwrite Nick Douma
2016-08-24T11:46:59Z 5734762d8 Add support for updating records Nick Douma
2016-08-24T11:46:47Z 22cdd2e59 Add support for deleting records Nick Douma
2016-08-24T11:46:24Z 5e4bfc3be Convert record object to easier to use dicts Nick Douma
2016-08-24T11:28:49Z 552d46461 Add support for creating records Nick Douma
2016-08-24T11:28:14Z 52eebb215 Empty names should be called @ Nick Douma
2016-08-24T11:17:27Z 75373755b Add initial TransIP support for listing records Nick Douma
2016-08-24T11:15:42Z 9cb2fdd80 Fix spelling error Nick Douma

v1.1.13

10 Oct 04:33
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-10-10T04:29:34Z f31d71cd5 added optional requirements to tox.ini. Jason Kulatunga

v1.1.12

10 Oct 04:21
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-10-08T20:22:34Z 496eef8ed letsencrypt.sh was renamed to dehydrated. Jason Kulatunga

v1.1.11

28 Aug 05:29
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-08-28T05:27:51Z 578d9a8ab missed a change to the crontab dockerfile. Jason Kulatunga

v1.1.10

28 Aug 02:55
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-08-27T19:31:48Z 03294ce92 verified that default ttl 3600 works with all dnsmadeeasy integration tests. Jason Kulatunga

v1.1.9

30 Jul 21:33
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-07-30T21:25:08Z fd68a96a7 set a default_ttl of 3600 seconds (60 minutes). Added a test to verify that all providers that support TTL during create/update work correctly. Jason Kulatunga
2016-07-30T20:48:15Z 540829b9f make sure we can specify the TTL for a provider. Jason Kulatunga

v1.1.8

30 Jul 19:34
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-07-30T19:22:16Z 281e34409 added a fqdn method. added luadns provider+ tests. cleaned up the main method to ignore providers starting with '.' Jason Kulatunga

v1.1.7

14 Jul 03:22
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-07-13T02:01:41Z c21ec9624 Add Gandi tests and fixtures Philip Molter
2016-07-13T02:00:47Z a67e89804 Add Gandi support Philip Molter

v1.1.6

08 Jun 07:35
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-06-08T07:19:26Z 57d45f22a add cloudxns test fixtures Jason Kulatunga
2016-05-23T09:53:20Z e3f4209c4 fix quotes zh99998
2016-05-22T13:54:56Z b3d33cdb6 CloudXNS zh99998

v1.1.5

26 May 22:19
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-05-23T13:42:42Z 17de1941e ignore case when comparing against data of TXT record from Digital Ocean Digital Ocean's HTTP JSON API returns lowercased content of a TXT record, which caused lexicon to filter out the correct record. Wang Guan