forked from awslabs/amazon-timestream-odbc-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG and version for 2.1.0
### 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
1 parent
c1212f3
commit 6cfd014
Showing
4 changed files
with
56 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0 | ||
2.1.0 |