Skip to content

Releases: doberkofler/web_plsql

0.5.0

09 May 13:19
Compare
Choose a tag to compare

[0.5.0] - 2022-05-09

Changed

  • Replaced mocha with jest.
  • Added support for node 18.

Fixed

  • Updated all dependencies.

0.4.0

09 Apr 09:14
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added

  • Added a simple oracledb example "examples/oracledb_example.js".

Changed

  • The credentials for the "examples/sample.js" are stored in "examples/credentials.js" and can also be set using the environment.

Fixed

  • Updated to oracledb 5 and full binary support for node 14 and later.
  • Updated all minor dependencies.

0.2.0

02 Jun 20:38
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Fixed a problem with the dependencies when installing the npm package.
  • Fixed link to the official oracledb installation documentation.
  • Updated all dependencies.

0.1.2

02 Mar 11:52
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Fixed

  • Updated all dependencies.

0.1.1

05 Feb 21:13
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Changed

  • Migrated from Babel to TypeScript

Fixed

  • Updated all dependencies.

0.1.0

03 Sep 20:22
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Added the configuration open "errorStyle" that can be set to "basic" or "debug".
  • The current web_plsql version is now a string property "version" in the middleware object.
  • Added the express status monitor to the sample. (http://localhost:8000/status)

Fixed

  • When downloading a file, first send any eventual "other headers" like "Content-Disposition".
  • Changed x-db-xontent-length to x-db-content-length.
  • Updated all dependencies.