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 🚀 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jul 18, 2017

Version 7.0.0 of pg just got published.

Dependency pg
Current Version 6.4.1
Type devDependency

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 🌴

greenkeeper bot added a commit that referenced this pull request Jul 18, 2017
@greenkeeper
Copy link
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

greenkeeper bot added a commit that referenced this pull request Jul 21, 2017
@greenkeeper
Copy link
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
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
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
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
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
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
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
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

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.

0 participants