Skip to content

Commit e372603

Browse files
author
dkarpman
committed
Merge remote-tracking branch 'upstream/master'
2 parents 5f20218 + 587cb0a commit e372603

32 files changed

+604
-716
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 0.8
43
- "0.10"
54
before_script:
65
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres

CHANGELOG.md

-197
This file was deleted.

NEWS.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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+
### v3.6.0
8+
- Include support for (parsing JSONB)[https://github.com/brianc/node-pg-types/pull/13] (supported in postgres 9.4)
9+
10+
### v3.5.0
11+
- Include support for parsing boolean arrays
12+
13+
### v3.4.0
14+
- Include port as connection parameter to [unix sockets](https://github.com/brianc/node-postgres/pull/604)
15+
- Better support for odd [date parsing](https://github.com/brianc/node-pg-types/pull/8)
16+
17+
### v3.2.0
18+
19+
- Add support for parsing [date arrays](https://github.com/brianc/node-pg-types/pull/3)
20+
- Expose array parsers on [pg.types](https://github.com/brianc/node-pg-types/pull/2)
21+
- Allow [pool](https://github.com/brianc/node-postgres/pull/591) to be configured
22+
23+
24+
### v3.1.0
25+
26+
- Add [count of the number of times a client has been checked out from the pool](https://github.com/brianc/node-postgres/pull/556)
27+
- Emit `end` from `pg` object [when a pool is drained](https://github.com/brianc/node-postgres/pull/571)
28+
729
### v3.0.0
830

931
#### Breaking changes

0 commit comments

Comments
 (0)