Skip to content

Releases: mortenbra/thoth-gateway

Version 1.4.5 beta 1

23 Nov 21:55

Choose a tag to compare

Version 1.4.5 beta 1 Pre-release
Pre-release

Several fixes and small enhancements.

Pre-release, for testing only!

Upgrade instructions: Replace existing dlls with the files in this release.

Version 1.4.4

14 May 09:45

Choose a tag to compare

Fixes an issue with excessive error logging. See release notes in /docs folder for more information.

Installation instructions: Unzip and move the files to c:\inetpub\wwwroot\your_site_folder\web and adjust the web.config file as necessary (change database connection string, etc). See installation instructions in /docs folder for more information.

Upgrade instructions: Replace the PLSQLGatewayModule.dll file with the latest version. If your existing Oracle.ManagedDataAccess.dll file is older than the one included in this release, you have to replace that file as well.

Version 1.4.3

10 Apr 18:39

Choose a tag to compare

Fixes an issue with PathAlias resolution, and is compiled against the latest ODP.NET Managed Driver to support the latest database releases. See release notes in /docs folder for more information.

Installation instructions: Unzip and move the files to c:\inetpub\wwwroot\your_site_folder\web and adjust the web.config file as necessary (change database connection string, etc). See installation instructions in /docs folder for more information.

Upgrade instructions: Replace the PLSQLGatewayModule.dll file with the latest version. And since this version is compiled against a new ODP.NET Managed Driver version, you also need to replace the Oracle.ManagedDataAccess.dll file with the version included in this release.

Version 1.4.2

22 Jan 21:01

Choose a tag to compare

Adds the ability to pass the HTTP request body as a CLOB parameter to the procedure when the content-type of the request is not (the default) "x-www-form-urlencoded". See release notes in /docs folder for more information.

Installation instructions: Unzip and move the files to c:\inetpub\wwwroot\your_site_folder\web and adjust the web.config file as necessary (change database connection string, etc). See installation instructions in /docs folder for more information.

Upgrade instructions: Replace the PLSQLGatewayModule.dll file with the latest version.

Version 1.4.1 beta 1

23 Apr 15:19

Choose a tag to compare

Version 1.4.1 beta 1 Pre-release
Pre-release

Adds a couple of fixes to support Apex 5.0. See release notes in /docs folder for more information.

Installation instructions: Unzip and move the files to c:\inetpub\wwwroot\your_site_folder\web and adjust the web.config file as necessary.