You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,17 @@ The two share the same interface so __no other code changes should be required__
82
82
* bulk import & export with `COPY TO/COPY FROM`
83
83
* extensible js<->postgresql data-type coercion
84
84
85
+
## Heads Up!!
86
+
87
+
node-postgres is __very__ near to v1.0.0 release. Up until now I've tried to maintain all backwards compatilbity, but there are a few breaking changes the community has recommended I introduce.
88
+
89
+
The current version will spit out deprecation warnings when you use the soon-to-be-deprecated features. They're meant to be obtrusive and annoying. Understandable if you'd like to disable them.
90
+
91
+
You can do so like this: `pg.defaults.hideDeprecationWarnings = true;`
92
+
93
+
These are the breaking changes: https://github.com/brianc/node-postgres/pull/301
94
+
95
+
85
96
## Documentation
86
97
87
98
Documentation is a work in progress primarily taking place on the github WIKI
0 commit comments