Skip to content

Commit

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

* Update CHANGELOG.md

* Added PR 1847 to preview

Co-authored-by: David Engel <dengel1012@gmail.com>
  • Loading branch information
tkyc and David-Engel authored Jun 22, 2022
1 parent c9f955f commit efaf4ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ 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.2] Preview Release
### Added
- Added support for caching managed identity tokens [1825](https://github.com/microsoft/mssql-jdbc/pull/1825)
- Added support for caching Always Encrypted parameter metadata [1845](https://github.com/microsoft/mssql-jdbc/pull/1845)
### Changed
- Switched from strings to char arrays for secure string use [1813](https://github.com/microsoft/mssql-jdbc/pull/1813)
- Added check for negotiated ALPN [1818](https://github.com/microsoft/mssql-jdbc/pull/1818)
### Fixed issues
- 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)
- Fixed unknown token error 0xA3 when selectMethod cursor is used with data classification [1821](https://github.com/microsoft/mssql-jdbc/pull/1821)
- Fixed out of bounds error for when a data classification information type is not provided [1847](https://github.com/microsoft/mssql-jdbc/pull/1847)


## [11.1.1] Preview Release
### Added
- Added support for Java 18 [1802](https://github.com/microsoft/mssql-jdbc/pull/1802)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

apply plugin: 'java'

version = '11.1.2-SNAPSHOT'
version = '11.1.2'
def jreVersion = ""
def testOutputDir = file("build/classes/java/test")
def archivesBaseName = 'mssql-jdbc'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

0 comments on commit efaf4ec

Please sign in to comment.