We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7424903 commit ef8f975Copy full SHA for ef8f975
CHANGELOG
@@ -1,6 +1,15 @@
1
R2DBC PostgreSQL Changelog
2
=============================
3
4
+0.8.13.RELEASE
5
+-----------------------------------------
6
+* Consider lowercase `sslmode` for easier JDBC URL adaption #486
7
+* Issue parsing timestamp with timezone having offset of format `+hh:mm:ss` #509
8
+* `CachedCodecLookup` wrongly assumes uniqueness of `hashCode()` #511
9
+* Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
10
+* using an EnumCodec with no enums generates invalid SQL #515
11
+* Await `ReadyForQuery` before emitting errors from transactional control methods #541
12
+
13
0.8.12.RELEASE
14
-----------------------------------------
15
* Parameter values are not sent in the correct order #482
0 commit comments