From 64f9ba65abeeffa4bee8e415eb476bc2c64105d5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Jul 2023 09:49:47 +0200 Subject: [PATCH] Update changelog. [#603] Signed-off-by: Mark Paluch --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9a7debad..b5b10f99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,17 @@ R2DBC PostgreSQL Changelog ============================= +1.0.2.RELEASE +----------------------------------------- +* Cancel signal does not interrupt cursored query fetching #536 +* Expose API to subscribe to Postgres notice messages #570 +* key param javadoc description #593 +* Adapt integration test to be Java 11 forward-compatible #594 +* Creating connections can hang during server downtime #595 +* Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597 +* Add `PostgresqlResult.filter(…)` overrides to return `PostgresqlResult` instead of `Result` #602 +* Upgrade to Reactor 2022.0.9 #604 + 1.0.0.RELEASE ----------------------------------------- * Associate `PostgresConnectionClosedException` with error code `08006` #538