Skip to content

Commit da4b6b3

Browse files
committed
Update changelog for 0.8.0.RELEASE
[resolves pgjdbc#198]
1 parent 88730fd commit da4b6b3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
R2DBC PostgreSQL Changelog
22
=============================
33

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+
422
0.8.0.RC2
523
------------------
624
* Revert reactor-netty exclusions #175

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Reactive Relational Database Connectivity
22

3-
Copyright 2017-2018 the original author or authors.
3+
Copyright 2017-2019 the original author or authors.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)