File tree 1 file changed +18
-0
lines changed
1 file changed +18
-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.5.RELEASE
5
+ -----------------------------------------
6
+ * Use detached byte buffers by default for decoded values #330
7
+ * JsonCodec.encode(…) doesn't release input buffer #329
8
+ * Upgrade to Assertj 3.17.2 #328
9
+ * Upgrade to Netty 4.1.51.Final #327
10
+ * Upgrade to Reactor Dysprosium SR11 #326
11
+ * Issue parsing UTC timestamptz from CockroachDB #320
12
+ * Possibility to configure LoopResources inside ReactorNettyClient #319
13
+ * Add priority to EnumCodec registrar #310
14
+ * EnumCodec's canDecode method fix (Issue #302) #308
15
+ * Support for geospatial types - point, line, box, polygon etc #306
16
+ * NullPointerExceptionwhen adding SSL handler via SSLTunnelHandlerAdapter #304
17
+ * Add priority to EnumCodec registrar #303
18
+ * EnumCodec decoding fails if the requested value type is Object #302
19
+ * Row.decode(…) fails for enum type with IllegalArgumentException: 72093 is not a valid object id #301
20
+ * Support for geospatial types - point, line, box, polygon etc #282
21
+
4
22
0.8.4.RELEASE
5
23
-----------------------------------------
6
24
* Ensure no snapshots get referenced in release builds #299
You can’t perform that action at this time.
0 commit comments