Releases: gatewayd-io/gatewayd-plugin-auth
Releases · gatewayd-io/gatewayd-plugin-auth
v0.1.1
Bug Fixes
- Fix authorization denial hanging the client by sending
ErrorResponse+ReadyForQueryinstead ofErrorResponse+TerminateinBuildAccessDeniedResponse. TheTerminatemessage (type byteX) is a frontend message and caused psql/libpq to encounter an invalid backend message type, hanging indefinitely. (#2)