Обсуждение: pgjdbc 42.1.0 release: changelog update

Поиск
Список
Период
Сортировка

pgjdbc 42.1.0 release: changelog update

От
Vladimir Sitnikov
Дата:
Hi,

I'm about to proceed with pgjdbc 42.1.0 release (there are new features, thus it is 42.1.0 not 42.0.1)

Notable changes section is going to be as follows:
* fix: data being trucated in setCharacterStream (the bug introduced in 42.0.0) [PR#802](https://github.com/pgjdbc/pgjdbc/pull/802)
* fix: calculation of lastReceiveLSN for logical replication [PR#801](https://github.com/pgjdbc/pgjdbc/pull/801)
* feat: support fetching a REF_CURSOR using getObject [PR#809](https://github.com/pgjdbc/pgjdbc/pull/809)

Please feel free to review it.

Vladimir