-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency pg to v8 #34
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
=======================================
Coverage 78.64% 78.64%
=======================================
Files 28 28
Lines 412 412
Branches 56 56
=======================================
Hits 324 324
Misses 88 88 Continue to review full report at Codecov.
|
aa76917 to
6a0ae6a
Compare
6a0ae6a to
6033332
Compare
9db9722 to
f8436fb
Compare
f8436fb to
61d5387
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
61d5387 to
980ab87
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
980ab87 to
7eed469
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
7eed469 to
4e1b092
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
4e1b092 to
760a4eb
Compare
|
Kudos, SonarCloud Quality Gate passed! |
760a4eb to
0cb748a
Compare
5c93c20 to
dc4d927
Compare
|
Kudos, SonarCloud Quality Gate passed! |
dc4d927 to
5549d38
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
5549d38 to
b5a30e2
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
b5a30e2 to
1010527
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
1010527 to
74f9fec
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
74f9fec to
4f7f9e1
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
a8440a5 to
7aa803a
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
d3eb63c to
f97d115
Compare
|
f97d115 to
5c8a03a
Compare
|
5c8a03a to
8490e28
Compare
|
8490e28 to
4ee377d
Compare
|
89278d4 to
549703c
Compare
83c1202 to
fbb951a
Compare
7296e95 to
3f7483e
Compare
3f7483e to
dfd523d
Compare
94a7842 to
16b0f5b
Compare
16b0f5b to
6cd2d78
Compare
|
f6ab52b to
acb2525
Compare
acb2525 to
2aae216
Compare
|












This PR contains the following updates:
=7.18.2→=8.18.0Release Notes
brianc/node-postgres (pg)
v8.18.0Compare Source
connect(previously it wasvoid).v8.17.2Compare Source
v8.17.1Compare Source
v8.17.0Compare Source
v8.16.3Compare Source
v8.16.2Compare Source
v8.16.1Compare Source
v8.16.0Compare Source
v8.15.6Compare Source
v8.15.5Compare Source
v8.15.2Compare Source
v8.15.1Compare Source
v8.15.0Compare Source
v8.14.1Compare Source
v8.14.0Compare Source
v8.13.3Compare Source
v8.13.2Compare Source
v8.13.1Compare Source
v8.13.0Compare Source
v8.12.0Compare Source
queryModeconfig option to force use of the extended query protocol on queries without any parameters.v8.11.6Compare Source
v8.11.5Compare Source
v8.11.4Compare Source
v8.11.3Compare Source
v8.11.2Compare Source
v8.11.1Compare Source
v8.11.0Compare Source
v8.10.0Compare Source
releaseevent when client is returned to the pool.v8.9.0Compare Source
v8.8.0Compare Source
pool.query.allowExitOnIdleis enabled).lock_timeoutin client config.pg-pool@3.5.0
pg@8.7.0
pg-cursor@2.7.0
pg@8.6.0
--isolatedModules.pg-query-stream@4.0.0
pg@8.5.0
pg@8.4.0
DatabaseErrorfrom pg-protocol.sslmodein the connection string.pg@8.3.0
{ options: string }field on client/pool config.pg@8.2.0
pg-cursor@2.2.0
pg-query-stream@3.1.0
pg@8.1.0
pg-connection-string. This includes better support for SSL argument parsing from connection strings and ensures continuity of support.&ssl=no-verifyoption to connection string andPGSSLMODE=no-verifyenvironment variable support for the pure JS driver. This is equivalent of passing{ ssl: { rejectUnauthorized: false } }to the client/pool constructor. The advantage of having support in connection strings and environment variables is it can be "externally" configured via environment variables and CLI arguments much more easily, and should remove the need to directly edit any application code for the SSL default changes in 8.0. This should make usingpg@8.xsignificantly less difficult on environments like Heroku for example.pg-pool@3.2.0
pgimpactpg-poolas they both use the same connection parameter and connection string parsing code for configuring SSL.pg-pool@3.1.0
pg@8.0.0
note: for detailed release notes please check here
6 ltsfrom the test matrix.pg>=8.0may still work on older versions but it is no longer officially supported.rejectUnauthorizedwith the SSL connection parameters. Previously we defaulted torejectUnauthorized: falsewhen it was not specifically included. We now default torejectUnauthorized: true.Manually specify{ ssl: { rejectUnauthorized: false } }for old behavior.userconfig option if available. Previouslyprocess.env.USERwas used.pg.Poolandpg.Queryto be an es6 class.pg.nativenon enumerable.noticemessages are no longer instances ofError.pg@7.18.0
rejectUnauthorizedfromfalsetotruemaking things more secure in the general use case.pg-query-stream@3.0.0
stream.closetostream.destroywhich is the official way to terminate a readable stream. This is a breaking change if you rely on thestream.closemethod on pg-query-stream...though should be just a find/replace type operation to upgrade as the semantics remain very similar (not exactly the same, since internals are rewritten, but more in line with how streams are "supposed" to behave).config.batchSizeandconfig.highWaterMarkto both do the same thing: control how many rows are buffered in memory. TheReadableStreamwill manage exactly how many rows are requested from the cursor at a time. This should give better out of the box performance and help with efficient async iteration.pg@7.17.0
idle_in_transaction_session_timeoutoption.7.16.0
7.15.0
new.7.14.0
7.13.0
7.12.0
7.11.0
7.10.0
7.9.0
7.8.0
7.7.0
7.6.0
7.5.0
nullorundefinedtoclient.query.7.4.0
7.3.0
7.2.0
7.1.0
Enhancements
7.0.0
Breaking Changes
4.x.pg.connectpg.endandpg.cancelsingleton methods.Client#connect(callback)now returnsundefined. It used to return an event emitter.2.x.2.x.SELECT 1; SELECT 2;are now returned as an array of results instead of a single result with 1 array containing rows from both queries.Please see here for a migration guide
Enhancements
Client#connect() => Promise<void>andClient#end() => Promise<void>calls. Promises are now returned from all async methods on clients if and only if no callback was supplied to the method.connectionTimeoutMillisto pg-pool.v6.2.0
replicationStartmessages.v6.1.0
client.endmethod. The native client already supported this.v6.0.0
Breaking Changes
pg.pools. There is still a reference kept to the pools created & tracked bypg.connectbut it has been renamed, is considered private, and should not be used. Accessing this API directly was uncommon and was supposed to be private but was incorrectly documented on the wiki. Therefore, it is a breaking change of an (unintentionally) public interface to remove it by renaming it & making it private. Eventuallypg.connectitself will be deprecated in favor of instantiating pools directly vianew pg.Pool()so this property should become completely moot at some point. In the mean time...check out the new features...New features
pg.connect. The pg-pool constructor is exported from node-postgres atrequire('pg').Pool. It provides a backwards compatible interface withpg.connectas well as a promise based interface & additional niceties.You can now create an instance of a pool and don't have to rely on the
pgsingleton for anything:Promise support & other goodness lives now in pg-pool.
Please read the readme at pg-pool for the full api.
This should help with backends incorrectly considering idle clients to be dead and prematurely disconnecting them.
v5.1.0
client.queryimplement the promise interface. This is the first step towards promisifying more of the node-postgres api.Example:
v5.0.0
Breaking Changes
require('pg').nativenow returns null if the native bindings cannot be found; previously, this threw an exception.New Features
undefinedas a query parameterdefaults.connectionStringreturnToHeadbeing passed to generic poolv4.5.0
v4.4.0
stderrif a named query exceeds 63 characters which is the max length supported by postgres.v4.3.0
pg-typessemver. Allow it to float againstpg-types@1.x.v4.2.0
v4.1.0
v4.0.0
npm install pg-nativetry/catchblock.v3.6.0
v3.5.0
v3.4.0
v3.2.0
v3.1.0
endfrompgobject when a pool is drainedv3.0.0
Breaking changes
After some discussion it was decided node-postgres was non-compliant in how it was handling DATE results. They were being converted to UTC, but the PostgreSQL documentation specifies they should be returned in the client timezone. This is a breaking change, and if you use the
datetype you might want to examine your code and make sure nothing is impacted.pg@v2.0 included changes to not convert large integers into their JavaScript number representation because of possibility for numeric precision loss. The same types in arrays were not taken into account. This fix applies the same type of type-coercion rules to arrays of those types, so there will be no more possible numeric loss on an array of very large int8s for example. This is a breaking change because now a return type from a query of
int8[]will contain string representationsof the integers. Use your favorite JavaScript bignum module to represent them without precision loss, or punch over the type converter to return the old style arrays again.
Single
dateparameters were properly sent to the PostgreSQL server properly in local time, but an input array of dates was being changed into utc dates. This is a violation of what PostgreSQL expects. Small breaking change, but none-the-less something you should check out if you are inserting an array of dates.endevent if it ends due to an errorThis is a small change to bring the semantics of query more in line with other EventEmitters. The tests all passed after this change, but I suppose it could still be a breaking change in certain use cases. If you are doing clever things with the
endanderrorevents of a query object you might want to check to make sure its still behaving normally, though it is most likely not an issue.New features
prepareValueThe long & short of it is now any object you supply in the list of query values will be inspected for a
.toPostgresmethod. If the method is present it will be called and its result used as the raw text value sent to PostgreSQL for that value. This allows the same type of custom type coercion on query parameters as was previously afforded to query result values.If domains are active node-postgres will honor them and do everything it can to ensure all callbacks are properly fired in the active domain. If you have tried to use domains with node-postgres (or many other modules which pool long lived event emitters) you may have run into an issue where the active domain changes before and after a callback. This has been a longstanding footgun within node-postgres and I am happy to get it fixed.
Avoids a scenario where your pool could fill up with disconnected & unusable clients.
To provide better documentation and a clearer explanation of how to override the query result parsing system we broke the type converters into their own module. There is still work around removing the 'global-ness' of the type converters so each query or connection can return types differently, but this is a good first step and allow a lot more obvious way to return int8 results as JavaScript numbers, for example
v2.11.0
v2.10.0
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5.0
pg.defaults.parseInt8 = truev2.4.0
v2.3.0
Due to the low usage & required compiled dependency this will be pushed into a 3rd party add-on
v2.2.0
v2.1.0
v2.0.0
For more information see #353
If you are unhappy with these changes you can always override the built in type parsing fairly easily.
v1.3.0
v1.2.0
v1.1.0
JSONdata type for PostgreSQL Server @ v9.2.0 or greaterv1.0.0
pg.connectnow requires 3 argumentsStringv0.15.0
endwhen disconnected from back-end serverv0.14.0
v8.7.3Compare Source
v8.7.1Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
--isolatedModules.v8.5.1Compare Source
v8.5.0Compare Source
v8.4.2Compare Source
v8.4.1Compare Source
v8.4.0Compare Source
DatabaseErrorfrom pg-protocol.sslmodein the connection string.v8.3.3Compare Source
v8.3.2Compare Source
v8.3.0Compare Source
{ options: string }field on client/pool config.v8.2.2Compare Source
v8.2.1Compare Source
v8.2.0Compare Source
v8.1.0Compare Source
pg-connection-string. This includes better support for SSL argument parsing from connection strings and ensures continuity of support.&ssl=no-verifyoption to connection string andPGSSLMODE=no-verifyenvironment variable support for the pure JS driver. This is equivalent of passing{ ssl: { rejectUnauthorized: false } }to the client/pool constructor. The advantage of having support in connection strings and environment variables is it can be "externally" configured via environment variables and CLI arguments much more easily, and should remove the need to directly edit any application code for the SSL default changes in 8.0. This should make usingpg@8.xsignificantly less difficult on environments like Heroku for example.v8.0.3Compare Source
v8.0.2Compare Source
v8.0.1Compare Source
v8.0.0Compare Source
note: for detailed release notes please check here
6 ltsfrom the test matrix.pg>=8.0may still work on older versions but it is no longer officially supported.rejectUnauthorizedwith the SSL connection parameters. Previously we defaulted torejectUnauthorized: falsewhen it was not specifically included. We now default torejectUnauthorized: true.Manually specify{ ssl: { rejectUnauthorized: false } }for old behavior.userconfig option if available. Previouslyprocess.env.USERwas used.pg.Poolandpg.Queryto be an es6 class.pg.nativenon enumerable.noticemessages are no longer instances ofError.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.