Skip to content
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

Release 1.15.0 #477

Closed
arthurschreiber opened this issue Nov 12, 2016 · 8 comments
Closed

Release 1.15.0 #477

arthurschreiber opened this issue Nov 12, 2016 · 8 comments

Comments

@arthurschreiber
Copy link
Collaborator

arthurschreiber commented Nov 12, 2016

I plan to release the next version of tedious, 1.15.0 "Alive and Kicking" soon.

Here's the changelog so far:


What's New

  • Multi Subnet Failover #362 tedious now has better support for SQLServer instances configured for High Availability! If the DNS name for the SQLServer instance you're connecting to resolves to multiple IP addresses, tedious will now sequentially try to connect to each of them, and will stop after the first successful connection. There's now also support for the multiSubnetFailover connection option, which allows to connect to all resolved IP addresses in parallel and will use whichever connection was established first. Thanks @chrislukkk!

  • Add options.trustServerCertificate. #419 When establishing an encrypted connection to a server, tedious never actually verified the certificate presented by the server. As this is probably not a good idea from a security standpoint, there is a new trustServerCertificate connection option that you can set to false to enforce certificate verification. The default behaviour did not change, but will in a future release. Thanks @SimonHooker!

Fixed


Did I miss anything important?

/cc @tvrprasad @SaloniSonpal @patriksimek

@patriksimek
Copy link
Collaborator

patriksimek commented Nov 12, 2016

Great contributions! Thanks for all your effort.

@tvrprasad
Copy link
Contributor

This is great @arthurschreiber!

Did I miss anything important?

Can we merge the unit tests for Multi Subnet Failover Feature (#362)
#444

@jjg1914
Copy link

jjg1914 commented Nov 29, 2016

@arthurschreiber Is there any ETA on this being released? Would love to have the multiSubnetFailover feature!

@arthurschreiber
Copy link
Collaborator Author

arthurschreiber commented Dec 4, 2016

@arthurschreiber Is there any ETA on this being released? Would love to have the multiSubnetFailover feature!

There is one last thing missing before we can push out a release, and that's compatibility between multiSubnetFailover and connecting via a instance lookup (https://github.com/tediousjs/tedious/blob/master/src/instance-lookup.js).

Once that is resolved, I'll push the new tedious release ASAP.

@jjg1914
Copy link

jjg1914 commented Feb 13, 2017

@arthurschreiber Just want to check up on this again, real excited for this feature!

Is there anything I could do to help move this along?

@carlosman
Copy link
Contributor

@arthurschreiber Please, consider reviewing #501 for this release. It is simple. It works and should be an available option.

@tvrprasad
Copy link
Contributor

@jjg1914 PR is in code review - #502. Any time now :-)

@ariskemper
Copy link
Contributor

Any progress on new release ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants