treefrog-framework
treefrog-framework copied to clipboard
Upgrade libpq client library
The libpq.dll 9.4.5 library shipped with Treefrog doesn't support scram-sha-256 authentication. When I try to connect to PostgreSQL 16.1 on Windows I get error:
authentication method 10 not supported
Please upgrade libpg to at least 10.x that supports scram-sha-256.
@amiart Upgraded libpq. https://github.com/treefrogframework/treefrog-framework/releases/tag/v2.8.0-2
Thanks!