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.6 #39

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.6.

Changelog *Sourced from [postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).* > ## [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 > - `ssl=true` implies `sslmode=verify-full`, that is it requires valid server certificate [cdeeaca4](https://github.com/pgjdbc/pgjdbc/commit/cdeeaca47dc3bc6f727c79a582c9e4123099526e) > > ### Added > - Support for `sslmode=allow/prefer/require` [cdeeaca4](https://github.com/pgjdbc/pgjdbc/commit/cdeeaca47dc3bc6f727c79a582c9e4123099526e) > > ### Fixed > - Security: added server hostname verification for non-default SSL factories in `sslmode=verify-full` (CVE-2018-10936) [cdeeaca4](https://github.com/pgjdbc/pgjdbc/commit/cdeeaca47dc3bc6f727c79a582c9e4123099526e) > - Updated documentation on SSL configuration [fa032732](https://github.com/pgjdbc/pgjdbc/commit/fa032732acfe51c6e663ee646dd5c1beaa1af857) > - Updated Japanese translations [PR 1275](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1275) > - IndexOutOfBounds on prepared multistatement with insert values [c2885dd0](https://github.com/pgjdbc/pgjdbc/commit/c2885dd0cfc793f81e5dd3ed2300bb32476eb14a) > > ## [42.2.4] (2018-07-14) > ### Changed > - PreparedStatement.setNull(int parameterIndex, int t, String typeName) no longer ignores the typeName > argument if it is not null [PR 1160](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1160) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/pgjdbc/pgjdbc/commits/REL42.2.6)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 #46.