Release 42.2.7 officially released

Dave Cramer <[email protected]> Tue, 10 Sep 2019 17:09:20 -0400
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <CADK3HHLEC=aJ3VS2DsVrM4CUz6rO211F731fqK9PKfDZiZbgUA@mail.gmail.com>
--0000000000001a87190592395284
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi folks,

We have released 42.2.7


Thanks to everyone who contributed.


Notable changes are

Added

   - Expose parameter status messages (GUC_REPORT) to the user PR 1435
   <https://github.com/pgjdbc/pgjdbc/pull/1435>
   - Add automatic module name to manifest for jdk9+ PR 1538
   <https://github.com/pgjdbc/pgjdbc/pull/1538>
   - Log ignoring rollback when no transaction in progress PR 1549
   <https://github.com/pgjdbc/pgjdbc/pull/1549>
   - Map inet type to InetAddress PR 1527
   <https://github.com/pgjdbc/pgjdbc/pull/1527> issue 1134
   <https://github.com/pgjdbc/pgjdbc/issues/1134>

Fixed

   - fix issue 1547 <https://github.com/pgjdbc/pgjdbc/issues/1547> As long
   as peek returns some bytes do not reset the timeout, this allows us to
   continue checking until any async notifies are consumed PR 1548
   <https://github.com/pgjdbc/pgjdbc/pull/1548>
   - fix: issue 1466 <https://github.com/pgjdbc/pgjdbc/issues/1466> In
   logical decoding the if the backend was requesting a reply we=E2=80=A6 P=
R 1467
   <https://github.com/pgjdbc/pgjdbc/pull/1467>
   - fix: issue 1534 <https://github.com/pgjdbc/pgjdbc/issues/1534> Prolept=
ic
   java.time support PR 1539 <https://github.com/pgjdbc/pgjdbc/pull/1539>
   - fix Ensure isValid() will not last more than timeout seconds PR 1557
   <https://github.com/pgjdbc/pgjdbc/pull/1557>


Dave Cramer

--0000000000001a87190592395284
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi folks,<div><br></div><div>We have released 42.2.7</div>=
<div><br></div><div><br></div><div>Thanks to everyone who contributed.</div=
><div><br></div><div><br></div><div>Notable changes are=C2=A0</div><div><br=
></div><div><h3 style=3D"font-size:1em;margin:1.2em 0em;color:rgb(102,102,1=
02);font-family:verdana,sans-serif">Added</h3><ul style=3D"font-size:11.04p=
x;line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em;color:rgb(0,0,0);f=
ont-family:verdana,sans-serif"><li style=3D"font-size:1em;line-height:1.2em=
;margin-top:0.2em;margin-bottom:0.1em">Expose parameter status messages (GU=
C_REPORT) to the user=C2=A0<a href=3D"https://github.com/pgjdbc/pgjdbc/pull=
/1435" style=3D"color:rgb(0,78,102)">PR 1435</a></li><li style=3D"font-size=
:1em;line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em">Add automatic =
module name to manifest for jdk9+=C2=A0<a href=3D"https://github.com/pgjdbc=
/pgjdbc/pull/1538" style=3D"color:rgb(0,78,102)">PR 1538</a></li><li style=
=3D"font-size:1em;line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em">L=
og ignoring rollback when no transaction in progress=C2=A0<a href=3D"https:=
//github.com/pgjdbc/pgjdbc/pull/1549" style=3D"color:rgb(0,78,102)">PR 1549=
</a></li><li style=3D"font-size:1em;line-height:1.2em;margin-top:0.2em;marg=
in-bottom:0.1em">Map inet type to InetAddress=C2=A0<a href=3D"https://githu=
b.com/pgjdbc/pgjdbc/pull/1527" style=3D"color:rgb(0,78,102)">PR 1527</a>=C2=
=A0<a href=3D"https://github.com/pgjdbc/pgjdbc/issues/1134" style=3D"color:=
rgb(0,78,102)">issue 1134</a></li></ul><h3 style=3D"font-size:1em;margin:1.=
2em 0em;color:rgb(102,102,102);font-family:verdana,sans-serif">Fixed</h3><u=
l style=3D"font-size:11.04px;line-height:1.2em;margin-top:0.2em;margin-bott=
om:0.1em;color:rgb(0,0,0);font-family:verdana,sans-serif"><li style=3D"font=
-size:1em;line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em">fix=C2=A0=
<a href=3D"https://github.com/pgjdbc/pgjdbc/issues/1547" style=3D"color:rgb=
(0,78,102)">issue 1547</a>=C2=A0As long as peek returns some bytes do not r=
eset the timeout, this allows us to continue checking until any async notif=
ies are consumed=C2=A0<a href=3D"https://github.com/pgjdbc/pgjdbc/pull/1548=
" style=3D"color:rgb(0,78,102)">PR 1548</a></li><li style=3D"font-size:1em;=
line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em">fix:=C2=A0<a href=
=3D"https://github.com/pgjdbc/pgjdbc/issues/1466" style=3D"color:rgb(0,78,1=
02)">issue 1466</a>=C2=A0In logical decoding the if the backend was request=
ing a reply we=E2=80=A6=C2=A0<a href=3D"https://github.com/pgjdbc/pgjdbc/pu=
ll/1467" style=3D"color:rgb(0,78,102)">PR 1467</a></li><li style=3D"font-si=
ze:1em;line-height:1.2em;margin-top:0.2em;margin-bottom:0.1em">fix:=C2=A0<a=
 href=3D"https://github.com/pgjdbc/pgjdbc/issues/1534" style=3D"color:rgb(0=
,78,102)">issue 1534</a>=C2=A0Proleptic java.time support=C2=A0<a href=3D"h=
ttps://github.com/pgjdbc/pgjdbc/pull/1539" style=3D"color:rgb(0,78,102)">PR=
 1539</a></li><li style=3D"font-size:1em;line-height:1.2em;margin-top:0.2em=
;margin-bottom:0.1em">fix Ensure isValid() will not last more than timeout =
seconds=C2=A0<a href=3D"https://github.com/pgjdbc/pgjdbc/pull/1557" style=
=3D"color:rgb(0,78,102)">PR 1557</a></li></ul><br class=3D"gmail-Apple-inte=
rchange-newline"><div><div dir=3D"ltr" class=3D"gmail_signature" data-smart=
mail=3D"gmail_signature">Dave Cramer</div></div></div></div>

--0000000000001a87190592395284--