Skip to content

Releases: eXamadeus/godaddypy

2.5.2

26 Dec 16:53
98683e6
Compare
Choose a tag to compare

What's Changed

  • Fixed documentation for package requirements. (#54) by @chrisspen in #56
  • feat(config): add file and CLI configuration support by @eXamadeus in #44
  • Minor housekeeping (#34, #35)

New Contributors

Dependency Bumps

Full Changelog: 2.4.1...2.5.2

2.4.1

19 Sep 07:17
aabbc61
Compare
Choose a tag to compare

IMPORTANT

DO NOT UPGRADE TO 2.4.x IF YOU STILL USE PYTHON 2.

This is because I dropped support for Python 2 unicode checks. Should I have made this 3.0.0? Yes. Why didn't I? I'm dumb.

What's Changed

  • Fix delete_records() and add support for pagination by @phoerious in #20
  • fixed key error for record type and name in record dictionary as sometimes both are passed through kwargs by @eXamadeus in #32
  • Updated unicode issues w/ python 3 by @rishavsharma & @eXamadeus #18

New Contributors

Full Changelog: 2.3.4...2.4.1

Correct version number

18 Feb 19:09
890cb71
Compare
Choose a tag to compare

This is basically a no-op release that corrects the version number in the code and should tie in the source code link in PyPI.

Added query params pass through to Client.get_domains

04 Feb 04:32
Compare
Choose a tag to compare

Also removed support in CI for Python 2.7.

GoDaddyPy 3.x will only support Python 3+.

Updated library to support Godaddy API changes

25 Apr 03:25
Compare
Choose a tag to compare

Added the ability to configure the api_base_url and api_version for Client.

Example:

client = Client(account, api_base_url='https://api.godaddy.com/', api_version='v1')