|
1 | 1 | R2DBC PostgreSQL Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +0.8.0.RC1 |
| 5 | +------------------ |
| 6 | +* Upgrade to SCRAM Client 2.1 #171 |
| 7 | +* Add automatic module name #170 |
| 8 | +* Upgrade to Reactor Dysprosium GA #169 |
| 9 | +* Edit documentation #166 |
| 10 | +* Memory leak fixes #165 |
| 11 | +* Remove dependencies to Spring Boot #163 |
| 12 | +* Exclude not-required dependencies #162 |
| 13 | +* Implement JSON and JSONB codecs #161 |
| 14 | +* Allow type conversion across codecs #159 |
| 15 | +* Add JMH benchmarks and apply optimizations #158 |
| 16 | +* Fix memory leaks in BackendMessageEnvelopeDecoder #157 |
| 17 | +* Adapt to Row.get(int)/get(String) in PostgresqlRow #156 |
| 18 | +* Add binary codecs for BYTEA. #155 |
| 19 | +* Remove repositories declaration from published pom #154 |
| 20 | +* Fix of IllegalReferenceCountException on discardReadComponents call #153 |
| 21 | +* BackendMessageEnvelopeDecoder. fails with IllegalReferenceCountException: refCnt: 0 #151 |
| 22 | +* Expose Connection metadata #150 |
| 23 | +* Adapt to Statement.bind and Row.get by name #149 |
| 24 | +* ExtendedQueryPostgresqlStatement emits Result before processing execution errors #148 |
| 25 | +* Adapt to SPI changes for IsolationLevel and AutoCommit #147 |
| 26 | +* Upgrade to Reactor Dysprosium RC1 #146 |
| 27 | +* Rename …Example to …TestKit. #143 |
| 28 | +* Add support for setting runtime parameters for new connections #142 |
| 29 | +* PostgresqlConnection does not rollback if transaction status is FAILED #139 |
| 30 | +* Enable StringArrayCodec for binary usage #135 |
| 31 | +* Implement validate() SPI #133 |
| 32 | +* RuleBasedCollector is blocking #131 |
| 33 | +* Upgrade to Postgres JDBC 42.2.6 #130 |
| 34 | +* Upgrade to testcontainers-java 1.12.0 #129 |
| 35 | +* Upgrade to maven-compiler-plugin 3.8.1 #128 |
| 36 | +* Upgrade to Mockito 3.0.0 #127 |
| 37 | +* PostgresConnectionFactoryProvider.supports(…) is too restrictive #125 |
| 38 | +* Deprecate LEGACY_POSTGRESQL_DRIVER #124 |
| 39 | +* No exception without calling getRowsUpdated/map on PostgresqlResult fix #119 |
| 40 | +* Sql exceptions handling #118 |
| 41 | +* Support "postgres" driver #117 |
| 42 | +* Fix canDecode for arrays #115 |
| 43 | +* Avoid array index out of bounds on missing result size in tag #114 |
| 44 | +* Array codecs missing during `canDecode(..)` implementation #113 |
| 45 | +* Fix for multiple usage of same parameter in extended query #111 |
| 46 | +* Blob encoding fix #110 |
| 47 | +* DateCodec delegation to InstantCodec cannot read columns with date type #109 |
| 48 | +* Weird codec issue when running concurrent queries #107 |
| 49 | +* Update connection example in README #106 |
| 50 | +* Use R2DBC Exception hierarchy for driver exceptions #98 |
| 51 | +* Add CodecRegistrar extension point to register codecs provided by 3rd-party libraries #95 |
| 52 | +* Row.get seems to mix up columns #86 |
| 53 | +* TLS connectivity #59 |
| 54 | +* Added support for listening to notifications #52 |
| 55 | + |
4 | 56 | 0.8.0.M8
|
5 | 57 | ------------------
|
6 | 58 | * Remove Enum Codec #103
|
|
0 commit comments