All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Fix ErrorResponseMessage routine field never being populated (PR #60)
- Fix zero-row SELECT producing RowModifying instead of ResultSet (PR #65)
- Fix double-delivery of pg_query_failed on failed transactions (PR #67)
- Process query cycle messages synchronously to prevent double-delivery (PR #69)
- Add parameterized queries via extended query protocol (PR #70)
- Add named prepared statement support (PR #78)
- Add SSL/TLS negotiation support (PR #79)
- Enable follow-up queries from ResultReceiver and PrepareReceiver callbacks (PR #84)
- Change ResultReceiver and Result to use Query union type instead of SimpleQuery (PR #70)
- Change ResultReceiver and PrepareReceiver callbacks to take Session as first parameter (PR #84)
- Fix typo in SesssionNeverOpened (PR #59)
- Changed SSL dependency (PR #54)
- Update ponylang/lori dependency to 0.6.1 (PR #52
- Update ponylang/lori dependency to 0.6.0 (PR #51)
- Update ponylang/lori dependency to 0.5.1 (PR #50)
- Initial version