Skip to content

Commit e11d7f1

Browse files
authored
Updated changelog, pom.xml and gradle files for preview (#1810)
* Updated changelog, pom.xml and gradle files for preview * Updated license file with preview version
1 parent f9e988c commit e11d7f1

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [11.1.1] Preview Release
7+
### Added
8+
- Added support for JDK 18 [1802](https://github.com/microsoft/mssql-jdbc/pull/1802)
9+
- Added support for bulk insert of null guid values [1778](https://github.com/microsoft/mssql-jdbc/pull/1778)
10+
- Added ALPN for TDSS connections [1795](https://github.com/microsoft/mssql-jdbc/pull/1795)
11+
### Changed
12+
- Updated dependency versions of azure-keyvault and azure-identity [1798](https://github.com/microsoft/mssql-jdbc/pull/1798)
13+
- Refactored Idle Connection Resiliency timeout to use existing SharedTimer [1794](https://github.com/microsoft/mssql-jdbc/pull/1794)
14+
### Fixed issues
15+
- Fixed check that mistakenly assigns wrong column encryption versions to attestation protocols [1805](https://github.com/microsoft/mssql-jdbc/pull/1805)
16+
17+
618
## [11.1.0] Preview Release
719
### Added
820
- Added new connection string property prepareMethod to toggle use of sp_prepare [1719](https://github.com/microsoft/mssql-jdbc/pull/1719)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
apply plugin: 'java'
1313

14-
version = '11.1.1-SNAPSHOT'
14+
version = '11.1.1'
1515
def jreVersion = ""
1616
def testOutputDir = file("build/classes/java/test")
1717
def archivesBaseName = 'mssql-jdbc'

mssql-jdbc_auth_LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MICROSOFT SOFTWARE LICENSE TERMS
2-
MICROSOFT JDBC DRIVER 11.1 FOR SQL SERVER
2+
MICROSOFT JDBC DRIVER 11.1.1 FOR SQL SERVER
33

44
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.
55

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.sqlserver</groupId>
88
<artifactId>mssql-jdbc</artifactId>
9-
<version>11.1.1-SNAPSHOT</version>
9+
<version>11.1.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Microsoft JDBC Driver for SQL Server</name>

0 commit comments

Comments
 (0)