gatewayd
gatewayd copied to clipboard
☁️ Cloud-native database gateway and framework for building data-driven applications ✨ Like API gateways, for databases ✨
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1. Release notes Sourced from github.com/stretchr/testify's releases. v1.11.1 This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string)...
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.6.3 to 1.7.0. Release notes Sourced from github.com/hashicorp/go-plugin's releases. v1.7.0 What's Changed Print panic output on Error log level by @hanzei in hashicorp/go-plugin#292 Spend less time preparing...
Currently the linter, tests run in a workflow and the plugin tests depend on the output of the tests. This should be split into three separate workflows, so that it...
Currently, all server-side connections to PostgreSQL in GatewayD are established as unauthenticated TCP connections (i.e., via the available connection pool). This setup allows clients to reuse pooled connections but lacks...