Skip to content

Files

Latest commit

1f80643 · Aug 3, 2018

History

History
22 lines (13 loc) · 528 Bytes

RELEASES.adoc

File metadata and controls

22 lines (13 loc) · 528 Bytes

0.10.0

Fixed issues: Issues

Features

  • simplified transaction API

  • interval data type support

  • enum data type support

  • cached prepared statement option

  • RxJava documentation enhancements

  • upgrade to Vert.x 3.5.3

  • Row provides access to column names

Breaking changes

  • data types in io.reactiverse.pgclient have been moved to io.reactiverse.pgclient.data

  • PgResult#updatedCount() has been renamed to PgResult#rowCount()