Releases: eXamadeus/godaddypy
Releases · eXamadeus/godaddypy
2.5.2
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
- @chrisspen made their first contribution in #54
Dependency Bumps
- fix: bump pyproject-flake8 from 5.0.4 to 5.0.4.post1 by @dependabot in #37
- fix: bump pyproject-flake8 from 5.0.4.post1 to 6.1.0 by @dependabot in #38
- fix: bump black from 23.9.1 to 23.11.0 by @dependabot in #43
- fix: bump pre-commit from 3.4.0 to 3.5.0 by @dependabot in #39
- fix: bump pytest from 7.4.2 to 7.4.3 by @dependabot in #42
- fix: bump black from 23.11.0 to 23.12.1 by @dependabot in #55
- fix: bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #51
Full Changelog: 2.4.1...2.5.2
2.4.1
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
- @phoerious made their first contribution in #20
- @rishavsharma made their first contribution in #18
Full Changelog: 2.3.4...2.4.1
Correct version number
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
Also removed support in CI for Python 2.7.
GoDaddyPy 3.x will only support Python 3+.
Updated library to support Godaddy API changes
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')