Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.11.3
-
Vert.x 3.7.0 upgrade
Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.11.2
-
Request cancellation support
-
Remove @GenIgnore or use permitted-type in Tuple/Row methods
-
Add documentation and an example for fetching generated keys
-
Add support for sslmode
Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.11.1
-
Upgrade to Vert.x 3.6.2
-
Generate kotlin coroutine methods
-
Get details from PgException
-
SSL upgradefuture failure is not properly handled
Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.11.0
-
Upgrade to Vert.x 3.6.0
-
Example for Kotlin throws compilation errors
Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.10.9
-
Geometric types supports
-
Accept null value for json parameter
Fixed issues: https://github.com/reactiverse/reactive-pg-client/issues?q=is%3Aclosed+milestone%3A0.10.8
-
Connection pool opens more connections than necessary
-
Negative numeric values are not simple queries are not properly decoded
-
Batch execution incorrectly handles batch result when the batch list is empty
-
Pool connection acquisition failure is not propagated to the scheduled command
-
Upgrade to Vertx 3.5.4
-
Source code for rxjava and reactivex API variants missing from -sources.jar
-
Allow to prepare query from a transaction object
-
Rework cursor/stream documentation
-
PgPool#preparedQuery operation should always use the same connection
-
Numeric type prepared statement parameters needs to be coerced
-
Connection pool queue boundary
-
Pool does not handle connection failure correctly
-
Rx Stream API documentation unclear
-
RowResultDecoder does not correctly decode empty text arrays
-
Move to Vertx logger for warnings instead of Sysout
-
When a pooled connection is closed, the actual connection should not be made available after it has been closed internally
-
Missing prepared statement tuple validation
-
JSONB array treated as non array
-
PreparedQuery should schedule commands from the event loop thread
-
Calling Transaction rollback() leads to an NPE
Fixed issues: Issues
-
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