-
Notifications
You must be signed in to change notification settings - Fork 21
/
CHANGELOG
147 lines (119 loc) · 4.19 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
R2DBC Proxy Changelog
=============================
1.1.5.RELEASE
------------------
* Add getters to ProxyConnectionFactory.Builder #146
* Upgrade reactor-bom to 2022.0.18 #147
1.1.4.RELEASE
------------------
* Fix JdkProxyFactory native image compatibility #142
* Remove proxy-config.json #143
* Upgrade reactor-bom to 2022.0.15 #144
1.1.3.RELEASE
------------------
* Trigger afterQuery() on the default methods in Result #138
* Consistently handle common methods in callback handlers #139
* Upgrade reactor-bom to 2022.0.13 #140
* Upgrade micrometer-bom to 1.10.13 #140
* Upgrade micrometer-tracing-bom to 1.0.12 #140
1.1.2.RELEASE
------------------
* Add a new constructor with host and port parameters to ObservationProxyExecutionListener #135
* Upgrade reactor-bom to 2022.0.9 #136
* Upgrade micrometer-bom to 1.10.9 #136
* Upgrade micrometer-tracing-bom to 1.0.8 #136
* Upgrade micrometer-docs-generator to 1.0.2 #136
1.1.1.RELEASE
------------------
* Propagate Contextview to ConnectionInfo and StatementInfo #127
* Upgrade reactor-bom to 2022.0.7 #129
* Upgrade micrometer-bom to 1.10.7 #130
* Upgrade micrometer-tracing-bom to 1.0.6 #131
* Upgrade micrometer-docs-generator to 1.0.1 #125
1.1.0.RELEASE
------------------
* Add observation support with Micrometer Observation API #122
1.0.1.RELEASE
------------------
* Sets ReactorContext entries in ValueStore #121
1.0.0.RELEASE
------------------
* Upgrade r2dbc-spi to 1.0.0.RELEASE #117
0.9.1.RELEASE
------------------
* Upgrade reactor to 2020.0.18 #115
* Upgrade r2dbc-spi to 0.9.1.RELEASE #114
* Propagate context in custom subscribers #113
0.9.0.RELEASE
------------------
* Upgrade r2dbc-spi to 0.9.0.RELEASE #108
* Upgrade reactor to 2020.0.14 #109
0.9.0.M2
------------------
* Upgrade reactor to 2020.0.9 #102
* Upgrade r2dbc-spi to 0.9.0.M2 #101
* Support set statement/lock timeouts #99
* Support Segment abstraction #97
* Use instance check to dispatch ProxyMethodExecutionListener #96
* Support the new "Parameter#inOut" #90
* Support the removal of generic type on Option #89
* API to modify behavior for "Row#get" methods #88
0.9.0.M1
------------------
* Upgrade to Reactor 2020.0.4 #87
* Upgrade to R2DBC SPI 0.9.0.M1 #85
* Support "io.r2dbc.spi.Parameter" in formatter
* Remove deprecated "LifeCycleListener" and "LifeCycleExecutionListener" #80
0.8.4.RELEASE
------------------
* Use caller's classloader when creating a proxy #78
0.8.3.RELEASE
------------------
* Upgrade dependencies #75
* Introduce "ProxyMethodExecutionListener" and deprecate "LifeCycleListener" #72
* Use custom subscribers to manage callback #70
* Add ProxyConfigHolder #69
* Fix "ConnectionFactory#create" after-method callback #68
* Rename master branch to main #67
* Upgrade to Reactor Dysprosium-SR7 #66
0.8.2.RELEASE
------------------
* Upgrade build and test dependencies #65
* Release 0.8.2.RELEASE #64
* Upgrade to Reactor Dysprosium-SR6 #63
* Stage releases directly on maven central #62
0.8.1.RELEASE
------------------
* Make query execution success when at least one element is emitted #55.
* Avoid NPE when publisher operation is cancelled #56.
0.8.0.RELEASE
------------------
* Upgrade to Reactor Dysprosium SR2 #47.
* Upgrade to R2DBC SPI 0.8.0.RELEASE #46.
* Remove unused SLF4J dependency #45.
* Remove dropped Statement.bind(int, <primitive>) overloads #42.
0.8.0.RC1
------------------
* Release 0.8.0.RC1 #41.
* Remove repositories declaration from published pom #37.
* Expose Connection metadata #36.
* Implement validation and fetchSize SPI methods. #35.
* Support Connection.validate() #34.
* Support Statement.fetchSize() #33.
* Use "*Info" instead of "Mono<*Info>" in builder of ProxyConnectionFactory #32.
* Use "Atomic*Updater" for frequently created objects #31.
* Add connection scope custom value store #30.
* Add ValueStore API #29.
* 0.8.0.RC1 Changelog #28.
* Proxy mechanism to support converting bind marker #26.
0.8.0.M8
------------------
* Support ConnectionFactoryProvider.getDriver() #19
* BLOB/CLOB support in query formatter
* Add ProxyConfig.Builder
* Support comma separated proxyListener parameter #17
* Update LifeCycleExecutionListener dispatching logic #16
* Use strategy pattern to invoke original method #15
1.0.0.M7
------------------
* Inception