File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
tests/GeoIp2/Test/WebService Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 2.4.1 (2016-XX-XX )
4+ 2.4.1 (2016-06-10 )
55------------------
66
77* Corrected type annotations in documentation. GitHub #66 .
88* Updated documentation to reflect that the accuracy radius is now included
99 in City.
10+ * Upgraded web service client, which supports setting a proxy. GitHub #59 .
1011
11122.4.0 (2016-04-15)
1213------------------
Original file line number Diff line number Diff line change 1414 ],
1515 "require" : {
1616 "maxmind-db/reader" : " ~1.0" ,
17- "maxmind/web-service-common" : " ~0.1 " ,
17+ "maxmind/web-service-common" : " ~0.2 " ,
1818 "php" : " >=5.3.1"
1919 },
2020 "require-dev" : {
Original file line number Diff line number Diff line change @@ -465,6 +465,8 @@ private function makeRequest(
465465 ? $ options ['connectTimeout ' ] : null ,
466466 'timeout ' => isset ($ options ['timeout ' ])
467467 ? $ options ['timeout ' ] : null ,
468+ 'proxy ' => isset ($ options ['proxy ' ])
469+ ? $ options ['proxy ' ] : null ,
468470 'caBundle ' => $ caBundle ,
469471 )
470472 )
You can’t perform that action at this time.
0 commit comments