Skip to content

Commit efaf4ec

Browse files
tkycDavid-Engel
andauthored
Updated changelog, pom, gradle for preview (#1848)
* Updated changelog, pom, gradle for preview * Update CHANGELOG.md * Added PR 1847 to preview Co-authored-by: David Engel <[email protected]>
1 parent c9f955f commit efaf4ec

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.2] Preview Release
7+
### Added
8+
- Added support for caching managed identity tokens [1825](https://github.com/microsoft/mssql-jdbc/pull/1825)
9+
- Added support for caching Always Encrypted parameter metadata [1845](https://github.com/microsoft/mssql-jdbc/pull/1845)
10+
### Changed
11+
- Switched from strings to char arrays for secure string use [1813](https://github.com/microsoft/mssql-jdbc/pull/1813)
12+
- Added check for negotiated ALPN [1818](https://github.com/microsoft/mssql-jdbc/pull/1818)
13+
### Fixed issues
14+
- Fixed double connection issue when enabling TDS 8.0 and SSL by reusing original socket connection [1817](https://github.com/microsoft/mssql-jdbc/pull/1817)
15+
- Fixed unknown token error 0xA3 when selectMethod cursor is used with data classification [1821](https://github.com/microsoft/mssql-jdbc/pull/1821)
16+
- Fixed out of bounds error for when a data classification information type is not provided [1847](https://github.com/microsoft/mssql-jdbc/pull/1847)
17+
18+
619
## [11.1.1] Preview Release
720
### Added
821
- Added support for Java 18 [1802](https://github.com/microsoft/mssql-jdbc/pull/1802)

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.2-SNAPSHOT'
14+
version = '11.1.2'
1515
def jreVersion = ""
1616
def testOutputDir = file("build/classes/java/test")
1717
def archivesBaseName = 'mssql-jdbc'

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.2-SNAPSHOT</version>
9+
<version>11.1.2</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)