Skip to content

Commit 1616125

Browse files
author
Vahid Saber Hamishagi
committed
Update Changelog v2.1.0.0
1 parent 22aadb8 commit 1616125

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22
=========
3+
v2.1.0.0 (2024-02-28)
4+
------------------------
5+
1. Added support for LZ4 and ZSTD compression over wire protocol communication between Redshift server and the client/driver. Compression is turned off by default and can be set using a new connection parameter compression=off or lz4 or zstd.
6+
2. Added support for unit-testing using Google Test framework.
7+
3. Upgrade unixODBC dependency from v2.3.1 to v2.3.7 (Linux release).
8+
4. Fix handling of null termination during unicode processing in SQLDescribeColW API.
9+
310
v2.0.1.0 (2024-01-25)
411
------------------------
512
1. Added support for Serverless Custom Name. Upgraded windows aws-sdk-cpp to 1.11.218 accordingly.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Amazon Redshift provides 64-bit ODBC drivers for Linux, and Windows operating sy
1515
### Prerequisites
1616
* https://git-lfs.com/ (for correctly cloning this repository)
1717
* Visual Stuido 2022 Community Edition (For Windows)
18-
* g++ (For Linux)
18+
* gcc (For Linux)
1919
* cmake >= 3.12 (For Linux)
2020
* Dependencies: To see a list of Linux dependencies, please look into src/odbc/rsodbc/CMakeLists.txt (windows: Dependencies are already included).
2121

@@ -30,8 +30,7 @@ It builds **rsodbc.dll** file under **src\odbc\rsodbc\x64\Release** directory.
3030

3131

3232
export DEPENDENCY_DIR=
33-
On Unix system you should provide dependencie folder. To do that, please set `DEPENDENCY_DIR` in `exports_basic.sh` file.
34-
For more information, please refer to BUILD.CMAKE.md file.
33+
Ensure proper dependencies are provided on Unix systems by configuring the dependency variable: Set the `DEPENDENCY_DIR` variable in the `exports_basic.sh`` file. For further details, consult the `BUILD.CMAKE.md` file.
3534
Then run:
3635
```
3736
build64.sh n.n.n n
@@ -51,8 +50,8 @@ Default Installation Directory:
5150
See [Amazon Redshift ODBC Driver Installation and Configuration Guide](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install.html) for more information.
5251

5352
Here are download links for the latest release:
54-
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.0.1.0/AmazonRedshiftODBC64-2.0.1.0.msi (For Windows)
55-
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.0.1.0/AmazonRedshiftODBC-64-bit-2.0.1.0.x86_64.rpm (For Linux)
53+
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.0.0/AmazonRedshiftODBC64-2.1.0.0.msi (For Windows)
54+
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.0.0/AmazonRedshiftODBC-64-bit-2.1.0.0.x86_64.rpm (For Linux)
5655

5756
## Report Bugs
5857

0 commit comments

Comments
 (0)