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 925c607 commit ab7f31eCopy full SHA for ab7f31e
CHANGELOG.md
@@ -1,2 +1,7 @@
1
-[1.0.0] 2016-11-15
2
-Initial release
+## [1.0.1] - 2017-02-12
+
3
+### Miscellaneous
4
+- Reconnect on initialization error (Phillipp Ohlandt)
5
+- If an error occurs in query, immediately call callback (Lars-Magnus Skog)
6
7
+## [1.0.0] 2016-11-15
package.json
@@ -1,6 +1,6 @@
{
"name": "deepstream.io-storage-postgres",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A deepstream.io storage connector for use with deepstream",
"main": "src/connector.js",
"scripts": {
0 commit comments