Releases: diogob/postgres-websockets
Releases · diogob/postgres-websockets
0.7.0.0: Auto-shutdown and auto-closing connections on JWT expiration
- 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.1: Merge pull request #57 from diogob/shutdown-on-connection-failure
Shutdown server if listener connection dies
0.6.1.0
0.6.0.0: Merge pull request #53 from diogob/disable-static-server
Use a dummy app in case no path is passed for static server
0.5.0.2
Upgrade to LTS 13.14
Merge pull request #46 from diogob/lts-13.14 Upgrade to LTS 13.14 and remove lingering JWT package