Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

60 lines (30 loc) · 1.19 KB

0.5.0 - 2024-11-02

✨ New Features

  • Added support for ListTables API with !pqxd_list_tables, the meta-table.

0.4.0 - 2024-11-01

✨ New Features

⚡️ Performance

  • Fixed a problem where Scanner.Scan was running with rows.Next.
    This is expected to improve performance.

📚 Documentation

  • Few fixes in the example codes

0.3.0 - 2024-10-29

✨ New Features

  • Added support for sql.Scanner

📚 Documentation

  • Few fixes in the example codes

0.2.0 - 2024-10-28

✨ New Features

  • Added RETURNING support

🐛 Fix

  • Fixed a problem that may cause channel close to be performed multiple times.

📚 Documentation

  • Few fixes in the example codes

0.1.1 - 2024-10-27

♻️ Refactor

  • NewConnector are now returns driver.Connector instead of *pqxd.connector

📚Documentation

  • few fixes in the example codes

0.1.0 - 2024-10-27

🎉Initial Release