Skip to content

Commit a7c2b78

Browse files
committed
Update NEWS.md
1 parent e6748b2 commit a7c2b78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v4.0.0
8+
- Make [native bindings](https://github.com/brianc/node-pg-native.git) an optional install with `npm install pg-native`
9+
- No longer surround query result callback with `try/catch` block.
10+
- Remove built in COPY IN / COPY OUT support - better implementations provided by [pg-copy-streams](https://github.com/brianc/node-pg-copy-streams.git) and [pg-native](https://github.com/brianc/node-pg-native.git)
11+
712
### v3.6.0
813
- Include support for (parsing JSONB)[https://github.com/brianc/node-pg-types/pull/13] (supported in postgres 9.4)
914

0 commit comments

Comments
 (0)