Skip to content

Commit 4abcd12

Browse files
committed
Update version number and CHANGELOG
1 parent b0f9405 commit 4abcd12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# CHANGELOG
22

3-
## Next release
3+
## 0.7.0.0
44

5+
- 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.
6+
- Middleware interface now requires a parameter `IO UTCTime` prividing a function that will produce the system time.
57
- Send close connection once the JWT token expires (if channel is open with a token using the `exp` claim).
68

79
## 0.6.1.0

postgres-websockets.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgres-websockets
2-
version: 0.6.1.1
2+
version: 0.7.0.0
33
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
44
description: Please see README.md
55
homepage: https://github.com/diogob/postgres-websockets#readme

0 commit comments

Comments
 (0)