Thread: 9.4.1210 release

9.4.1210 release

From
Vladimir Sitnikov
Date:
Hi,

It's time to have yet another pgjdbc release.


Does anybody have outstanding issues with releasing 1210?

As far as I know there's replication PR in progress: https://github.com/pgjdbc/pgjdbc/pull/550
It might be a good idea to have replication API in.

Notable changes are:
* Better support for RETURN_GENERATED_KEYS, statements with RETURNING clause
* Avoid user-visible prepared-statement errors if client uses DEALLOCATE/DISCARD statements (invalidate cache when those statements detected)
* Avoid user-visible prepared-statement errors if client changes search_path (invalidate cache when set search_path detected)
* Support comments when replacing {fn ...} JDBC syntax

Vladimir

Re: 9.4.1210 release

From
Vladimir Sitnikov
Date:
Hi,

I've pushed pgjdbc 9.4.1210 to Maven Central.
The release includes 33 changes from 8 contributors.

Hopefully Dave will update jdbc.postgresq.orgl later (there's a minor update left: https://github.com/pgjdbc/www/pull/28 ).

Notable changes for 9.4.1210 are:
* Better support for RETURN_GENERATED_KEYS, statements with RETURNING clause
* Avoid user-visible prepared-statement errors if client uses DEALLOCATE/DISCARD statements (invalidate cache when those statements detected)
* Avoid user-visible prepared-statement errors if client changes search_path (invalidate cache when set search_path detected)
* Support comments when replacing {fn ...} JDBC syntax
* Support for Types.REF_CURSOR

Vladimir

Re: 9.4.1210 release

From
Vladimir Sitnikov
Date:
Hi,

I've pushed pgjdbc 9.4.1210 to Maven Central.
The release includes 33 changes from 8 contributors.

Hopefully Dave will update jdbc.postgresq.orgl later (there's a minor update left: https://github.com/pgjdbc/www/pull/28 ).

Notable changes for 9.4.1210 are:
* Better support for RETURN_GENERATED_KEYS, statements with RETURNING clause
* Avoid user-visible prepared-statement errors if client uses DEALLOCATE/DISCARD statements (invalidate cache when those statements detected)
* Avoid user-visible prepared-statement errors if client changes search_path (invalidate cache when set search_path detected)
* Support comments when replacing {fn ...} JDBC syntax
* Support for Types.REF_CURSOR

Vladimir