Skip to content

Commit

Permalink
CHANGELOG update for v2.1.2 release.
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <[email protected]>
  • Loading branch information
forestmvey committed Sep 19, 2024
1 parent 9af2284 commit abd39b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions docs/markdown/setup/linux-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/setup/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/ODBC_DRIVER_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit abd39b5

Please sign in to comment.