Skip to content

Releases: trilogy-libraries/trilogy

v2.2.0

17 Oct 19:35
Compare
Choose a tag to compare

Added

  • Add #closed? method to Ruby binding. #30

Changed

  • Support Ruby's memsize callback

Fixed

  • Ruby: Fixed a memory leak on freed connections

v2.1.2

04 Oct 17:59
v2.1.2
41dd1aa
Compare
Choose a tag to compare
  • Don't scramble passwords when responding to auth switch request. #21
  • Allow connecting to MariaDB. #22

v2.1.0

11 Mar 19:07
71bac7f
Compare
Choose a tag to compare

Added

  • Adjust read and write timeouts after connecting. #10
  • Include affected_rows and last_insert_id on the result. #17

Changed

  • Re-use existing interned strings where possible. #12

Fixed

  • Clang 13 warnings. #13 and #14