Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
[#603]

Signed-off-by: Mark Paluch <[email protected]>
  • Loading branch information
mp911de committed Jul 14, 2023
1 parent fdb3d8d commit 64f9ba6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 64f9ba6

Please sign in to comment.