Skip to content

Commit

Permalink
Update CHANGELOG and version for 2.1.0
Browse files Browse the repository at this point in the history
### Summary

<!--- General summary / title -->

Update CHANGELOG and version for 2.1.0

### Description

<!--- Details of what you changed -->

- Changelog added.
- Version updated to 2.1.0.

### Related Issue

<!--- Link to issue where this is tracked -->

N/A

### Additional Reviewers

<!-- Any additional reviewers -->

N/A
  • Loading branch information
trevorbonas authored Jul 11, 2024
1 parent c1212f3 commit 6cfd014
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 13 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog

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.0](https://github.com/awslabs/amazon-timestream-odbc-driver/releases/tag/v2.1.0) - 2024-07-10

### Added

- [OLE DB support](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Allow SQLGetData to retrieve variable-length data in parts](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Support SQL_ROWSET_SIZE statement attribute](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Add src/out to .gitignore](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Add CHANGELOG](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/16).

### Changed

- [Use GITHUB_OUTPUT instead of set-output command for Windows GitHub action workflow](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/9).
- [Update macOS workflow to use macos-12 runner](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Update configure-aws-credentials to v4 for all GitHub action workflows](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Use publish-unit-test-result macos@v2 for macOS GitHub action workflow](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Make run_cppcheck scripts use check-level exhaustive](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Use absolute paths in register_driver_unix.sh](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).

### Fixed

- [Fix error cause by cursor moving past the end of a result set](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Fix the character "-" being returned for null values](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Fix SQLFreeStmt not ignoring errors when freeing](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Fix various spelling errors in documentation and in comments](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).
- [Fix failing links in documentation](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/8).

### Removed

- [Remove requirement that array size be less than 1000](https://github.com/awslabs/amazon-timestream-odbc-driver/pull/15).

## [v2.0.0](https://github.com/awslabs/amazon-timestream-odbc-driver/releases/tag/v2.0.0) - 2023-08-08

### Added

- Initial release.
22 changes: 11 additions & 11 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.0.0_RELEASE_amd64.deb
sudo dpkg -i AmazonTimestreamODBC_2.1.0_RELEASE_amd64.deb
```
#### Sample command for Debian 32 bit
```
sudo dpkg -i AmazonTimestreamODBC_2.0.0_RELEASE_i386.deb
sudo dpkg -i AmazonTimestreamODBC_2.1.0_RELEASE_i386.deb
```
#### Sample command for RPM based 64 bit
```
sudo rpm -i AmazonTimestreamODBC_2.0.0_RELEASE_x86_64.rpm
sudo rpm -i AmazonTimestreamODBC_2.1.0_RELEASE_x86_64.rpm
```
#### Sample command for RPM based 32 bit
```
sudo rpm -i AmazonTimestreamODBC_2.0.0_RELEASE_i386.rpm
sudo rpm -i AmazonTimestreamODBC_2.1.0_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.0.0_release_x86_64
sudo zypper remove amazontimestreamodbc_2.1.0_release_x86_64
```
or
```
sudo yum remove amazontimestreamodbc_2.0.0_release_x86_64
sudo yum remove amazontimestreamodbc_2.1.0_release_x86_64
```
#### Command for RPM based 32 bit
```
sudo zypper remove amazontimestreamodbc_2.0.0_release_i386
sudo zypper remove amazontimestreamodbc_2.1.0_release_i386
```
or
```
sudo yum remove amazontimestreamodbc_2.0.0_release_i386
sudo yum remove amazontimestreamodbc_2.1.0_release_i386
```
#### Command for Debian 64 bit
```
sudo apt remove amazontimestreamodbc_2.0.0_release_amd64
sudo apt remove amazontimestreamodbc_2.1.0_release_amd64
```
#### Command for Debian 32 bit
```
sudo apt remove amazontimestreamodbc_2.0.0_release_i386
sudo apt remove amazontimestreamodbc_2.1.0_release_i386
```
2. If "Amazon Timestream ODBC Driver" entry still exists in /etc/odbcinst.ini or /etc/unixODBC/odbcinst.ini, remove it.
Expand All @@ -118,7 +118,7 @@ There is no automatical way to uninstall it. It has to be done manually.
4. Remove the libraries installed to /usr/lib if they exist
```
sudo rm /usr/lib/libtimestream-odbc.so /usr/lib/libtimestream-odbc.so.2.0.0
sudo rm /usr/lib/libtimestream-odbc.so /usr/lib/libtimestream-odbc.so.2.1.0
```
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.0.0.exe`).
(e.g., `timestream-odbc-installer-amd64-2.1.0.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.0.0
2.1.0

0 comments on commit 6cfd014

Please sign in to comment.