File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC PostgreSQL Changelog
2
2
=============================
3
3
4
+ 0.8.6.RELEASE
5
+ -----------------------------------------
6
+ * Upgrade dependencies #343
7
+ * Replace casts to ByteBuffer after ByteBuffer.flip #340
8
+ * Introduce connection context to allow correlation of log statements to the actual connection #339
9
+ * Use RoundRobinInetAddressResolver for DNS resolution #338
10
+ * RowMetadata.getColumnNames() iteration order doesn't match result set column order #337
11
+ * Add UUID array codec #336
12
+ * Occasional delays caused by TCP NoDelay config option defaulting to false #334
13
+ * Upgrade to R2DBC SPI 0.8.3 #333
14
+ * Use GitHub actions to deploy to OSS Sonatype/Maven Central #325
15
+ * add capability to log query parameters (bindings) values #278
16
+ * Combine extended flow messages into a single composite message #138
17
+
4
18
0.8.5.RELEASE
5
19
-----------------------------------------
6
20
* Use detached byte buffers by default for decoded values #330
You can’t perform that action at this time.
0 commit comments