timmattison / brick-rope

GNU General Public License v2.0
0 stars 1 forks source link

Bump postgresql from 9.3-1102-jdbc41 to 42.2.7 #46

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps postgresql from 9.3-1102-jdbc41 to 42.2.7.

Changelog *Sourced from [postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).* > ## [42.2.7] (2019-09-03) > ### Changed > > > ### Added > - Expose parameter status messages (GUC_REPORT) to the user [PR 1435](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1435) > - Add automatic module name to manifest for jdk9+ [PR 1538](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1538) > - Log ignoring rollback when no transaction in progress [PR 1549](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1549) > - Map inet type to InetAddress [PR 1527](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1527) [issue 1134](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1134) > > ### Fixed > - fix [issue 1547](https://github-redirect.dependabot.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-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1548) > - fix: [issue 1466](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1466) In logical decoding the if the backend was requesting a reply we… [PR 1467](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1467) > - fix: [issue 1534](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1534) Proleptic java.time support [PR 1539](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1539) > - fix Ensure isValid() will not last more than timeout seconds [PR 1557](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1557) > ## [42.2.6] (2019-06-19) > ### Known issues > - Waffle has [dropped support](https://github.com/Waffle/waffle/releases/tag/waffle-1.9.0) for 1.6, 1.7 as such the new waffle 1.9.x is only available in jre8 > - Microseconds in timestamps might be truncated when transferred in binary mode > - 24:00 time handling is not consistent [issue 1385](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1385) > - Unexpected packet type during stream replication [issue 1466](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1466) > - Driver goes missing after OSGi bundle restart [issue 1476](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1476) > ### Changed > - Change IS_GENERATED to IS_GENERATEDCOLUMN as per spec [PR 1485](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1485) > - Fix missing metadata columns, and misspelled columns in PgDatabaseMetaData#getTables [PR 1323](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1323) > > ### Added > - CI tests with Java 11, and Java EA > - Support temporary replication slots in ReplicationCreateSlotBuilder [PR 1306](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1306) > - Support PostgreSQL 11, 12 > - Return function (PostgreSQL 11) columns in PgDatabaseMetaData#getFunctionColumns > - Return information on create replication slot, now the snapshot_name is exported > to allow a consistent snapshot in some uses cases. [PR 1335](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1335) > > ### Fixed > - Fixed async copy performance (1ms per op) in SSL mode [PR 1314](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1314) > - Return Double.NaN for 'NaN'::numeric [PR 1304](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1304) > - Performance issue in PgDatabaseMetaData#getTypeInfo with lots of types in DB [PR 1302](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1302) > - PGCopyInputStream#read should cap values to [0, 255], -1 [PR 1349](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1349) > - Fixes LocalDateTime handling of BC dates [PR 1388](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1388) > - Release savepoints in autosave mode to prevent out of shared memory errors at the server side [PR 1409](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1409) > - Fix execution with big decimal in simple query mode. [PR 1463](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1463) > - Fix rounding for timestamps truncated to dates before 1970 [PR 1502](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1502) > > > ## [42.2.5] (2018-08-27) > ### Known issues > - 1ms per async copy call [issue 1312](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1312) > > ### Changed > ... (truncated)
Commits - See full diff in [compare view](https://github.com/pgjdbc/pgjdbc/commits/REL42.2.7)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #47.