v1.14.0
https://luarocks.org/modules/leafo/pgmoon
https://opm.openresty.org/package/leafo/pgmoon/
What's Changed
- pgmoon.crypto wil use resty.openssl / resty.string libraries when available if luaossl is not available @bungle in #117
- Socket is created on
connect
if one doesn't already exist (due to previously disconnecting) #44 - Add ability to pass cqueues openssl context and automatic cqeues ssl context creation supports generic parameters for
ssl_version
,ssl_verify
, key and cert (see readme) #70 - Empty arrays will now generate valid syntax (
ARRAY[]
) so you can cast it to the right type or have postgres throw a more meaningful error message - Refactored how configuration object is handled internally to prevent storing values directly on instance. (Note the original config object is kept referenced via metatable)
New Contributors
Full Changelog: https://github.com/leafo/pgmoon/compare/v1.13.0...v1.14.0###