Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pg to the latest version 🚀 #323

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 18, 2017

Version 7.0.0 of pg just got published.

Dependency pg
Current Version 6.4.1
Type dependency

The version 7.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of pg.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 64 commits.

  • cbbd8d4 Bump version
  • 8a1da11 Update changelog
  • 8cc7308 Merge pull request #1369 from brianc/7.0
  • ca4ac99 Re-implement other patch
  • f9390da Re-implement changes from conflict
  • 8bfdd39 Merge remote-tracking branch 'origin/master' into 7.0
  • f37acc4 Use valid semver in package.json
  • 111e08d Cleanup
  • ac3102e Add support for pg-native multi-row result
  • 28b330c Add JS driver support for multiple results
  • 8798e50 Re-enable eslint with standard format (#1367)
  • f7de9ce Non-array query values cause query to end with an error.
  • 27450d0 Throw on reconnect attempt
  • a83655a Remove console.log statement
  • da71ea5 Add query validity check

There are 64 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@codecov
Copy link

codecov bot commented Jul 18, 2017

Codecov Report

Merging #323 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #323   +/-   ##
=======================================
  Coverage   74.88%   74.88%           
=======================================
  Files          73       73           
  Lines        1342     1342           
  Branches       76       76           
=======================================
  Hits         1005     1005           
  Misses        336      336           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc9cd79...91c3dbc. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Jul 18, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 18, 2017

Version 7.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 0921daa Bump version
  • fc6d9c2 Merge pull request #1374 from charmander/node-minor-compatibility
  • 482c06b Update minimum Node version to 4.5.0
  • 14153f2 Update README.md
  • 0c24ff3 Update readme

See the full diff

@hakatashi
Copy link
Member

Sequelize + pg 7.0.1 のIssueが上がってきてるので、現状気軽にマージできない状態。
sequelize/sequelize#7985

はやくPostgresのテストができるようにしておきたい。(#294)

greenkeeper bot added a commit that referenced this pull request Jul 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 21, 2017

Version 7.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • c6ee200 Bump version
  • 40cc6aa Update utils.js
  • 66c6776 Make client.end return promise with active query
  • d4bb51f Merge pull request #1375 from billouboq/remove-unused-var
  • 5062f27 remove unused variable

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 4, 2017

Version 7.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2017

Version 7.1.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2017

Version 7.1.2 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 22, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2017

Version 7.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2017

Version 7.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • f66379f Bump version
  • dfc7214 Update changelog
  • f1336fc Change Makefile to use local eslint
  • ecab41c restore newline at end of file
  • 64eb77e new test for actual statement timeout
  • 175b688 remove pg-native from dependencies
  • 689bb25 fixes
  • 78fc903 remove .idea from gitignore
  • 8839d42 fixed test failure message
  • ad36063 support statement_timeout
  • 4936033 Check more default properties in configuration teset
  • d6e7dfe Replace poolSize by max in configuration test
  • 3b3e52c Prefer max over poolSize : max is the only property documented in node-pg-pool
  • 27492ef Remove properties no more used in node-pg-pool
  • c961888 Revert "Update Grammatical person"

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 4, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 4, 2017

Version 7.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 9da3a85 Bump version
  • fccf8e8 Update changelog
  • 894e2f2 Support Uint8Array values
  • 32537d5 Fix minor type in recent changelog entry
  • 19bfb2f Add postgresql to package.json keywords
  • c2da0ed Sort keywords in package.json
  • 74aaced Avoid modifying package.json or creating package-lock when running tests with npm 5
  • e087305 Update SPONSORS.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 5, 2018

Version 7.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • a664983 Bump version
  • 9825e7c Use Buffer.from instead of deprecated Buffer constructor
  • 70a8ee1 Don't repeat logic for reporting stream errors
  • 4cf67b2 Ignore socket hangup when ending connection also with ssl (#1344).
  • c9ca1da License date in README
  • 1e48733 Update license date
  • 6c723b2 Update SPONSORS.md
  • 56633a5 Update SPONSORS.md
  • 9870c86 Make tests compatible with PostgreSQL 10
  • 0b80aba Specify collation when relied on in tests

See the full diff

greenkeeper bot added a commit that referenced this pull request May 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 4, 2018

Version 7.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 83ede28 Bump version
  • 72db790 dont use dynamic functions to parse rows, closes #1417
  • 4905471 Add ability to specify checkServerIdentity callback
  • 831dfb1 Pass through portal properly
  • 9389527 Add comments to case branches, explaining code meanings
  • 3eb7375 Expand test to check for expected and unexpected errors
  • 7dd3b50 Add guard to test to not check errors for empty error messages
  • 5d32be4 Handle SSL negotiation errors more robustly
  • 0902d14 fix: end stream connection
  • 860928e Change test to use Buffer.from(...)
  • 272e9a5 Change network partition test to use socket.destroy()
  • b0c60cf Add node v10 to travis matrix
  • 8fb641e upgrade testing node versions
  • 87dd65f Merge pull request #1592 from chentsulin/patch-1
  • 875236f use net.Socket instead of net.Stream

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 3, 2018

  • The dependency pg was updated from 6.4.2 to 7.5.0.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 04a0ec7 Bump version
  • 8cf5a84 Update changelog
  • 3828aa8 Queued query errors (#1503)
  • fed6375 remove query.stream references
  • 11a4793 Add error handling for null params to Client.prototype.query()
  • e7602bc Merge pull request #1701 from gajus/issue-1699
  • 00d749c refactor: simplify the escapeIdentifier logic
  • 6c840aa Merge pull request #1692 from askmike/patch-1
  • 9bfd4bf [test] g/provded/provided
  • a9b3ef7 Merge pull request #1684 from dominicletz/patch-1
  • 28e66cc Use pool constructor to pass pool size
  • 2ea5f91 Replace poolSize by max in error test
  • 1cbd507 Merge pull request #1677 from sehrope/fix-network-partition-test-race
  • 2dc5c68 Change network partition test to wait for client socket creation prior to destroy
  • 3ac356a Bump version

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2018

  • The dependency pg was updated from 6.4.2 to 7.6.0.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • a3295b4 Bump version
  • 034eb34 Update changelog
  • d468b6a Update SPONSORS.md
  • badf0a1 Update ESLint (#1753)
  • 1cf1e05 Allow a custom type to be used for Client promises (#1518)
  • ff6fe1e Execute tests on Node 11 in CI (#1752)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2018

  • The dependency pg was updated from 6.4.2 to 7.6.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 25, 2019

  • The dependency pg was updated from 6.4.2 to 7.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2019

  • The dependency pg was updated from 6.4.2 to 7.12.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

  • The dependency pg was updated from 6.4.2 to 7.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2019

  • The dependency pg was updated from 6.4.2 to 7.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 17, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 17, 2019

  • The dependency pg was updated from 6.4.2 to 7.15.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2019

  • The dependency pg was updated from 6.4.2 to 7.15.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 26, 2019

  • The dependency pg was updated from 6.4.2 to 7.15.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2019

  • The dependency pg was updated from 6.4.2 to 7.16.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 28, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 28, 2019

  • The dependency pg was updated from 6.4.2 to 7.16.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2019

  • The dependency pg was updated from 6.4.2 to 7.17.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 10, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2020

  • The dependency pg was updated from 6.4.2 to 7.17.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 29, 2020

  • The dependency pg was updated from 6.4.2 to 7.18.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The dependency pg was updated from 6.4.2 to 7.18.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2020

  • The dependency pg was updated from 6.4.2 to 7.18.2.

Update to this version instead 🚀

@greenkeeper greenkeeper bot closed this Mar 25, 2020
@greenkeeper greenkeeper bot deleted the greenkeeper/pg-7.0.0 branch March 25, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant