-
Notifications
You must be signed in to change notification settings - Fork 18
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
W-11165796: Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 old renovate pr #558
Conversation
d4922da
to
89ca9c4
Compare
89ca9c4
to
8868710
Compare
8868710
to
ea5cc58
Compare
a38742b
to
0c09f75
Compare
0c09f75
to
f5666ff
Compare
f5666ff
to
5d05291
Compare
Added
Changed
Fixed issues
|
I changed the version to 11.2.0.jre8 |
BREAKING CHANGE Encrypt = strict There is one breaking change in the 11.2 release over previous production releases. To support the new TDS 8.0 protocol where TLS encryption is negotiated before TDS, a new Encrypt option has been added, "strict". This required changing the getEncrypt() API to return a string instead of just a Boolean. Setting Encrypt to "strict" causes the driver to negotiate a TLS connection to the server first, instead of previous behavior where TDS was negotiated, then, if using encryption, TLS would be negotiated inside the TDS stream. Negotiating TLS first means all TDS connection and feature negotiation happens over an encrypted channel. To read more about TDS 8.0 in SQL Server, see the SQL Server online documentation. |
Closing this pr as it is generated by old renovate app and marked as ghost |
This PR contains the following updates:
7.0.0.jre8
->11.2.1.jre18
Configuration
📅 Schedule: Branch creation - "after 8pm every weekday,every weekend,before 8am every weekday" in timezone America/Argentina/Buenos_Aires, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.