File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1+ # 2.11.0
2+
3+ - Add support for IPinfo Lite API
4+
15# 2.10.0
26
37- Added support for looking up your v6 IP via ` GetIPInfoV6 ` .
99103# 2.2.0
100104
101105- The following functions are now private:
102- - ` Client.Do `
103- - ` Client.NewRequest `
104- - ` CheckResponse `
106+ - ` Client.Do `
107+ - ` Client.NewRequest `
108+ - ` CheckResponse `
105109- The following ** new** functions now exist, which operate on the IPinfo
106110 ` /batch ` endpoint:
107- - ` Client.GetBatch `
108- - ` Client.GetIPInfoBatch `
109- - ` Client.GetIPStrInfoBatch `
110- - ` Client.GetASNDetailsBatch `
111- - ` ipinfo.GetBatch `
112- - ` ipinfo.GetIPInfoBatch `
113- - ` ipinfo.GetIPStrInfoBatch `
114- - ` ipinfo.GetASNDetailsBatch `
111+ - ` Client.GetBatch `
112+ - ` Client.GetIPInfoBatch `
113+ - ` Client.GetIPStrInfoBatch `
114+ - ` Client.GetASNDetailsBatch `
115+ - ` ipinfo.GetBatch `
116+ - ` ipinfo.GetIPInfoBatch `
117+ - ` ipinfo.GetIPStrInfoBatch `
118+ - ` ipinfo.GetASNDetailsBatch `
115119
116120# 2.1.1
117121
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313const (
1414 defaultBaseURL = "https://ipinfo.io/"
1515 defaultBaseURLIPv6 = "https://v6.ipinfo.io/"
16- defaultUserAgent = "IPinfoClient/Go/2.10 .0"
16+ defaultUserAgent = "IPinfoClient/Go/2.11 .0"
1717)
1818
1919// A Client is the main handler to communicate with the IPinfo API.
You can’t perform that action at this time.
0 commit comments