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 450fb66 commit 2042146Copy full SHA for 2042146
HISTORY.rst
@@ -16,6 +16,10 @@ History
16
extension. The IP address passed to `.get()` should be a string type.
17
* Fix issue where incorrect size was used when unpacking some types with the
18
pure Python reader. Reported by Lee Symes. GitHub #30.
19
+* You may now pass in the database via a file descriptor rather than a file
20
+ name when creating a new ``maxminddb.Reader`` object using ``MODE_FD``.
21
+ This will read the database from the file descriptor into memory. Pull
22
+ request by nkinkade. GitHub #33.
23
24
1.3.0 (2017-03-13)
25
++++++++++++++++++
0 commit comments