From 4abcd12ff7810dcbd3e2fc87bab88fea612ff2e3 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Thu, 11 Jun 2020 23:02:08 -0400 Subject: [PATCH] Update version number and CHANGELOG --- CHANGELOG.md | 4 +++- postgres-websockets.cabal | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987297c..d32404e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # CHANGELOG -## Next release +## 0.7.0.0 +- The server `postgres-websockets` will shutdown when the listener database connection is closed, this allows for external process supervisors to restart the service on database failures. +- Middleware interface now requires a parameter `IO UTCTime` prividing a function that will produce the system time. - Send close connection once the JWT token expires (if channel is open with a token using the `exp` claim). ## 0.6.1.0 diff --git a/postgres-websockets.cabal b/postgres-websockets.cabal index ecf9541..889ce27 100644 --- a/postgres-websockets.cabal +++ b/postgres-websockets.cabal @@ -1,5 +1,5 @@ name: postgres-websockets -version: 0.6.1.1 +version: 0.7.0.0 synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets description: Please see README.md homepage: https://github.com/diogob/postgres-websockets#readme