Skip to content

Releases: AnalogJ/lexicon

v1.2.3

04 Feb 17:57
Compare
Choose a tag to compare
Timestamp SHA Message Author
2017-01-31T02:59:40Z f35896c65 Add functionality for handling delegated subdomains New --delegated DELEGATED option for specifying delegated domain. Brian Wells

v1.2.2

24 Jan 06:32
Compare
Choose a tag to compare
Timestamp SHA Message Author
2017-01-24T06:03:47Z 1115837ac updated readme with Yandex support. Jason Kulatunga
2017-01-24T06:01:18Z f7102a072 accidently removed import while adding python 3.x support. Jason Kulatunga
2017-01-24T05:57:39Z 2b79a90c3 added tests to yandex provider (thanks @kharkevich !) closes #83 Jason Kulatunga
2017-01-24T05:29:08Z 124888c30 Merge branch 'master' of https://github.com/kharkevich/lexicon into kharkevich-master Jason Kulatunga
2017-01-02T20:27:20Z 5a99649d7 Add fake-test. Fix in provider options Aliaksandr Kharkevich
2017-01-02T15:37:22Z ae95011a3 add Yandex PDD as a DNS provider Aliaksandr Kharkevich

v1.2.1

17 Jan 06:22
Compare
Choose a tag to compare
Timestamp SHA Message Author
2017-01-17T06:15:46Z 476e16a33 fix ttl Jason Kulatunga

v1.2.0

17 Jan 05:55
Compare
Choose a tag to compare
Timestamp SHA Message Author
2017-01-17T04:47:40Z f46a306b5 bump Jason Kulatunga

v1.1.20

29 Nov 17:16
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-11-29T16:04:44Z 1e5e9b3b7 Update gandi.py Jason Kulatunga

v1.1.19

29 Nov 08:29
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-11-29T08:24:57Z 2ffd7172e Update gandi.py Jason Kulatunga

v1.1.18

17 Nov 16:38
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-11-17T16:08:54Z ccd1b15ee Support paginated records from Digital Ocean Sharif Nassar

v1.1.17

17 Oct 01:54
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-10-11T13:59:42Z 0ab99d61b Skip the CNAME adding test for now Nick Douma
2016-10-11T13:54:29Z 28f7e9dfc Add TransIP tests and fixtures Nick Douma
2016-10-11T13:51:06Z d56124d91 Refactor so we always use full names internally Nick Douma
2016-10-11T13:51:06Z cc5e258cf Set CNAME record content to FQDN Nick Douma
2016-10-11T13:51:05Z c46442fc8 Make record names fully qualified before returning them Nick Douma
2016-10-11T13:51:05Z 0c555034b Handle authentication against not-owned domains and set domain_id We don't use self.domain_id, but setting it is expected. Nick Douma
2016-10-11T13:51:05Z d8f5acc19 Add bogus id to retrieved records We don't actually support manipulating records by id, but we should return something Nick Douma
2016-10-11T13:51:05Z fdf54ed58 Merge provider_options with normal options Nick Douma

v1.1.16

10 Oct 15:12
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-10-10T15:09:57Z fa95fa6cf wrap opt dependencies in try catches so that we can continue without them. Jason Kulatunga

v1.1.15

10 Oct 05:16
Compare
Choose a tag to compare
Timestamp SHA Message Author
2016-10-10T05:10:15Z 8db02621d updated route53 provider with standardized pattern for loading credentials. Removed transip default installation req. Jason Kulatunga
2016-10-10T04:52:20Z ad766628a Merge branch 'route53-provider' of git://github.com/eadmundo/lexicon into eadmundo-route53-provider Jason Kulatunga
2016-10-09T01:47:27Z c59c2d487 Various fixes for route 53 provider PR * move boto3 dependency to extras_require in setup.py * filter Authorization header from test fixture cassettes * skip identifier test in provider test wrapper Edward Stone
2016-10-07T04:52:31Z fcbac7c4b catch no credentials error to let tests run Edward Stone
2016-10-07T04:29:46Z d891963e1 add boto3 to requirements Edward Stone
2016-10-07T02:17:54Z ebf041265 route53 provider and tests Edward Stone