Skip to content

Commit

Permalink
Updated changelog, pom.xml and gradle files for preview (#1810)
Browse files Browse the repository at this point in the history
* Updated changelog, pom.xml and gradle files for preview

* Updated license file with preview version
  • Loading branch information
tkyc committed Apr 21, 2022
1 parent f9e988c commit e11d7f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [11.1.1] Preview Release
### Added
- Added support for JDK 18 [1802](https://github.com/microsoft/mssql-jdbc/pull/1802)
- Added support for bulk insert of null guid values [1778](https://github.com/microsoft/mssql-jdbc/pull/1778)
- Added ALPN for TDSS connections [1795](https://github.com/microsoft/mssql-jdbc/pull/1795)
### Changed
- Updated dependency versions of azure-keyvault and azure-identity [1798](https://github.com/microsoft/mssql-jdbc/pull/1798)
- Refactored Idle Connection Resiliency timeout to use existing SharedTimer [1794](https://github.com/microsoft/mssql-jdbc/pull/1794)
### Fixed issues
- Fixed check that mistakenly assigns wrong column encryption versions to attestation protocols [1805](https://github.com/microsoft/mssql-jdbc/pull/1805)


## [11.1.0] Preview Release
### Added
- Added new connection string property prepareMethod to toggle use of sp_prepare [1719](https://github.com/microsoft/mssql-jdbc/pull/1719)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@

apply plugin: 'java'

version = '11.1.1-SNAPSHOT'
version = '11.1.1'
def jreVersion = ""
def testOutputDir = file("build/classes/java/test")
def archivesBaseName = 'mssql-jdbc'
Expand Down
2 changes: 1 addition & 1 deletion mssql-jdbc_auth_LICENSE
@@ -1,5 +1,5 @@
MICROSOFT SOFTWARE LICENSE TERMS
MICROSOFT JDBC DRIVER 11.1 FOR SQL SERVER
MICROSOFT JDBC DRIVER 11.1.1 FOR SQL SERVER

These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.1.1-SNAPSHOT</version>
<version>11.1.1</version>
<packaging>jar</packaging>

<name>Microsoft JDBC Driver for SQL Server</name>
Expand Down

0 comments on commit e11d7f1

Please sign in to comment.