Changelog for Oracle Database Driver¶
v0.6.1 (2026-07-10)¶
Fixes:
Bump Go version and dependencies to address security vulnerabilities (CVEs)
v0.6.0 (2026-06-22)¶
Note
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).
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/scaleSupport querying and ingesting SDO_GEOMETRY columns, which are mapped to arrays with the GeoArrow extension types
Fixes:
Retrieve the result of
DBMS_SQL.RETURN_RESULTAllow setting various options on initial connection
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_PDBSview in GetObjects, which requires more permissions.
v0.4.4 (2026-02-11)¶
Initial release