Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 418 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 418 Bytes

Changelog

0.9.6

  • Adds Connection.notifications to listen for NOTIFY events.
  • Adds better error reporting.

0.9.5

  • Allow connect via SSL.

0.9.4

  • Fixed issue with buffer length

0.9.3

  • Fixed issue with UTF8 encoding

0.9.2

  • Bump for documentation

0.9.1

  • Added transactions: PostgreSQLConnection.transaction and PostgreSQLConnection.cancelTransaction.

0.9.0

  • Initial version