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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@
5
5
### 0.4.4
6
6
7
7
* Test for text index.
8
+
* Fix problem wit "OPENING" state in db. When a socket error happened during opening, the state was't resetted so that any new `db.open()` attempt failed.
9
+
* Closing a db when the connection socket was null threw error.
10
+
* Changed the way the socket error is thrown on `db.open()`: All errors detected are collected.
11
+
1) If after all the attempts the master connection is not on, an error is thrown relative to the the first server tested. This for compatibility reason with the previous way the message was thrown.
12
+
2) If the master connection is on, the errors are logged as warning.
13
+
* The socket error message has been changed to comprehend also the address of the server, so it is easier to identify the problem.
14
+
* If an authentication error occurs, the relative socket is closed.
0 commit comments