v0.7.6
What's Changed
- kwild,rpc: db and rpc timeout settings (235a1f1). This introduces two timeout settings:
rpc_timeout
anddb_read_timeout
. The DB timeout applies to DB read operations in theCall
andQuery
service methods. The RPC timeout applies to all RPCs, and includes the entire request-response roundtrip. - pg: always release conn on commit/rollback error (5824d29). This resolves a potential leak of DB reader connections, and a shutdown hang.
Full Changelog: v0.7.5...v0.7.6
There are no changes to the core
or parse
modules.
Build
This release is built with Go 1.22.3