Changelog for Oracle Database Driver

v0.6.0 (prerelease)

New features:

  • Support querying and ingesting interval types (INTERVAL YEAR TO MONTH, INTERVAL DAY TO SECOND)

  • Support retrieving the value of OUT bind parameters as columns of the result set

  • Add a new option, redo.query.unbounded_number_type, to control the Arrow type of NUMBER types without a precision/scale

  • Support querying and ingesting SDO_GEOMETRY columns, which are mapped to arrays with the GeoArrow extension types

Fixes:

  • Retrieve the result of DBMS_SQL.RETURN_RESULT

  • Allow setting various options on initial connection

Notes:

  • The default execution mode will become batch in the next minor version (v0.7.0) and the row option will be removed the following minor version (v0.8.0).

v0.5.1 (2026-03-11)

New features:

  • Support REAL and DOUBLE PRECISION types when the latest Oracle Instant Client is used.

Fixes:

  • Don’t use the DBA_PDBS view in GetObjects, which requires more permissions.

v0.4.4 (2026-02-11)

  • Initial release