Skip to content

Commit f7d1b7f

Browse files
committed
M7 Changelog
[resolves #73] Signed-off-by: Ben Hale <[email protected]>
1 parent 3457cba commit f7d1b7f

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
R2DBC PostgreSQL Changelog
2+
=============================
3+
4+
1.0.0.M7
5+
------------------
6+
* Update changelong for M7 #73
7+
* ConnectionFactory Discovery #66
8+
* Improved ColumnMetadata #64
9+
* SCRAM authentication #63
10+
* Reinstated generated value retrieval #60
11+
* Documentation improvements #57, #68
12+
* ConnectionTimeout Configuration #56
13+
* Multi-dimensional array support #53
14+
* Nullability enforcement returns accurate exception #51
15+
* Support multiline queries #50
16+
* BackendMessageDecoder memory leak #49
17+
* Support for BPCHAR #47
18+
* Array type construction #40
19+
* Configure a schema #37
20+
* Improve support for multiple authentication mechanisms #19
21+
* More Stream removal #12
22+
23+
1.0.0.M6
24+
------------------
25+
* Initial array codecs
26+
* Quick connection close #33
27+
* Handle authentication error when creating. onnections #30
28+
* Complete subscribers when channel is unregistered #29
29+
* Pipelined requests #28
30+
* Additional boolean text options #27
31+
* Type OID issues #25
32+
* More stream removal #24, #32
33+
* Propagage mapping error upstream #17
34+
35+
1.0.0.M4
36+
------------------
37+
* Decode VARCHAR properly #9
38+
* Decode best-effort Object.class #8
39+
* Reduce Stream Usage #5
40+
* Initialize PostgresqlServerException with reason and SQL state #4
41+
* Upgrade to Reactor Californium #1

0 commit comments

Comments
 (0)