1CHANGELOG
2=========
3
40.5.0 (2018-02-12)
5------------------
6
7* Refer to account IDs using the terminology "account" rather than "user".
8
90.4.0 (2017-07-10)
10------------------
11
12* PHP 5.4 is now required.
13
140.3.1 (2016-08-10)
15------------------
16
17* On Mac OS X when using a curl built against SecureTransport, the certs
18  in the system's keychain will now be used instead of the CA bundle on
19  the file system.
20
210.3.0 (2016-08-09)
22------------------
23
24* This package now uses `composer/ca-bundle` by default rather than a CA
25  bundle distributed with this package. `composer/ca-bundle` will first try
26  to use the system CA bundle and will fall back to the Mozilla CA bundle
27  when no system bundle is available. You may still specify your own bundle
28  using the `caBundle` option.
29
300.2.1 (2016-06-13)
31------------------
32
33* Fix typo in code to copy cert to temp directory.
34
350.2.0 (2016-06-10)
36------------------
37
38* Added handling of additional error codes that the web service may return.
39* A `USER_ID_UNKNOWN` error will now throw a
40  `MaxMind\Exception\AuthenticationException`.
41* Added support for `proxy` option. Closes #6.
42
430.1.0 (2016-05-23)
44------------------
45
46* A `PERMISSION_REQUIRED` error will now throw a `PermissionRequiredException`
47  exception.
48* Added a `.gitattributes` file to exclude tests from Composer releases.
49  GitHub #7.
50* Updated included cert bundle.
51
520.0.4 (2015-07-21)
53------------------
54
55* Added extremely basic tests for the curl calls.
56* Fixed broken POSTs.
57
580.0.3 (2015-06-30)
59------------------
60
61* Floats now work with the `timeout` and `connectTimeout` options. Fix by
62  Benjamin Pick. GitHub PR #2.
63* `curl_error` is now used instead of `curl_strerror`. The latter is only
64  available for PHP 5.5 or later. Fix by Benjamin Pick. GitHub PR #1.
65
66
670.0.2 (2015-06-09)
68------------------
69
70* An exception is now immediately thrown curl error rather than letting later
71  status code checks throw an exception. This improves the exception message
72  greatly.
73* If this library is inside a phar archive, the CA certs are copied out of the
74  archive to a temporary file so that curl can use them.
75
760.0.1 (2015-06-01)
77------------------
78
79* Initial release.
80