Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
This is a breaking change.
The protocol has been changed to support multiple hosts.
dependency
connection-string was updated from 0.4.2
to 1.1.0
.Update to this version instead π
dependency
connection-string was updated from 0.4.2
to 2.0.0
.dependency
connection-string was updated from 0.4.2
to 2.0.1
.Update to this version instead π
Minor code refactoring + documentation updates.
dependency
connection-string was updated from 0.4.2
to 2.1.0
.dependency
connection-string was updated from 0.4.2
to 2.2.0
.Update to this version instead π
Adding support for Virtual Properties - hostname
+ port
.
dependency
connection-string was updated from 0.4.2
to 2.3.0
.dependency
connection-string was updated from 0.4.2
to 2.4.0
.Update to this version instead π
Method toString now supports option passwordHash
, to generate a connection string with the password hashed, for secure logging. The option also accepts a string, to use a symbol other than the default #
.
const cs = new ConnectionString(':pass123@');
//=> {password: 'pass123'}
cs.toString({passwordHash: true});
//=> ':######@'
// cannot be parsed again, because # is not a valid symbol in the password
cs.toString({passwordHash: '*'});
//=> ':******@'
// can be parsed again, because * is allowed in the password directly
dependency
connection-string was updated from 0.4.2
to 2.4.1
.Update to this version instead π
dependency
connection-string was updated from 0.4.2
to 2.4.2
.dependency
connection-string was updated from 0.4.2
to 2.4.3
.dependency
connection-string was updated from 0.4.2
to 2.4.4
.dependency
connection-string was updated from 0.4.2
to 2.4.5
.dependency
connection-string was updated from 0.4.2
to 2.5.0
.dependency
connection-string was updated from 0.4.2
to 2.5.1
.dependency
connection-string was updated from 0.4.2
to 2.6.0
.dependency
connection-string was updated from 0.4.2
to 2.6.1
.dependency
connection-string was updated from 0.4.2
to 2.7.0
.dependency
connection-string was updated from 0.4.2
to 2.8.0
.dependency
connection-string was updated from 0.4.2
to 3.0.0
.dependency
connection-string was updated from 0.4.2
to 3.0.1
.dependency
connection-string was updated from 0.4.2
to 3.0.2
.dependency
connection-string was updated from 0.4.2
to 3.0.3
.dependency
connection-string was updated from 0.4.2
to 3.0.4
.dependency
connection-string was updated from 0.4.2
to 3.0.5
.dependency
connection-string was updated from 0.4.2
to 3.1.0
.dependency
connection-string was updated from 0.4.2
to 3.1.1
.dependency
connection-string was updated from 0.4.2
to 3.1.2
.dependency
connection-string was updated from 0.4.2
to 3.1.3
.dependency
connection-string was updated from 0.4.2
to 3.2.0
.There is no change log for this pull request yet.
Version 0.5.0 of connection-string was just published.
connection-string
The version 0.5.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of connection-string.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 6 commits.
9ac739c
adding tests
f45d0ad
improving params
f1da7c6
improving segments+params
65a3ff7
Merge branch 'master' of https://github.com/vitaly-t/connection-string
84cc98d
updating docs
32565fe
Update index.d.ts
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: