File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log #
2
2
3
+ ## 0.23.0 - 2022-04-03
4
+
5
+ * Added ` lookup_prefix ` to return the prefix length for the network
6
+ associated with the IP address. Pull request by Marek Vavruša.
7
+ GitHub #26 .
8
+
9
+ ## 0.22.0 - 2022-03-23
10
+
11
+ * A ` within ` method has been added to the reader to allow iterating
12
+ over all records in the database. Pull request by Ross McFarland.
13
+ Github #50 .
14
+ * Database structs in ` maxminddb::geoip2 ` have been updated. Most
15
+ noticeably, an ` Enterprise ` struct has been added and the ` model `
16
+ module has been replaced by ` city ` and ` country ` modules. Also,
17
+ several missing fields have been added.
18
+ * ` Mmap ` is now re-exported for convenience. Pull request by zhuhaow.
19
+ GitHub #54 .
20
+ * Upgraded memmap2 dependency.
21
+
3
22
## 0.21.0 - 2021-07-20
4
23
5
24
* Reduce the amount of code generated by shrinking generic methods.
You can’t perform that action at this time.
0 commit comments