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 fb7d64c commit d10245aCopy full SHA for d10245a
CHANGELOG.md
@@ -12,3 +12,10 @@
12
13
* Fixed exception when Http\Client calls failed due to non-API causes
14
* Using uninitialized SDK now throws Exception instead of vague errors
15
+
16
+### 1.0.3 2016-06-15
17
18
+ * Http\Client now correctly handles cURL network errors, such as no internet or failure to resolve hosts
19
+ * Tests included for Http\Client
20
+ * README updated as to usage of 'strict' API execution.
21
+ * Added facilities for checking nonce variables during authentication
VERSION
@@ -1 +1 @@
1
-1.0.2
+1.0.3
0 commit comments