From abd39b5c5c26caa864280635638cac49273e0a0f Mon Sep 17 00:00:00 2001 From: forestmvey Date: Thu, 19 Sep 2024 16:17:39 -0700 Subject: [PATCH] CHANGELOG update for v2.1.2 release. Signed-off-by: forestmvey --- CHANGELOG.md | 7 +++++++ .../setup/linux-installation-guide.md | 20 +++++++++---------- docs/markdown/setup/setup.md | 2 +- src/ODBC_DRIVER_VERSION.txt | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8c9882..55c886b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.1.2](https://github.com/awslabs/amazon-timestream-odbc-driver/releases/tag/v2.1.2) - 2024-09-19 + +### Fixed + +- [Fix aws-sdk-cpp Dependency for Windows Builds](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/23). +- [Fix PowerBi Connection](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/22). + ## [v2.1.1](https://github.com/awslabs/amazon-timestream-odbc-driver/releases/tag/v2.1.1) - 2024-07-18 ### Fixed diff --git a/docs/markdown/setup/linux-installation-guide.md b/docs/markdown/setup/linux-installation-guide.md index c942e686..45e10134 100644 --- a/docs/markdown/setup/linux-installation-guide.md +++ b/docs/markdown/setup/linux-installation-guide.md @@ -37,22 +37,22 @@ sudo yum install unixODBC #### Sample command for Debian 64 bit ``` - sudo dpkg -i AmazonTimestreamODBC_2.1.1_RELEASE_amd64.deb + sudo dpkg -i AmazonTimestreamODBC_2.1.2_RELEASE_amd64.deb ``` #### Sample command for Debian 32 bit ``` - sudo dpkg -i AmazonTimestreamODBC_2.1.1_RELEASE_i386.deb + sudo dpkg -i AmazonTimestreamODBC_2.1.2_RELEASE_i386.deb ``` #### Sample command for RPM based 64 bit ``` - sudo rpm -i AmazonTimestreamODBC_2.1.1_RELEASE_x86_64.rpm + sudo rpm -i AmazonTimestreamODBC_2.1.2_RELEASE_x86_64.rpm ``` #### Sample command for RPM based 32 bit ``` - sudo rpm -i AmazonTimestreamODBC_2.1.1_RELEASE_i386.rpm + sudo rpm -i AmazonTimestreamODBC_2.1.2_RELEASE_i386.rpm ``` 3. Register the ODBC driver by running the following script. @@ -76,32 +76,32 @@ There is no automatical way to uninstall it. It has to be done manually. #### Command for RPM based 64 bit ``` - sudo zypper remove amazontimestreamodbc_2.1.1_release_x86_64 + sudo zypper remove amazontimestreamodbc_2.1.2_release_x86_64 ``` or ``` - sudo yum remove amazontimestreamodbc_2.1.1_release_x86_64 + sudo yum remove amazontimestreamodbc_2.1.2_release_x86_64 ``` #### Command for RPM based 32 bit ``` - sudo zypper remove amazontimestreamodbc_2.1.1_release_i386 + sudo zypper remove amazontimestreamodbc_2.1.2_release_i386 ``` or ``` - sudo yum remove amazontimestreamodbc_2.1.1_release_i386 + sudo yum remove amazontimestreamodbc_2.1.2_release_i386 ``` #### Command for Debian 64 bit ``` - sudo apt remove amazontimestreamodbc_2.1.1_release_amd64 + sudo apt remove amazontimestreamodbc_2.1.2_release_amd64 ``` #### Command for Debian 32 bit ``` - sudo apt remove amazontimestreamodbc_2.1.1_release_i386 + sudo apt remove amazontimestreamodbc_2.1.2_release_i386 ``` 2. If "Amazon Timestream ODBC Driver" entry still exists in /etc/odbcinst.ini or /etc/unixODBC/odbcinst.ini, remove it. diff --git a/docs/markdown/setup/setup.md b/docs/markdown/setup/setup.md index b51cdbd4..6de3a4ca 100644 --- a/docs/markdown/setup/setup.md +++ b/docs/markdown/setup/setup.md @@ -20,7 +20,7 @@ You need to do the following: ### Timestream ODBC Driver Download Download the Timestream ODBC driver [here](https://github.com/awslabs/amazon-timestream-odbc-driver/releases). Choose the proper installer -(e.g., `timestream-odbc-installer-amd64-2.1.1.exe`). +(e.g., `timestream-odbc-installer-amd64-2.1.2.exe`). ### Timestream ODBC Driver Installation - [Windows Installation Guide](windows-installation-guide.md) diff --git a/src/ODBC_DRIVER_VERSION.txt b/src/ODBC_DRIVER_VERSION.txt index 3e3c2f1e..eca07e4c 100644 --- a/src/ODBC_DRIVER_VERSION.txt +++ b/src/ODBC_DRIVER_VERSION.txt @@ -1 +1 @@ -2.1.1 +2.1.2