File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC PostgreSQL Changelog
2
2
=============================
3
3
4
+ 1.0.2.RELEASE
5
+ -----------------------------------------
6
+ * Cancel signal does not interrupt cursored query fetching #536
7
+ * Expose API to subscribe to Postgres notice messages #570
8
+ * key param javadoc description #593
9
+ * Adapt integration test to be Java 11 forward-compatible #594
10
+ * Creating connections can hang during server downtime #595
11
+ * Driver reports I/O error when rowsUpdated is greater than Integer.MAX_VALUE #597
12
+ * Add `PostgresqlResult.filter(…)` overrides to return `PostgresqlResult` instead of `Result` #602
13
+ * Upgrade to Reactor 2022.0.9 #604
14
+
4
15
1.0.0.RELEASE
5
16
-----------------------------------------
6
17
* Associate `PostgresConnectionClosedException` with error code `08006` #538
You can’t perform that action at this time.
0 commit comments