postgres-websockets v0.7.0.0 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
    • 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).