diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cd49e1..9653cdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200). +## [1.0.1] - 2025-10-17 +### :bug: Fixed +- Fix and format Japanese resources ([PR #150](https://github.com/aws/aws-pgsql-odbc/pull/150)). + +### :crab: Changed +- Refactor PG SQL queries to be fully qualified ([PR #153](https://github.com/aws/aws-pgsql-odbc/pull/153)). +- Update documentation specifying authentication modes supported by different AWS database engines ([PR #151](https://github.com/aws/aws-pgsql-odbc/pull/151)). + ## [1.0.0] - 2025-05-02 The Amazon Web Services (AWS) ODBC Driver for PostgreSQL allows an application to take advantage of AWS authentication, failover feature of the Aurora databases, and provides support for Aurora Limitless databases. @@ -14,4 +22,5 @@ The Amazon Web Services (AWS) ODBC Driver for PostgreSQL allows an application t - [Limitless Support](https://github.com/aws/aws-pgsql-odbc/blob/main/docs/using-the-aws-driver/limitless/limitless.md) - [Failover Support](https://github.com/aws/aws-pgsql-odbc/blob/main/docs/using-the-aws-driver/failover/failover.md) -[1.0.0]: https://github.com/awslabs/aws-pgsql-odbc/releases/tag/1.0.0 +[1.0.1]: https://github.com/aws/aws-pgsql-odbc/releases/tag/1.0.1 +[1.0.0]: https://github.com/aws/aws-pgsql-odbc/releases/tag/1.0.0 diff --git a/Maintenance.md b/Maintenance.md index b7c29d91..e0d655c9 100644 --- a/Maintenance.md +++ b/Maintenance.md @@ -1,8 +1,9 @@ # Release Schedule -| Release Date | Release | -|---------------|---------------------------------------------------------------------------| -| May 2, 2025 | [Release 1.0.0](https://github.com/aws/aws-pgsql-odbc/releases/tag/1.0.0) | +| Release Date | Release | +|------------------|---------------------------------------------------------------------------| +| May 2, 2025 | [Release 1.0.0](https://github.com/aws/aws-pgsql-odbc/releases/tag/1.0.0) | +| October 17, 2025 | [Release 1.0.1](https://github.com/aws/aws-pgsql-odbc/releases/tag/1.0.1) | `aws-pgsql-odbc` [follows semver](https://semver.org/#semantic-versioning-200) which means we will only release breaking changes in major versions. Generally speaking patches will be released to fix existing problems without @@ -55,4 +56,4 @@ from the updated source after the PRs are merged. | Major Version | Latest Minor Version | Status | Initial Release | Maintenance Window Start | Maintenance Window End | |---------------|----------------------|-------------|-----------------|--------------------------|------------------------| -| 1 | 1.0.0 | Maintenance | May 2, 2025 | May 2, 2025 | N/A | +| 1 | 1.0.1 | Maintenance | May 2, 2025 | May 2, 2025 | N/A | diff --git a/configure.ac b/configure.ac index 31ebd037..32ecbb64 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(awspsqlodbc, 1.00.0000) +AC_INIT(awspsqlodbc, 1.00.0100) AC_PREREQ(2.69) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docs/build-and-test-aws-driver/test.md b/docs/build-and-test-aws-driver/test.md index 93995960..be60df86 100644 --- a/docs/build-and-test-aws-driver/test.md +++ b/docs/build-and-test-aws-driver/test.md @@ -11,7 +11,7 @@ - [Community Tests](#community-tests) ## Prerequisites -Follow the instructions inside [Building the AWS ODBC Driver for PostgreSQL](./build) to build the driver. +Follow the instructions inside [Building the AWS ODBC Driver for PostgreSQL](./build.md) to build the driver. ## Unit Tests diff --git a/psqlodbc.rc b/psqlodbc.rc index 761ca51e..49353f8f 100644 --- a/psqlodbc.rc +++ b/psqlodbc.rc @@ -292,8 +292,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,0,0 + FILEVERSION 1,0,1,0 + PRODUCTVERSION 1,0,1,0 FILEFLAGSMASK 0x3L #ifdef _DEBUG FILEFLAGS 0x9L @@ -311,14 +311,14 @@ BEGIN VALUE "Comments", "AWS ANSI ODBC driver for PostgreSQL Japanese" VALUE "CompanyName", "Amazon.com Inc. or affiliates." VALUE "FileDescription", "AWS ANSI ODBC driver for PostgreSQL (Japanese)" - VALUE "FileVersion", "1.0.0.0" + VALUE "FileVersion", "1.0.1.0" VALUE "InternalName", "awspsqlodbca" VALUE "LegalCopyright", "Modifications Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved." VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation. Microsoftƒ‡ is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation." VALUE "OriginalFilename", "awspsqlodbca.dll" VALUE "PrivateBuild", "for Japanese by Hiroshi Inoue & Hiroshi Saito" VALUE "ProductName", "AWSpsqlODBC" - VALUE "ProductVersion", "1.0.0.0" + VALUE "ProductVersion", "1.0.1.0" END END BLOCK "VarFileInfo" @@ -696,8 +696,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,0,0 + FILEVERSION 1,0,1,0 + PRODUCTVERSION 1,0,1,0 FILEFLAGSMASK 0x3L #ifdef _DEBUG FILEFLAGS 0x9L @@ -715,13 +715,13 @@ BEGIN VALUE "Comments", "AWS ANSI ODBC driver for PostgreSQL" VALUE "CompanyName", "Amazon.com Inc. or affiliates." VALUE "FileDescription", "AWS ANSI ODBC driver for PostgreSQL (English)" - VALUE "FileVersion", "1.0.0.0" + VALUE "FileVersion", "1.0.1.0" VALUE "InternalName", "awspsqlodbca" VALUE "LegalCopyright", "Modifications Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved." VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation. Microsoft? is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation." VALUE "OriginalFilename", "awspsqlodbca.dll" VALUE "ProductName", "AWSpsqlODBC" - VALUE "ProductVersion", "1.0.0.0" + VALUE "ProductVersion", "1.0.1.0" END END BLOCK "VarFileInfo" diff --git a/version.h b/version.h index 030554f8..77579505 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj. */ #ifndef POSTGRESDRIVERVERSION -#define POSTGRESDRIVERVERSION "1.00.0000" +#define POSTGRESDRIVERVERSION "1.00.0100" #endif #ifndef POSTGRES_RESOURCE_VERSION #define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION #endif #ifndef PG_DRVFILE_VERSION -#define PG_DRVFILE_VERSION 1,0,00,00 +#define PG_DRVFILE_VERSION 1,0,01,00 #endif #endif