We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db559d9 commit 65bfa26Copy full SHA for 65bfa26
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ name: Java CI with Maven
5
6
on:
7
push:
8
- branches: [ main, 1.1.x, 1.0.x ]
+ branches: [ main, 1.1.x]
9
10
jobs:
11
build:
CHANGELOG
@@ -1,6 +1,10 @@
1
R2DBC PostgreSQL Changelog
2
=============================
3
4
+1.1.1.RELEASE
+-----------------------------------------
+* Codec preference is not considered leading to OID value decoding through `DayOfWeek` #693
+
1.1.0.RELEASE
-----------------------------------------
* Cancel signal does not interrupt cursored query fetching #536
0 commit comments