All Versions
47
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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.