Skip to content

ruby-oci8-2.2.13

Latest
Compare
Choose a tag to compare
@kubo kubo released this 27 Jul 12:25
· 2 commits to master since this release
  • Binary gems for Windows x64 and x86 supports ruby 2.7 - 3.3 inclusive.

Fixed issues

  • Fix various issues about OCI8.properties[:tcp_keepalive_time] on macOS arm64. The feature was removed on the platform
    and it raises NotImplementedError instead now.
  • Fix SIGSEGV when using truffleruby. It seems to be caused by xfree() outside of ruby threads.

Changes

  • Change the format of fifth numeral of Oracle version number as two digit zero-padding number
    when the Oracle version is 23 or upper. For example "23.4.0.24.05".