We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfc7c5 commit 238ba54Copy full SHA for 238ba54
HISTORY.rst
@@ -8,6 +8,10 @@ History
8
9
* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
10
is required.
11
+* Asyncio support has been added for web service requests. To make async
12
+ requests, use ``geoip.webservice.AsyncClient``.
13
+* ``geoip.webservice.Client`` now provides a ``close()`` method and associated
14
+ context managers to be used in ``with`` statements.
15
* Type hints have been added.
16
* The attributes ``postal_code`` and ``postal_confidence`` have been removed
17
from ``geoip2.record.Location``. These would previously always be ``None``.
0 commit comments