You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: ChangeLog.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Change Log
2
2
==========
3
3
4
+
## 3.2 (2016-05-26)
5
+
6
+
- Network requests are now run in parallel, whereas they were sequential before. This is required for better performance. **Warning: Client code must make sure to protect against out-of-order requests.**
7
+
- Better error reporting:
8
+
- Always propagate cause exception when available
9
+
- Always report HTTP status code when available
10
+
- Add ability to distinguish transient errors from fatal errors after they are reported
11
+
- Update documentation
12
+
- README updated
13
+
- Clarify documentation of `AlgoliaException`’s status code
0 commit comments