Releases: doberkofler/web_plsql
Releases · doberkofler/web_plsql
0.5.0
0.4.0
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
- 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
Fixed
- Updated all dependencies.
0.1.1
Changed
- Migrated from Babel to TypeScript
Fixed
- Updated all dependencies.
0.1.0
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.