Skip to content

Releases: illagrenan/ares_util

[v0.3.0] - 2024-01-09

09 Jan 22:08
Compare
Choose a tag to compare

Important

The package should work fine with the latest version of Django (5). I am sorry, I didn't have enough time to test it properly. If you run into problems, please create a new issue.

Fixed

  • New API compatibility (#61). Big thanks to @JiriKr for his contribution. 🚀

Removed

  • call_ares no longer raise AresNoResponseError
  • city_town_part has been removed from the response
  • Removed support for Python 2.7 and 3.5

Changed

  • zip_code is now int type instead of str

PyPI release: https://pypi.org/project/ares-util/0.3.0/

v0.2.2

18 Dec 21:27
Compare
Choose a tag to compare

[v0.2.2] - 2021-12-18

Added


PyPI release: https://pypi.org/project/ares-util/0.2.2/

v0.2.1

03 Jan 13:42
Compare
Choose a tag to compare
  1. Fixed error namespace fix (see: #58) thx @BrutCZE

PyPI release: https://pypi.org/project/ares-util/0.2.1/

v0.2.0

22 Mar 21:06
Compare
Choose a tag to compare

[0.2.0] - 2019-03-22

Added

  • Support for Python 3.7 (#52)

Changed

  • Use https:// for communicating with ARES (#12)

Removed

  • Drop support for Python 3.4 (#56)

Fixed

v0.1.13

07 Jan 10:39
Compare
Choose a tag to compare
  • Fixed KeyError when ARES returned server fault instead of valid response, see #44. Thanks to @JiriKr ✨⭐

v0.1.10.1

23 Dec 13:04
Compare
Choose a tag to compare
  • Fixed issue with Python 2+3 compatibility and Django 1.5.
  • Fixed README rendering on PyPI.

v0.1.9

09 Aug 09:12
Compare
Choose a tag to compare

Fixed issue with incomplete addresses in ARES database.