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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# CHANGELOG
2
2
3
+
## 0.11.0.0
4
+
5
+
- Add `PGWS_CHECK_LISTENER_INTERVAL` to configure interval to check database listener connection and respawn listener in case the connection is not found.
6
+
3
7
## 0.10.0.1
4
8
5
9
- Upgrade stackage to LTS 16.11. Recompiled with GHC 8.8.3.
Copy file name to clipboardExpand all lines: postgres-websockets.cabal
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: postgres-websockets
2
-
version: 0.10.0.1
2
+
version: 0.11.0.0
3
3
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
4
4
description: WAI middleware that adds websockets capabilites on top of PostgreSQL's asynchronous notifications using LISTEN and NOTIFY commands. Fully functioning server included.
0 commit comments