-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: update pg-connection-string #2105
Conversation
hey thanks! I'll look at this tomorrow. Was out of town for a couple weeks. |
Hmm....do you know what breaking changes there were between the old version and this one? I definitely want to upgrade this, but I need to understand if this is going to be a breaking change for consumers of this library. That's fine if it is - I'll just need to bundle it up w/ the |
We discussed this a bit here: iceddev/pg-connection-string#22 tl;dr there were no intentional breaking changes |
awesome! Thanks for the update. I'll audit the code just for double-checking purposes, run the tests, etc. Also - if you're interested we can pull that module into this monorepo and keep it more lock-step versioned with the rest of node-postgres's stuff since it's one of the few direct dependencies pg takes outside of this monorepo. I'm happy to do maintenance on the module as well. Particularly around some ssl connection string improvements I'd like to make in the future. let me know how you feel about that - I'm happy to do the work on that! |
Also...since we're not entirely sure there aren't any breaking changes I'd be best to target this pr at the |
note: 8.0 should be going out this week or next, depending on when I get time to push the final ssl connection param changes out w/ tests - testing various ssl connections has been tricky to date, but I did some work recently on making it a bit easier including getting a self-signed cert locally & ensuring ssl connections are tested in travis. |
@brianc I do it is wise to move that dependency into this repo. I am not the owner of that repo, but I am the latest maintainer. The other maintainers are mostly inactive at this point. I too am happy to help however I can. |
Okay great! I'll get it moved over tomorrow provided I have time in the morning...otherwise...this weekend! Then I'll get it in the flow for the 8.0 branch release. |
Any update on this? Me and other folks in @pagerinc would like to contribute in the ssl settings parsing. |
Could you try this PR and confirm if it works as expected or not ? |
ha yeah sorry i have soooo many tasks I have to juggle w/ this library...I drop stuff on the floor sometimes. I'll migrate it over here this morning. |
This was me being lazy :) @brianc has been a great steward of postgres things. I'm happy with whatever the community wants to do with pg-connection-string |
i think we can close this one, thank for the update ! |
Hi,
Use a recent pg-connection-string release that handle much more cases (ex: ssl)
Thanks