Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2 KB

CHANGELOG.md

File metadata and controls

52 lines (43 loc) · 2 KB

Changelog

v2.0.0.6 (2023-05-23)

  • Fix memory leak detected in API tests and conformance tests. [Ruei-Yang Huang]
  • Add test to verify the correctness of the 'character_octect_length' column retrieved from 'SQLColumns' function [Janak Khadka]
  • Support query column result larger than 2048 characters. [Vahid Saber Hamishagi]

v2.0.0.5 (2023-03-28)

  • Minor codestyle changes. [Vahid Saber Hamishagi]
  • Fix Driver insert NULL into geometry column instead of returning error. [Janak Khadka]
  • Fix large column size issue in SQL_C_WCHAR->SQL_VARCHAR conversion. [Vahid Saber Hamishagi]
  • Fix user AutoCreate feature in IAM. [Janak Khadka]

v2.0.0.3 (2023-02-10)

  • Unicode Conversion Fix. [Vahid Saber Hamishagi]
  • Improve parsing Connection String containing special characters. [Vahid Saber Hamishagi]
  • IAM imporovements. [Vahid Saber Hamishagi]
  • Fixes in plugin "Identity Provider: PingFederate". [Vahid Saber Hamishagi]
  • Replace auto_ptr with unique_ptr in IAM. [Vahid Saber Hamishagi]
  • ARN Fix. [Vahid Saber Hamishagi]
  • Upgrade Linux build to C++17. [Vahid Saber Hamishagi]
  • Upgrade windows build. [Vahid Saber Hamishagi]
  • Upgrade to ssl 1.1.1. [Vahid Saber Hamishagi]
  • Upgrade to aws-cpp-sdk v1.9.289. [Vahid Saber Hamishagi]
  • Tracking large files(*.lib files) [Vahid Saber Hamishagi]

v2.0.0.1 (2022-07-18)

  • Fixes from security review. [ilesh Garish]
  • Update README.md. [iggarish]
  • Create CODEOWNERS. [iggarish]
  • Update THIRD_PARTY_LICENSES. [iggarish]
  • Sync with latest source code. [ilesh Garish]
  • Update CONTRIBUTING.md. [iggarish]
  • Create checkstyle.xml. [iggarish]
  • Create ISSUE_TEMPLATE.md. [iggarish]
  • Create THIRD_PARTY_LICENSES. [iggarish]
  • Create PULL_REQUEST_TEMPLATE.md. [iggarish]
  • Create CHANGELOG.md. [iggarish]
  • Added initial content in README file. [ilesh Garish]
  • Added link of open issues and close issues. [ilesh Garish]
  • Initial version. [Ilesh Garish]
  • Initial commit. [Amazon GitHub Automation]