postgres-websockets v0.10.0.0 Release Notes

Release Date: 2020-10-16 // over 3 years ago
    • Add PGWS_META_CHANNEL to configure optional metadata channel to send events from the server. Initially the oply event is ConnectionOpen.
    • ➕ Add property event to message JSON. Two possible values so far: ConnectionOpen and WebsocketMessage.
    • 💥 Breaking change: the property channel is not appended to claims anymore. If channel is in the original token claims it will still be present.