R2DBC Proxy Changelog
=============================

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
