godror v0.15.0 Release Notes

  • ๐Ÿ”„ Changed

    • Innards of ConnectionParams has been split to ConnParams and PoolParams,
    • ๐Ÿ†• NewConnector needs ConnParams and PoolParams instead of the connection URL.
    • ConnectionParams.SID has been renamed to DSN.
    • Simplified pool usage and coding, just depend on the underlying ODPI-C library's reference counting.

    โž• Added

    • ๐Ÿ‘Œ Support connection sharding (thanks to Anthony Tuininga)
    • Implement SessionResetter and Validator, releasing session back to the Oracle session pool ASAP, acquiring a fresh connection in ResetSession, helping failover.