File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC PostgreSQL Changelog
2
2
=============================
3
3
4
+ 0.8.0.RELEASE
5
+ -----------------------------------------
6
+ * Fix instant handling #196
7
+ * Add an auth-config for local connections in testing #195
8
+ * Invalid listen example in README #192
9
+ * Add customizeSslContext(Consumer<SslContextBuilder>) #191
10
+ * Default to scalar values for LOB column retrieval according to spec changes #190
11
+ * Upgrade to Testcontainers 1.12.3 #189
12
+ * SSL disabled exceptions not propagated in connect phase #187
13
+ * Enable BlobCodec and ClobCodec for binary usage #186
14
+ * Split unit test and integration test execution #185
15
+ * Cannot decode value of type java.net.InetAddress #184
16
+ * DB exceptions are not handled correctly by PostgresqlConnection for INSERT ... RETURNING in transaction #182
17
+ * Support unix domain socket connections #181
18
+ * Relax requirement for password #178
19
+ * Statement execution gets stuck when connection gets disconnected #177
20
+ * Add ConnectionFactory option for binaryTransfer (forceBinary) #160
21
+
4
22
0.8.0.RC2
5
23
------------------
6
24
* Revert reactor-netty exclusions #175
Original file line number Diff line number Diff line change 1
1
Reactive Relational Database Connectivity
2
2
3
- Copyright 2017-2018 the original author or authors.
3
+ Copyright 2017-2019 the original author or authors.
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments