All Versions
47
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.27.1 Changes

    โž• Added

    • Size, ReadAt methods to dpiLobReader
  • v0.27.0 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Instead of Log package-level variable, use SetLog or SetLogger.
  • v0.26.0 Changes

    โž• Added

    • Batch type for batching ExecContext calls.
    • โž• Add support for native JSON type support (for DB21.3)
  • v0.25.6 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix lobReader buffering which caused short reads.
  • v0.25.4 Changes

    โž• Added

    • Implement use of "google.golang.org/protobuf/types/known/timestamppb".Timestamp, behind the timestamppb tag

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use dpiConn_setCallTimeout for faster recovers.
    • Faster setTraceTag, drv.init.
    • Buffer dpiLobReader.Read with chunk-sized reads for
      • avoiding io.ReadAll short read and
      • performance
  • v0.25.2 Changes

    ๐Ÿ”„ Changed

    • Go 1.14 minimum requirement
  • v0.25.1 Changes

    โž• Added

    • โž• Add stmtCacheSize, poolMaxSessionPerShard, poolPingInterval params
    • OnInit use context.Context

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use ODPI-C v4.2.1
  • v0.24.3 Changes

    โž• Added

    • IsBadConn to check for the several error numbers all indicate connection failure
  • v0.24.0 Changes

    โž• Added

    • โš  noTimezoneCheck flag in connection string to suppress the WARNING printout
    • โœ… tests use GODROR_TEST_DSN env var

    ๐Ÿ”„ Changed

    • GetCompileErrors requires context.Context.
    • ObjectType became a pointer (uses a mutex, must be a pointer)
  • v0.23.1 Changes

    โž• Added

    • ๐Ÿ†• NewDriver() to return a new driver - and drv.Close() method.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix NewPassword handling to allow password change.