Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brianc/node-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.8.0
Choose a base ref
...
head repository: brianc/node-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.8.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 20, 2019

  1. Bump packet-reader version (#1840)

    * Bump packet-reader version
    
    This should fix the deprecation warning from using `new Buffer`.
    
    * Remove node 11 tests - its a non-stable (odd) version
    brianc authored Feb 20, 2019
    Copy the full SHA
    bf84db7 View commit details
  2. Bump version

    brianc committed Feb 20, 2019
    Copy the full SHA
    e0ebdef View commit details
Showing with 2 additions and 5 deletions.
  1. +0 −3 .travis.yml
  2. +2 −2 package.json
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,6 @@ matrix:
- node_js: "10"
addons:
postgresql: "9.6"
- node_js: "11"
addons:
postgresql: "9.6"
- node_js: "lts/carbon"
addons:
postgresql: "9.1"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg",
"version": "7.8.0",
"version": "7.8.1",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@@ -20,7 +20,7 @@
"main": "./lib",
"dependencies": {
"buffer-writer": "2.0.0",
"packet-reader": "0.3.1",
"packet-reader": "1.0.0",
"pg-connection-string": "0.1.3",
"pg-pool": "^2.0.4",
"pg-types": "~2.0.0",