PostgreSQL and MySQL async v0.2.11 Release Notes

Release Date: 2014-01-11 // over 10 years ago
    • ๐Ÿ‘ LISTEN/NOTIFY support for PostgreSQL
    • ๐Ÿ”Š Driver logs prepared statement data for PostgreSQL calls when logging is set to debug - #77;
    • ๐ŸŒฒ MySQL and PostgreSQL drivers log network bytes read/written when logging is set to trace;
    • PostgreSQL now correctly sends JSON to JSON fields without requiring a cast - #75;
    • ๐Ÿ–จ LocalDateTime is not printed (driver fails silently) - #74;
    • ๐Ÿ‘Œ Support for ENUM types on PostgreSQL - #75;
    • ๐Ÿ‘ Allow configuring the execution context used by PostgreSQL connections - #72
    • ๐Ÿ‘€ Naming executors so we can see the threads created - #71