42.5.0 released

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: 42.5.0 released
Date: 2022-08-24 17:50:41
Message-ID: CADK3HHKMCWdqPC_rMWx3uK4T_LZjqjYoY6rkyuscRJ977j4Wbg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The pgjdbc team has released 42.5.0 to address an issue introduced in improv:
type alias handling in TypeInfoCache by bokken · Pull Request #1986 ·
pgjdbc/pgjdbc (github.com) <https://github.com/pgjdbc/pgjdbc/pull/1986> where
float was aliased to float4.

It is now aliased to float8

Thanks to the hibernate team for catching this.

Regards,

Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message μtkarsh 2022-08-27 07:42:32 [pgjdbc/pgjdbc] a7fae4: Made website responsive and Added Changelogs (#2604)
Previous Message Dave Cramer 2022-08-24 17:46:54 [pgjdbc/pgjdbc] 695902: bump version for next release